Re: RFC 3161

2004-11-16 Thread Nils Larsch
Milan Tomic wrote: Does OpenSSL implements RFC 3161 (timestamping)? no Do you know for any toolkit supporting it? try: http://www.opentsa.org/ or https://www.openevidence.org/ Cheers, Nils __ OpenSSL Project

RFC 3161

2004-11-16 Thread Milan Tomic
Title: RFC 3161     Does OpenSSL implements RFC 3161 (timestamping)? Do you know for any toolkit supporting it? Thank you, Milan

Re: batch mode file transfers via ssl

2004-11-16 Thread Bernhard Froehlich
[EMAIL PROTECTED] wrote: ok but what happens when this client does not accept non-ssl connections. Here is the errorlog [...] I do not find any SSL-related errors in that log. It looks just like nobody is listening to the target port... :-) Maybe you mix up OpenSSL and OpenSSH. You need a SSH-

RE: Doubt regarding cert-chain validation (fwd)

2004-11-16 Thread Lucenius Jan
On Tue, 16 Nov 2004, David Schwartz wrote: > > > X509_verify_cert will construct the cert chain upto the ROOT CA and then > > validates the chain and finally verify the self-certificate. What I > > understand is that this function expects the ROOT CA to be > > self-signed and > > it MUST be pre

Re: batch mode file transfers via ssl

2004-11-16 Thread Ng Pheng Siong
On Tue, Nov 16, 2004 at 11:54:07AM -0500, [EMAIL PROTECTED] wrote: > so here it is: is there a way to automate file transfers using ssl? I > installed openSSL and now I want to transfer files using sftp or ftp but > of course I want these files encrypted. Currently I am using GPG but for > th

RE: Doubt regarding cert-chain validation (fwd)

2004-11-16 Thread David Schwartz
> X509_verify_cert will construct the cert chain upto the ROOT CA and then > validates the chain and finally verify the self-certificate. What I > understand is that this function expects the ROOT CA to be > self-signed and > it MUST be present in the trusted list. Right. > 1. Is it MUS

Re: converting x509 encoded der to pem

2004-11-16 Thread Dr. Stephen Henson
On Tue, Nov 16, 2004, Michael Weiner wrote: > I have an interesting issue i am trying to assist a developer with. THe > issue resolves around a pkcs7 x509 encoded binary that i need to convert > to a PEM file for use in the developers code. I received the pkcs7 file > from our partner and when i r

Re: batch mode file transfers via ssl

2004-11-16 Thread DBSMITH
ok but what happens when  this client does not accept non-ssl connections.  Here is the errorlog pshrapprd:/home/root> sftp -v -v -v -v [EMAIL PROTECTED] Connecting to secure.unamedsite.com... OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.6l 04 Nov 2003 debug1: Reading configuration data /usr

converting x509 encoded der to pem

2004-11-16 Thread Michael Weiner
I have an interesting issue i am trying to assist a developer with. THe issue resolves around a pkcs7 x509 encoded binary that i need to convert to a PEM file for use in the developers code. I received the pkcs7 file from our partner and when i run openssl asn1parse -inform der -in test.pfx the

Re: batch mode file transfers via ssl

2004-11-16 Thread Jacques Thomas
You probably want to do your transfer using sftp, and automate the login using ssh-agent. Best, Jacques Thomas [EMAIL PROTECTED] wrote: Hello, I have been looking out in the archives and never found anything directly related to my question, so here it is: is there a way to automate file transfe

Re: Building OpenSSL on HP-UX using aCC

2004-11-16 Thread Jean-Paul VILLETTE
Hi, You should have a look at the product HP-UX Internet Express at : http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP This package contains many open source programs like openssl. Now, it may be packaged with the sources and the "configure" modific

iis 6 and open ssl

2004-11-16 Thread mustafa korkut
Is there anyone who uses iis 6(windows 2003 server) and open ssl together?Is the installation same as iis 5? _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm0020047

Re: smime certificates

2004-11-16 Thread Charles B Cranston
I'm afraid that this is "just the way it works". Starting from first principles, there's only a few ways a system COULD be coded to work: 1. decrypt all messages as they are received, so the encryption is only for when the message is actually being transmitted 2. decrypt all messages as they are

Building OpenSSL on HP-UX using aCC

2004-11-16 Thread David F. White
Is it possible to build the OpenSSL libraries on HP-UX using "aCC" for the compiler? If this is possible, what options do I pick for the "Configure" script? If I take the default settings the script wants to choose "gcc" for the compiler. The HP-UX operating system is B.11.00 A 9000/785 (ta)

batch mode file transfers via ssl

2004-11-16 Thread DBSMITH
Hello, I have been looking out in the archives and never found anything directly related to my question, so here it is:  is there a way to automate file transfers using ssl?  I installed openSSL and now I want to transfer files using sftp or ftp but of course I want these files encrypted.  Curr