summaryrefslogtreecommitdiff
path: root/crypto/ocsp/ocsp_lcl.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright consolidation 09/10Rich Salz2016-05-171-61/+5
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
| | | | | Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Remove /* foo.c */ commentsRich Salz2016-01-261-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>
* embed OCSP_CERTIDDr. Stephen Henson2015-10-111-3/+3
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Embed various OCSP fields.Dr. Stephen Henson2015-10-111-6/+6
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-051-0/+273
Reviewed-by: Matt Caswell <matt@openssl.org>