Fix safestack issues in x509.h
[openssl.git] / crypto / x509 / t_x509.c
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.