[openssl-users] Binaries exit with signature bytes

2016-03-25 Thread Satya Das
Hello, I am building a fips capable openssl package and running into a condition where all binaries exit with a signature in the stdout. As far as I can tell it is the incore hash. It seems FINGERPRINT_premain() is finding a ? in the FINGERPRINT_ascii_value and branching to exit(0). What am I

Re: [openssl-users] X509_verify_cert cannot be called twice

2016-03-25 Thread Viktor Dukhovni
On Fri, Mar 25, 2016 at 08:56:32PM +, Blumenthal, Uri - 0553 - MITLL wrote: > If I ask “if your passport valid”, I expect to be able to repeat this > question and (as long as this all is within a reasonably short time) get > exactly the same answer. The result of X509_verify_cert() is not jus

Re: [openssl-users] X509_verify_cert cannot be called twice

2016-03-25 Thread Blumenthal, Uri - 0553 - MITLL
On 3/25/16, 16:10 , "openssl-users on behalf of Michael Wojcik" wrote: >>I'm sure I'm missing something obvious, but why isn't the operation >> XXX_verify_xxx() idempotent? It seems very weird that two subsequent >> calls to verify() wouldn't return exactly the same thing. > >Viktor already allu

Re: [openssl-users] X509_verify_cert cannot be called twice

2016-03-25 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Blumenthal, Uri - 0553 - MITLL > Sent: Thursday, March 24, 2016 16:37 > > I'm sure I'm missing something obvious, but why isn't the operation > XXX_verify_xxx() idempotent? It seems very weird that two subsequent > cal