x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.
[openssl.git] / crypto / x509 / t_x509.c
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.