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 Mana
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
s
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
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
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
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
also
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 a
On Fri, Jan 21, 2005, michal wodzinski wrote:
> Hi all
>
> this is also roughly the same code used in apps/smime.c (openssl
> smime...). Only difference in program is that i read in stdin into a
> readonly BIO, and therefor am able to rewind it. Whereas the openssl
> smime borks on stdin, and onl
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 followi
> 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 c
10 matches
Mail list logo