Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / x509 / v3_ncons.c
2023-09-07 Matt CaswellCopyright year updates
2023-02-07 Viktor DukhovniFix type confusion in nc_match_single()
2022-11-10 Paulipunycode: update to use WPACKET instead of using custom...
2022-10-12 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-12 Paulix509: use safe maths calls for overflow detection
2021-09-13 Nikita IvanovFix nc_email to check ASN1 strings with NULL byte in...
2021-08-24 Matt CaswellFix the name constraints code to not assume NUL termina...
2021-06-04 Matt CaswellCheck that we got the expected name type when verifying...
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_v3 symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-08-26 Dmitry BelyavskiyRFC 8398: Name constraints validation
2020-05-22 PauliCoverity 1463258: Incorrect expression (EVALUATION_ORDER)
2020-05-05 Dr. David von OheimbStrengthen X509_STORE_CTX_print_verify_cb() to print...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-05-29 Richard LevitteJoin the x509 and x509v3 directories