summaryrefslogtreecommitdiff
path: root/crypto/ocsp
Commit message (Expand)AuthorAgeFilesLines
* Add some additional NULL checks to prevent segfaults.Shane Lontis2021-04-141-0/+4
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-084-25/+34
* HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb2021-03-311-2/+2
* HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb2021-03-261-3/+4
* Add ossl_v3 symbolsShane Lontis2021-03-181-7/+7
* Update copyright yearMatt Caswell2021-03-113-3/+3
* Simplify OCSP_sendreq_bio()Dr. David von Oheimb2021-03-061-3/+2
* Make more use of X509_add_certs(); minor related code & comments cleanupDr. David von Oheimb2021-03-062-41/+10
* crypto/ocsp/ocsp_cl.c: coding style improvementsDr. David von Oheimb2021-03-061-22/+24
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-183-3/+3
* Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb2021-02-181-4/+0
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb2021-02-041-6/+4
* Update copyright yearRichard Levitte2021-01-282-2/+2
* OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb2021-01-231-21/+22
* Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz2021-01-191-10/+11
* v3_ocsp.c: fix indentation of include directivesDr. Matthias St. Pierre2021-01-121-8/+8
* Deprecate OCSP_REQ_CTX_set1_reqRich Salz2020-12-151-0/+2
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-5/+11
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-3/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-135-39/+33
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb2020-09-261-5/+14
* ocsp_vfy.c: Clean up code w.r.t. coding guidelines and reduce redundanciesDr. David von Oheimb2020-09-202-142/+111
* Fix safestack issues in ocsp.hMatt Caswell2020-09-134-12/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-132-3/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-134-4/+0
* Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()Rich Salz2020-08-271-0/+4
* OCSP: Add return value checks.Pauli2020-08-192-20/+35
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-124-22/+7
* Update copyright yearMatt Caswell2020-05-152-2/+2
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-246-0/+21
* Update copyright yearMatt Caswell2020-04-237-7/+7
* Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell2020-03-271-14/+43
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-234-7/+7
* Don't exclude quite so much in a no-sock buildDr. David von Oheimb2020-02-211-3/+0
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-105-615/+66
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-092-14/+11
* Reorganize local header filesDr. Matthias St. Pierre2019-09-289-8/+8
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-31/+2
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-1/+1
* OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY2019-05-271-2/+2
* Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell2019-03-281-2/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-3/+3
* Following the license change, modify the boilerplates in crypto/ocsp/Richard Levitte2018-12-0611-11/+11
* Update copyright yearMatt Caswell2018-09-111-1/+1