OSX Open SSL Usage question

2013-08-16 Thread Andrew H
I have two version of OpenSSL on my OSX file system, the default 0.9.8r and 1.0.1e.For the later I'm having trouble getting the syntax of the command correct, I think. When I used this (in 1.0.1e's directory, /opt/localbin):./openssl s_client -connect foo.foo.foo.foo:443 ( replace the foo's ).I

Re: OSX Open SSL Usage question

2013-08-16 Thread Ztatik Light
From stackoverflow: These hash values will comes from the Subject DN of each CA certificate (since the aim is to look for a CA certificate with the subject matching the issuer of the certificate to verify). You can either usec_rehash as documented, or get the Subject DN's hash using openssl x509

Re: OSX Open SSL Usage question

2013-08-16 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Ztatik Light Sent: Friday, 16 August, 2013 03:31 From stackoverflow: These hash values will comes from the Subject DN of each CA certificate (since the aim is to look for a CA certificate with the subject matching the issuer of the