Re: Question regarding openssl program to compute the hashes and finger-prints.

2013-05-20 Thread Stan Joyner
Per this web page the hash algorithm did change if I understand your question correctly. http://www.openssl.org/docs/apps/x509.html I think c_rehash uses -subject_hash as the option. These options allow you to use the old hash from the command line. Don't know how to get c_rehash to do this. *-s

Re: Intermediate Certificates with Suite B Profile

2013-05-18 Thread Stan Joyner
Again thanks Dave. I figured out my last question about the Signature algorithm. Signed cert is working perfectly on my device. On Fri, May 17, 2013 at 7:59 PM, Stan Joyner wrote: > Thanks Dave for the quick response. It helped a lot. > > One last question and I think I'll ha

Re: Intermediate Certificates with Suite B Profile

2013-05-17 Thread Stan Joyner
-with-SHA1<<<< Want ecdsa-with-SHA384 Thanks, Stan On Fri, May 17, 2013 at 6:20 PM, Dave Thompson wrote: > >From: owner-openssl-us...@openssl.org On Behalf Of Stan Joyner > >Sent: Friday, 17 May, 2013 16:14 > > >I have the following in place: > &g

Intermediate Certificates with Suite B Profile

2013-05-17 Thread Stan Joyner
Hi, Google has let me down on this one. I am sure there is a tutorial in place somewhere for this. I just can't seem to find it. I have the following in place: 1. Certificate Signing Request from a device. 2. Root CA I generated via these openssl commands: openssl ecparam -out ec_param.pem -na

Question on SHA1 Functions

2011-01-10 Thread Stan Joyner
SHA512_CTX *c); I don't understand how this works obviously. Any information would be appreciated. I want to use this in an embedded application. I also noticed macros in sha_locl.h for SHA. Is this where the SHA1 functions are implemented? Thanks, Stan Joyner