Re: 64-bit issue for Certificate+key generation

2007-06-11 Thread Marek Marcola
Hello, > We are having a dynamic certificate+key generation utility which > generates cert+key as and when it gets requests from our component. > Now we have ported our component to 64-bit but don't want to port this > utility to 64-bit as we are not sure of stabiltiy of 64-bit openssl > dlls. > >

compiling openssl: error with no-ssl2 flag

2007-06-11 Thread Smith, Steven G \(Steven\)
I posted earlier on a similar topic, and I have since found out that "no-ssl2" will build openssl without support for SSLv2 ciphers. Unfortunately, I am using RedHat's Source RPM to do the build, and it seems to be having an error due to the no-ssl2 flag. You can see the error below, and trying th

Re: OCSP over IPv6

2007-06-11 Thread Dr. Stephen Henson
On Mon, Jun 11, 2007, Mikolajczuk, Alan wrote: > All, > > I have an IPv4 OCSP responder setup behind a 6 to 4 gateway. I am make > requests to the IPv4 address, but when I make a request to the IPv6 > address OpenSSL will time out. > > Does OpenSSL support IPv6? Has anyone else run into this pro

OCSP over IPv6

2007-06-11 Thread Mikolajczuk, Alan
All, I have an IPv4 OCSP responder setup behind a 6 to 4 gateway. I am make requests to the IPv4 address, but when I make a request to the IPv6 address OpenSSL will time out. Does OpenSSL support IPv6? Has anyone else run into this problem? Thanks, Alan Mikolajczuk

64-bit issue for Certificate+key generation

2007-06-11 Thread Krishna M Singh
Hi all We are having a dynamic certificate+key generation utility which generates cert+key as and when it gets requests from our component. Now we have ported our component to 64-bit but don't want to port this utility to 64-bit as we are not sure of stabiltiy of 64-bit openssl dlls. What I was

Re: OpenSSL on VAX/VMS

2007-06-11 Thread Gábor Bérczi
Thanks, that solved it. On Jun 11, 2007, at 3:11 PM, Richard Whalen wrote: Make sure that the order when you link them is libssl then libcrypto. The VMS linker searches object libraries in order (and does not go back). Since libssl references some routines in libcrypto that may not be dire

RE: OpenSSL on VAX/VMS

2007-06-11 Thread Richard Whalen
Make sure that the order when you link them is libssl then libcrypto. The VMS linker searches object libraries in order (and does not go back). Since libssl references some routines in libcrypto that may not be directly referenced by your code it is necessary to put libssl before libcrypto in th