CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2017/04/28 17:12:04
Modified files: lib/libcrypto/x509: Tag: OPENBSD_6_1 x509_vfy.c Log message: MFC: 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)