Re: Suggestions for the next OpenSSL-Release

1999-05-28 Thread Stefan Kelm
> > > 2) Serial-number and entry in index.txt for self-signed-certs > > > > > > I have realized that a root-cert that was generates via req -x509... > > > always gets the serial-number "00". I think this could lead to some > > > trouble if you want to renew the root-cert (for whatever reason) with

Re: Suggestions for the next OpenSSL-Release

1999-05-10 Thread Lars Weber
On Fri, May 07, 1999 at 02:04:25PM +, Michael Ströder wrote: > Hmm, but most times the client does not have OpenSSL to calculate that. > Most times you have Netscape Communicator or something like this on the > requester's side. I think PKIX proposes to send a master secret to the > request

Re: Suggestions for the next OpenSSL-Release

1999-05-07 Thread Michael Ströder
Lars Weber wrote: > > I have some (late) suggestions for the next OpenSSL-Release: > > 1) Fingerprint for requests > > This should calculate a unique fingerprint for the request and would > make it possible to identify a request via this hash. I think this > would be ve

Re: Suggestions for the next OpenSSL-Release

1999-05-07 Thread Lars Weber
On Fri, May 07, 1999 at 12:28:33AM +0200, Massimiliano Pala wrote: > > 1) Fingerprint for requests > > > > It would be nice to see an option "fingerprint" for the "req" application, > > like in the "x509" application. > > > > For example: > > > > openssl req -fingerprint -in req.pem > > > >

Re: Suggestions for the next OpenSSL-Release

1999-05-06 Thread Massimiliano Pala
Lars Weber wrote: > > Hello everybody ! > > I have some (late) suggestions for the next OpenSSL-Release: > > 1) Fingerprint for requests > > It would be nice to see an option "fingerprint" for the "req" application, > like in the "x50

Re: Suggestions for the next OpenSSL-Release

1999-05-06 Thread Dr Stephen Henson
Lars Weber wrote: > > > 3) Strange behavior if "serial" is set to "00" > > If someone puts the value "00" in serial instead of "01", that will > cause some funny things after issuing the first cert. The > "serial"-file contains "5C5C5C5D" and the serial-number of the new > certs is set to "0".

Suggestions for the next OpenSSL-Release

1999-05-06 Thread Lars Weber
Hello everybody ! I have some (late) suggestions for the next OpenSSL-Release: 1) Fingerprint for requests It would be nice to see an option "fingerprint" for the "req" application, like in the "x509" application. For example: openssl req -fingerprint -in