Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / x509 / t_x509.c
2023-10-26 Damian Hobson-Garciax509_print_ex: Remove unused setting when XN_FLAG_COMPA...
2023-10-26 Damian Hobson-Garciax509_print_ex:Use correct constant for nmflag comparison
2022-05-03 Matt CaswellUpdate copyright year
2022-04-26 zhouzilongClear unused variables in X509_print_ex()
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-10 x2018remove redundant ERR_raise
2021-12-10 x2018check the return value of BIO_new() in t_x509.c:471...
2021-07-20 Ingo SchwarzeFix a read buffer overrun in X509_aux_print().
2021-07-08 Rich SalzFix bug in X509_print_ex
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-02 Paulix509: remove TODOs
2021-04-28 David BenjaminAdd X509 version constants.
2021-04-20 Paulix509: remove most references to EVP_sha1()
2021-04-16 Shane LontisAdd more negative checks for integers passed to OPENSSL...
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-01-28 Richard LevitteUpdate copyright year
2021-01-20 Dr. David von OheimbX509: Enable printing cert even with invalid validity...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-05 Dr. David von OheimbX509_STORE_CTX_print_verify_cb(): add AKID and SKID...
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
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-04-07 Dr. David von OheimbFix error reporting glitch in X509_STORE_CTX_print_veri...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-02-17 Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-03-18 David von Oheimbadd 'Signature Value:' line and correct indentation...
2019-03-18 David von Oheimbremove needless empty lines when printing certificates
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-16 Yutian LiAdd padding spaces before printing algo.
2017-11-15 Rich SalzRevert "Add padding spaces before printing algo."
2017-11-15 Yutian LiAdd padding spaces before printing algo.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-01-16 Kurt RoeckxAdd missing braces.
2017-01-15 Kurt RoeckxFix undefined behaviour when printing the X509 serial
2017-01-10 Kurt RoeckxPrint the X509 version signed, and convert to unsigned...
2016-08-19 Dr. Stephen HensonConstify certificate and CRL time routines.
2016-08-17 Dr. Stephen HensonConstify X509_get0_signature()
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-17 Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-11-14 Dr. Stephen HensonUse accessors for X509_print_ex().
2015-10-15 Dr. Stephen Hensonembed certificate serial number and signature fields
2015-09-22 Dr. Stephen Hensonheader includes
2015-09-22 Dr. Stephen HensonFix path in comments
2015-09-22 Dr. Stephen HensonMove certificate request and CRL routines to x509 dir.