Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / x509 / v3_alt.c
2021-01-13 Dr. David von Oheimbcrypto/x509: Rename v3_{skey,skid}.c, v3_{akey,akid...
2021-01-13 Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
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-05-22 Nicola TuveriAdjust length of some strncpy() calls
2020-05-15 Matt CaswellUpdate copyright year
2020-05-05 Dr. David von OheimbStrengthen X509_STORE_CTX_print_verify_cb() to print...
2020-04-30 Shane LontisFix snprintf missing for windows build
2020-04-27 Richard Levittecrypto/x509/v3_alt.c: make 'othername' a bit bigger
2020-04-25 Dirk-Willem van... Add support for unusal 'othername' subjectAltNames
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-12-11 Jan-Frederik RieckersAdd support for otherName:NAIRealm in output
2019-11-04 Matt CaswellDon't assume the type we read was the type we expected
2019-11-04 Matt CaswellDon't leak memory in the event of a failure in i2v_GENE...
2019-10-17 Richard LevitteRename internal function name_cmp() to v3_name_cmp()
2019-09-24 Dmitry BelyavskiySupport printing out some otherName variants
2019-06-07 Acheev BhagatReplace BIO_printf with ASN1_STRING_print in GENERAL_NA...
2019-05-29 Richard LevitteJoin the x509 and x509v3 directories