summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp
AgeCommit message (Expand)Author
2021-01-12v3_ocsp.c: fix indentation of include directivesDr. Matthias St. Pierre
2020-12-15Deprecate OCSP_REQ_CTX_set1_reqRich Salz
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb
2020-09-20ocsp_vfy.c: Clean up code w.r.t. coding guidelines and reduce redundanciesDr. David von Oheimb
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-08-27Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()Rich Salz
2020-08-19OCSP: Add return value checks.Pauli
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-27Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte
2019-05-27OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY
2019-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
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
2018-09-03Check for a failure return from EVP_MD_CTX_new() in OCSP_basic_sign().Pauli
2018-02-13Update copyright yearMatt Caswell
2018-02-09Small simplification in mkerr.plFdaSilvaYY
2018-01-24Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.David Cooper
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper
2018-01-24Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper
2017-12-12Fix more OCSP_resp_get0_signer() nitsBen Kaduk
2017-11-11Add an API to get the signer of an OCSP responseBenjamin Kaduk
2017-11-07style : fix some if(...FdaSilvaYY
2017-11-07Remove 4 broken macros from ocsp.hMatt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-16Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb