aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-181-17/+17
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-7/+7
* Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb2017-08-161-0/+2
* Fix return-value checks in OCSP_resp_get1_id()Benjamin Kaduk2017-06-271-1/+1
* Add OCSP_resp_get1_id() accessorSascha Steinbiss2017-06-211-1/+22
* make error tables const and separate header fileRich Salz2017-06-071-62/+70
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+3
* Add OCSP_RESPID_match()Matt Caswell2016-09-221-1/+27
* Add the ability to set OCSP_RESPID fieldsMatt Caswell2016-09-221-10/+37
* Fix an uninitialised read on an error pathMatt Caswell2016-08-251-1/+1
* Constify some inputs buffersFdaSilvaYY2016-08-231-2/+2
* Check for error return from ASN1_object_sizeMatt Caswell2016-08-231-0/+3
* Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson2016-08-191-6/+7
* Convert OCSP* functions to use const gettersMatt Caswell2016-08-171-5/+3
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-4/+5
* Ignore the serial number for now and just do the rest.Richard J. Moore2016-07-301-2/+2
* Make some more X509 functions const.Richard J. Moore2016-07-301-2/+2
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* OCSP_request_add0_id() inconsistent error returnTodd Short2016-07-201-1/+3
* Add OCSP accessors.Dr. Stephen Henson2016-07-131-0/+23
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-1/+1
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-183-3/+0
* Tidy up OCSP print handling.Dr. Stephen Henson2016-06-021-8/+11
* Remove unused error/function codes.Rich Salz2016-05-231-15/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 09/10Rich Salz2016-05-1710-575/+51
* Don't leak resource on error in OCSP_url_svcloc_newMatt Caswell2016-04-281-0/+4
* Remove dead-code infinite loopBenjamin Kaduk2016-04-261-1/+0
* Remove --classic build entirelyRichard Levitte2016-04-201-46/+0
* Restore OCSP_basic_verify() error return semanticsRichard Levitte2016-04-172-15/+23
* Small OCSP fixupRichard Levitte2016-04-161-2/+2
* Make many X509_xxx types opaque.Rich Salz2016-04-151-31/+51
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Avoid double-free in calleres to OCSP_parse_urlJim Basney2016-03-091-0/+3
* Remove unused parameters from internal functionsRich Salz2016-02-222-20/+16
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-056-9/+9
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+4
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2611-11/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Accessor update; fix API, document one.Rich Salz2016-01-171-1/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Add some accessors.Rich Salz2016-01-171-0/+12
* Move Makefiles to Makefile.inRich Salz2016-01-122-225/+64
* make updateRichard Levitte2016-01-121-105/+123
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-6/+3