summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_cl.c
AgeCommit message (Expand)Author
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-03-06Make more use of X509_add_certs(); minor related code & comments cleanupDr. David von Oheimb
2021-03-06crypto/ocsp/ocsp_cl.c: coding style improvementsDr. David von Oheimb
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/ocsp/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer
2017-06-27Fix return-value checks in OCSP_resp_get1_id()Benjamin Kaduk
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss
2016-08-17Convert OCSP* functions to use const gettersMatt Caswell
2016-08-05spelling fixes, just comments and readme.klemens
2016-07-20OCSP_request_add0_id() inconsistent error returnTodd Short
2016-07-13Add OCSP accessors.Dr. Stephen Henson
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-17Accessor update; fix API, document one.Rich Salz
2016-01-17Add some accessors.Rich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-11Embed various OCSP fields.Dr. Stephen Henson
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-03-05Make OCSP structures opaque.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-18RT2489: Remove extra "sig" local variable.Laszlo Papp
2007-12-04Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steveDr. Stephen Henson
2005-07-26improved error checking and some fixesNils Larsch
2001-02-24New function and options to check OCSP response validity.Dr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-04Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson
2001-01-08Add prototypes for new OCSP functions.Dr. Stephen Henson
2001-01-08Add set of OCSP client functions. All experimentalDr. Stephen Henson