Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / x509 / v3_utl.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-04-12 Zhou QingyangAdd return value check of X509V3_add_value() in X509V3_...
2022-03-10 Dmitry BelyavskiyAvoid potential memory leak
2022-02-28 Jiasheng Jiangcrypto/x509/v3_utl.c: Add missing check for OPENSSL_strndup
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-05 Dimitris ApostolouFix typos
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-08-31 Matt CaswellEnsure that we check the ASN.1 type of an "otherName...
2021-08-24 Matt CaswellFix append_ia5 function to not assume NUL terminated...
2021-08-24 Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-06 Amir MohammadiFix ipv4_from_asc behavior on invalid Ip addresses
2021-06-02 Paulix509: remove TODOs
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 stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-26 Dmitry BelyavskiyRFC 8398: EAI comparison
2020-08-26 Richard Levittecrypto/x509/v3_utl.c: Fix IPv6 output in ipaddr_to_asc()
2020-08-04 Dr. David von OheimbRename misleading X509V3_R_INVALID_NULL_NAME to X509V3_...
2020-08-04 Dr. David von OheimbCorrect confusing X509V3 conf error output by removing...
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-17 Richard LevitteRename internal function name_cmp() to v3_name_cmp()
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