aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/t_crl.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson1-3/+3
Update certificate and CRL time routines to match new standard. Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell1-3/+3
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Stephen Henson <steve@openssl.org>
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+5
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2015-10-23Remove useless codeAlessandro Ghedini1-1/+0
RT#4081 Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-09-22Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson1-0/+137
Reviewed-by: Rich Salz <rsalz@openssl.org>