summaryrefslogtreecommitdiff
path: root/crypto/ocsp
Commit message (Expand)AuthorAgeFilesLines
* Fix incomplete check on X509V3_add1_i2d()ndossche2023-01-311-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-052-2/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix OCSP_basic_verify signer certificate validationMatt Caswell2022-05-031-2/+3
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* OCSP_sendreq_bio: Avoid doublefree of mem BIOTomas Mraz2021-10-251-5/+3
* Update copyright yearMatt Caswell2021-06-171-1/+1
* HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb2021-06-161-1/+0
* ocsp: remove TODOsPauli2021-06-021-2/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-013-5/+5
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-6/+14
* HTTP client: Rename 'maxline' parameter to 'buf_size' for clarityDr. David von Oheimb2021-05-141-2/+2
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-14/+11
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-281-16/+34
* Update copyright yearMatt Caswell2021-04-221-1/+1
* ocsp: remove references to EVP_sha1()Pauli2021-04-212-6/+13
* 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