ecdsa certificates and sha256

2006-10-23 Thread Max Pritikin
(Hello, I'm asking again. Please let me know if you think this would be more appropriately addressed to the openssl-dev list or something.) In summary: Is it possible to use sha256 when generating an ecdsa certificate? Thanks, - max On Oct 19, 2006, at 10:52 AM, Max Pritikin wrote:

Re: ecdsa certificates and sha256

2006-10-23 Thread Nils Larsch
Max Pritikin wrote: (Hello, I'm asking again. Please let me know if you think this would be more appropriately addressed to the openssl-dev list or something.) In summary: Is it possible to use sha256 when generating an ecdsa certificate? I'm currently working on it so please have a

ecdsa certificates and sha256

2006-10-19 Thread Max Pritikin
Folks, This questions is regarding the demo openssl-0.9.8-stable- SNAP-20061004/demos/ssltest-ecc, and in particular the ECCCcertgen.sh script. What I've done is attempt to specify the hash digest like so: #earlier in the script i set the digest I want TEST_DIGEST=sha256 # and here I've