no shared lib built

2005-08-03 Thread Zachary T. Wilson
I am getting this when i build openssl, but the libcrypto.so.0.9.8 is not being built for some reason. Any ideas? lrwxrwxrwx 1 root root 18 Aug 3 19:01 libcrypto.so -> libcrypto.so.0.9.8 my config script is: #!/bin/sh ./config \ --prefix=/usr/local \ --openssldir=/usr/lo

Re: Annoying Garbage characters in OIDs

2005-08-03 Thread Dr. Stephen Henson
On Wed, Aug 03, 2005, Johnny Gonzalez wrote: > > > So this seems to be ok. Then I process the requests > with OpenCA, configured to use OpenSSL-0.9.8. Could > this be a problem in OpenCA? What do you think the > problem could be in OpenCA? > > Yes that request looks OK. If the output of OpenC

Apache SSL configuration issue

2005-08-03 Thread abhay pimprikar
I have set up a CA chain with a CA and a subCA. The subCA is used to issue user certificates and also to issue certificate for the Apache httpd/opnessl/modssl configuration. I went ahead and created a private key for the Apache server using openssl. Then I created the csr file for using the priv

Re: BIO_set_ssl_renegotiate_???????

2005-08-03 Thread BG for OpenSSL
I still haven't sorted this one out. Anybody else doing this successfully? BG BigG rddg16902-at-sneakemail.com |OpenSSL/Via Sneakemail| wrote: I can't seem to get either BIO_set_ssl_renegotiate_timeout() or BIO_set_ssl_renegotiate_bytes() to work, although SSL_renegotiate() works just fine, w

Re: Annoying Garbage characters in OIDs

2005-08-03 Thread Johnny Gonzalez
Hello Steve, --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> escribió: > On Wed, Aug 03, 2005, Johnny Gonzalez wrote: > > > > > > > I'm sending you the certificate I'm testing on my > > machine, but I will change the extension to .txt > so > > there won't be any problem sending the file. > > >

Install Problem

2005-08-03 Thread Paull Dodemaide
Hi.. I was installing the OPENVPN software and was creating the DH key.   My pc rebooted (power failure), before the generation finished. Now when I try to run the DH creator again, it just hangs...   Is there anyway to reset openssl, so that i can create the key again ??   cheers   Paull

Re: Annoying Garbage characters in OIDs

2005-08-03 Thread Dr. Stephen Henson
On Wed, Aug 03, 2005, Johnny Gonzalez wrote: > > > I'm sending you the certificate I'm testing on my > machine, but I will change the extension to .txt so > there won't be any problem sending the file. > I get the same too. How are you entering data in these extra fields? It looks like whatev

Re: Annoying Garbage characters in OIDs

2005-08-03 Thread Johnny Gonzalez
--- "Dr. Stephen Henson" <[EMAIL PROTECTED]> escribió: > On Wed, Aug 03, 2005, Johnny Gonzalez wrote: > > > Hello Steve, > > > > > > > > What Windows program produces that output and > what > > > version of Windows is it? > > The problem arises when I double click in the > > certificate with

Re: Annoying Garbage characters in OIDs

2005-08-03 Thread Dr. Stephen Henson
On Wed, Aug 03, 2005, Johnny Gonzalez wrote: > Hello Steve, > > > > > What Windows program produces that output and what > > version of Windows is it? > The problem arises when I double click in the > certificate with .crt extension in the Windows > Explorer, so Windows starts the default progra

Re: Annoying Garbage characters in OIDs

2005-08-03 Thread Johnny Gonzalez
Hello Steve, --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> escribió: > On Tue, Aug 02, 2005, Johnny Gonzalez wrote: > > > > > > > > > Número de serie = 9 > > > > > > > > 1.3.6.1.4.1.4710.1.3.2 = 1 > > > > <---The 2 first > > > > characters are garbage > > >

Re: Openssl 0.9.8 compilation options

2005-08-03 Thread Andy Polyakov
I'd like to compile Openssl 0.9.8 on Solaris 10. If I strictly use the default options, whole thing is a success. Now I want to use openssl for mod_ssl and apache. According to mod_ssl's documentation, mod_ssl (v2.8.23-1.3.33) recommends to use the following option to compile openssl ./config no-

Re: Openssl 0.9.8 compilation options

2005-08-03 Thread Andy Polyakov
I'd like to compile Openssl 0.9.8 on Solaris 10. If I strictly use the default options, whole thing is a success. Now I want to use openssl for mod_ssl and apache. According to mod_ssl's documentation, mod_ssl (v2.8.23-1.3.33) recommends to use the following option to compile openssl ./config no-

Re: What's the state of WinCE support in Openssl-0.9.8?

2005-08-03 Thread Andy Polyakov
As for the source of randomness, it looks like the 0.9.8 release makes the appropriate set of WinCE calls to generate randomness. In crypto/rand/rand_win.c, there is a call to CryptAcquireContext and then CryptGenRandom. I assume these are working correctly. There was a bug in source code, whi