CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/11/13 12:21:17
Modified files:
lib/libcrypto/man: X509_VERIFY_PARAM_set_flags.3
Log message:
Document the interactions of X509_V_FLAG_USE_CHECK_TIME,
X509_V_FLAG_NO_CHECK_TIME, X509_VERIFY_PARAM_set_time(3),
X509_VERIFY_PARAM_set_flags(3), and X509_VERIFY_PARAM_clear_flags(3)
in detail because the API design is both surprising and surprisingly
complicated in this respect, and the resulting nasty traps have
already caused bugs in the past.