aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ocsp.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-27Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell1-0/+4
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb1-4/+4
2020-03-10fix coding style nits w.r.t. 'defined' in http_local.h, http.h, and ocsp.hDr. David von Oheimb1-1/+1
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb1-4/+0
2020-02-12fix build for new HTTP client in case OPENSSL_NO_CMP or OPENSSL_NO_OCSPDr. David von Oheimb1-35/+40
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb1-12/+23
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-1/+1
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre1-1/+1
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb1-1/+6
2019-06-12Fix an incorrect macroMatt Caswell1-1/+1
2019-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell1-2/+2
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-1/+1
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-09-30Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte1-3/+0
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer1-0/+2
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson1-1/+0
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper1-0/+3
2017-11-11Add an API to get the signer of an OCSP responseBenjamin Kaduk1-0/+2
2017-11-07Remove 4 broken macros from ocsp.hMatt Caswell1-16/+0
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss1-0/+3
2017-06-07make error tables const and separate header fileRich Salz1-53/+1
2017-04-27Add parentheses on public macros where appropriate.Bernd Edlinger1-12/+14
2016-09-22Add OCSP_RESPID_match()Matt Caswell1-0/+1
2016-09-22Add the ability to set OCSP_RESPID fieldsMatt Caswell1-0/+2
2016-08-23Constify some inputs buffersFdaSilvaYY1-2/+2
2016-08-19Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson1-4/+5
2016-08-17Convert OCSP* functions to use const gettersMatt Caswell1-3/+3
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY1-4/+4
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore1-1/+1
2016-07-30Make some more X509 functions const.Richard J. Moore1-1/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1
2016-07-13Add OCSP accessors.Dr. Stephen Henson1-0/+5
2016-05-23Remove unused error/function codes.Rich Salz1-11/+3
2016-05-17Copyright consolidation 03/10Rich Salz1-61/+5
2016-04-21Fix no-ocsp on Windows (and probably VMS)Matt Caswell1-66/+77
2016-04-17Restore OCSP_basic_verify() error return semanticsRichard Levitte1-0/+1
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-17Fix function declarations.Rich Salz1-1/+1
2016-01-17Add some accessors.Rich Salz1-0/+2
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-4/+4
2015-10-11Embed various OCSP fields.Dr. Stephen Henson1-7/+7
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+454