Re: How to define/change "Signature Algorithm"?

2008-08-15 Thread Ben Wailea, openssl-users
On Fri, Aug 15, 2008 at 8:15 PM, Larry Bugbee <[EMAIL PROTECTED]> wrote: >> Is it possible to define other (SHA512, SHA256, etc) >> SignatureAlgorithms for use? > > Yes, if you use 0.9.9-dev. Take a look at ftp.openssl.org. (Cert sigs > using 0.9.8 always used SHA-1 regardless of how I attempted

How to define/change "Signature Algorithm"?

2008-08-14 Thread Ben Wailea, openssl-users
in openssl.cnf, i've set: [ CA_default ] ... default_md = sha512 ... for RSA request generation, my certs reqs report: ... message digest is sha512 ... Signature Algorithm: sha1WithRSAEncryption ... for EC request generatio