aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/t_x509.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Clear unused variables in X509_print_ex()zhouzilong2022-04-261-2/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+6
* remove redundant ERR_raisex20182021-12-101-3/+1
* check the return value of BIO_new() in t_x509.c:471 & cmp_vfy.c:36x20182021-12-101-0/+4
* Fix a read buffer overrun in X509_aux_print().Ingo Schwarze2021-07-201-2/+2
* Fix bug in X509_print_exRich Salz2021-07-081-4/+6
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-2/+2
* x509: remove TODOsPauli2021-06-021-6/+0
* Add X509 version constants.David Benjamin2021-04-281-1/+1
* x509: remove most references to EVP_sha1()Pauli2021-04-211-3/+10
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-0/+2
* Add ossl_ x509 symbolsShane Lontis2021-03-181-4/+4
* Add ossl_asn1 symbolsShane Lontis2021-03-181-2/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* X509: Enable printing cert even with invalid validity times, saying 'Bad time...Dr. David von Oheimb2021-01-201-2/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* X509_STORE_CTX_print_verify_cb(): add AKID and SKID output for (non-)trusted ...Dr. David von Oheimb2020-09-051-6/+15
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-2/+1
* Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb2020-05-051-10/+39
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix error reporting glitch in X509_STORE_CTX_print_verify_cb() in t_x509.cDr. David von Oheimb2020-04-071-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb2020-02-171-0/+105
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* add 'Signature Value:' line and correct indentation when printing X.509 signa...David von Oheimb2019-03-181-3/+6
* remove needless empty lines when printing certificatesDavid von Oheimb2019-03-181-3/+3
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-2/+2
* Add padding spaces before printing algo.Yutian Li2017-11-161-0/+3
* Revert "Add padding spaces before printing algo."Rich Salz2017-11-151-3/+0
* Add padding spaces before printing algo.Yutian Li2017-11-151-0/+3
* Remove parentheses of return.KaoruToda2017-10-181-4/+4
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Add missing braces.Kurt Roeckx2017-01-161-1/+2
* Fix undefined behaviour when printing the X509 serialKurt Roeckx2017-01-151-2/+4
* Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx2017-01-101-2/+7
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-2/+2
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-171-2/+2
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-171-3/+3
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-171-1/+2
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-2/+3
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-2/+1
* Use accessors for X509_print_ex().Dr. Stephen Henson2015-11-141-16/+83
* embed certificate serial number and signature fieldsDr. Stephen Henson2015-10-151-1/+1