CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/02 22:52:28
Modified files:
lib/libcrypto/x509: x509_vfy.c
Log message:
Add a small bit of belt and suspenders around ERR_V_OK with X509_STORE_ctx
and X509_verify_cert - We at least make it so an an init'ed ctx is not
"valid" until X509_verify_cert has actually been called, And we make it
impossible to return success without having the error set to ERR_V_OK.
ok jsing@
