summaryrefslogtreecommitdiff
path: root/crypto/x509/t_x509.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* header includesDr. Stephen Henson2015-09-221-9/+1
* Fix path in commentsDr. Stephen Henson2015-09-221-1/+1
* Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson2015-09-221-0/+357