CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/28 17:03:58
Modified files:
lib/libcrypto/x509: x509_vfy.c
Log message:
Revert previous change that forced consistency between return value and
error code, since this breaks the documented API. Under certain circumstances
this will result in incorrect successful certiticate verification (where
a user supplied callback always returns 1, and later code checks the error
code to potentially abort post verification)
