Serial Number 00 in self signed certificate

2002-01-17 Thread Augusto Marcacini
Hi, I intend to generate a self signed certificate with a serial number different from the "00" default. I saw this information in the documentation page for the "req" command: === -set_serial n serial number to use when outputting a self signed certificate. Th

Re: openssl command loops

2002-01-17 Thread Lutz Jaenicke
On Thu, Jan 17, 2002 at 09:03:37PM +0100, Tim McClure wrote: > I am running the following command on my Linux server and it loops > (processor 99% utilized) and never returns. > > openssl genrsa -des3 -rand /dev/urandom -out tim.key 1024 > > I am trying to genrate a private key. Any suggestions

openssl command loops

2002-01-17 Thread Tim McClure
I am running the following command on my Linux server and it loops (processor 99% utilized) and never returns. openssl genrsa -des3 -rand /dev/urandom -out tim.key 1024 I am trying to genrate a private key. Any suggestions? Tim __

Re: How do I respond to a renegotiation?

2002-01-17 Thread Martin Sjögren
On Thu, Jan 17, 2002 at 07:30:51AM -0800, Eric Rescorla wrote: > Martin Sjögren <[EMAIL PROTECTED]> writes: > > Am I correct in thinking that if the server wants to renegotiate a > > session, it calls SSL_renegotiate() and then SSL_do_handshake()? > Sort of. See Part II of "An Introduction to Open

Re: How do I respond to a renegotiation?

2002-01-17 Thread Eric Rescorla
Martin Sjögren <[EMAIL PROTECTED]> writes: > Am I correct in thinking that if the server wants to renegotiate a > session, it calls SSL_renegotiate() and then SSL_do_handshake()? Sort of. See Part II of "An Introduction to OpenSSL Programming". > Will every

[Q] HMAC in openssl?

2002-01-17 Thread Sergio LOUREIRO
Hello All, Are there any plans to include "macro" commands, such as HMAC and SSL_MAC in openssl? I was thinking that it might be interesting to interface with hardware that supports this kind of commands. Thanks in advance, Sergio Loureiro www.zencod.com _

How do I respond to a renegotiation?

2002-01-17 Thread Martin Sjögren
Am I correct in thinking that if the server wants to renegotiate a session, it calls SSL_renegotiate() and then SSL_do_handshake()? Will everything be handled "automagically" on the client side, or if not, how do I know I have to shake hands with the server and what do I do? Thanks, Martin Sjög