aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in crypto/ocsp/Richard Levitte2018-12-0611-11/+11
* Update copyright yearMatt Caswell2018-09-111-1/+1
* add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer2018-09-031-0/+10
* Check for a failure return from EVP_MD_CTX_new() in OCSP_basic_sign().Pauli2018-09-031-0/+3
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Small simplification in mkerr.plFdaSilvaYY2018-02-091-2/+3
* Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.David Cooper2018-01-241-1/+1
* Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper2018-01-241-4/+15
* Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper2018-01-241-2/+3
* Add -rsigopt option to ocsp commandDavid Cooper2018-01-243-5/+28
* Fix more OCSP_resp_get0_signer() nitsBen Kaduk2017-12-121-1/+1
* Add an API to get the signer of an OCSP responseBenjamin Kaduk2017-11-111-0/+9
* style : fix some if(...FdaSilvaYY2017-11-071-1/+1
* Remove 4 broken macros from ocsp.hMatt Caswell2017-11-071-0/+16
* 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