Re: SSL error: no cipher list

2005-01-22 Thread Yuriy Synov
No sure if you have set it or not. If not, you can try following example: #define CIPHER_LIST ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH SSL_CTX_set_cipher_list(ctx, CIPHER_LIST) ; I tried to set that cipher list, and now I get the following error: error:140650B5:SSL routines:CLIENT_HELLO:no ciphers

Re: SSL error: no cipher list

2005-01-22 Thread Dr. Stephen Henson
On Sat, Jan 22, 2005, Yuriy Synov wrote: No sure if you have set it or not. If not, you can try following example: #define CIPHER_LIST ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH SSL_CTX_set_cipher_list(ctx, CIPHER_LIST) ; I tried to set that cipher list, and now I get the following error:

Seeding the random number generator

2005-01-22 Thread Michael D'Errico
Hi, I need to seed the random number generator on Windows and can't rely on a service such as EGADS being installed and running. What would you recommend I do to gather random bytes for the seed? Thanks, Mike P.S. sorry if this message shows up twice but I sent it last night and haven't received

Re: Seeding the random number generator

2005-01-22 Thread Bernhard Froehlich
Michael D'Errico wrote: Hi, I need to seed the random number generator on Windows and can't rely on a service such as EGADS being installed and running. What would you recommend I do to gather random bytes for the seed? Which versions of Windows are you referring to? On 2k and upwards (maybe

Re: Seeding the random number generator

2005-01-22 Thread Michael D'Errico
I need to seed the random number generator on Windows and can't rely on a service such as EGADS being installed and running. What would you recommend I do to gather random bytes for the seed? Which versions of Windows are you referring to? On 2k and upwards (maybe also on NT4 with current Service

Re: Seeding the random number generator

2005-01-22 Thread Bernhard Froehlich
Michael D'Errico wrote: I need to seed the random number generator on Windows and can't rely on a service such as EGADS being installed and running. What would you recommend I do to gather random bytes for the seed? Which versions of Windows are you referring to? On 2k and upwards (maybe also on

Re: Seeding the random number generator

2005-01-22 Thread Michael D'Errico
Thanks for the info. I'm glad it is done automatically. :-) Mike Bernhard Froehlich wrote: Michael D'Errico wrote: I need to seed the random number generator on Windows and can't rely on a service such as EGADS being installed and running. What would you recommend I do to gather random bytes for

Unable to verify self-certificate

2005-01-22 Thread chandra sekhar_suram
HI all, Please find the files rsa512.txt, ca.txt and self.txt attached. rsa512.txt is the private key, ca.txt is a CA certifciate from Entrust (Demonstration CA certificate) self.txt is the self-certificate that Entrust has issued. When Iam trying to use x509_verify_cert() function to verify the

DH parameters

2005-01-22 Thread Michael D'Errico
How often should a server generate new DH parameters? Thanks, Mike __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List