aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/t_x509.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-2/+2
2017-11-16Add padding spaces before printing algo.Yutian Li1-0/+3
2017-11-15Revert "Add padding spaces before printing algo."Rich Salz1-3/+0
2017-11-15Add padding spaces before printing algo.Yutian Li1-0/+3
2017-10-18Remove parentheses of return.KaoruToda1-4/+4
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-1/+1
2017-01-16Add missing braces.Kurt Roeckx1-1/+2
2017-01-15Fix undefined behaviour when printing the X509 serialKurt Roeckx1-2/+4
2017-01-10Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx1-2/+7
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson1-2/+2
2016-08-17Constify X509_get0_signature()Dr. Stephen Henson1-2/+2
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson1-3/+3
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell1-1/+2
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-2/+3
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson1-2/+1
2015-11-14Use accessors for X509_print_ex().Dr. Stephen Henson1-16/+83
2015-10-15embed certificate serial number and signature fieldsDr. Stephen Henson1-1/+1
2015-09-22header includesDr. Stephen Henson1-9/+1
2015-09-22Fix path in commentsDr. Stephen Henson1-1/+1
2015-09-22Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson1-0/+357