aboutsummaryrefslogtreecommitdiff
path: root/crypto/ocsp
AgeCommit message (Expand)AuthorFilesLines
2023-03-14Update copyright yearMatt Caswell1-1/+1
2023-01-31Fix incomplete check on X509V3_add1_i2d()ndossche1-2/+2
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-05-03Fix OCSP_basic_verify signer certificate validationMatt Caswell1-2/+3
2021-10-25OCSP_sendreq_bio: Avoid doublefree of mem BIOTomas Mraz1-5/+3
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb1-1/+0
2021-06-02ocsp: remove TODOsPauli1-2/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz3-5/+5
2021-05-26err: rename err_load_xxx_strings_int functionsPauli1-1/+1
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb1-6/+14
2021-05-14HTTP client: Rename 'maxline' parameter to 'buf_size' for clarityDr. David von Oheimb1-2/+2
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb1-14/+11
2021-04-28Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz1-16/+34
2021-04-22Update copyright yearMatt Caswell1-1/+1
2021-04-21ocsp: remove references to EVP_sha1()Pauli2-6/+13
2021-04-14Add some additional NULL checks to prevent segfaults.Shane Lontis1-0/+4
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis4-25/+34
2021-03-31HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb1-2/+2
2021-03-26HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb1-3/+4
2021-03-18Add ossl_v3 symbolsShane Lontis1-7/+7
2021-03-11Update copyright yearMatt Caswell3-3/+3
2021-03-06Simplify OCSP_sendreq_bio()Dr. David von Oheimb1-3/+2
2021-03-06Make more use of X509_add_certs(); minor related code & comments cleanupDr. David von Oheimb2-41/+10
2021-03-06crypto/ocsp/ocsp_cl.c: coding style improvementsDr. David von Oheimb1-22/+24
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb3-3/+3
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb1-4/+0
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb1-6/+4
2021-01-28Update copyright yearRichard Levitte2-2/+2
2021-01-23OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb1-21/+22
2021-01-19Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz1-10/+11
2021-01-12v3_ocsp.c: fix indentation of include directivesDr. Matthias St. Pierre1-8/+8
2020-12-15Deprecate OCSP_REQ_CTX_set1_reqRich Salz1-0/+2
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte1-5/+11
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte1-3/+2
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte5-39/+33
2020-10-15Update copyright yearMatt Caswell1-1/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-2/+2
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb1-5/+14
2020-09-20ocsp_vfy.c: Clean up code w.r.t. coding guidelines and reduce redundanciesDr. David von Oheimb2-142/+111
2020-09-13Fix safestack issues in ocsp.hMatt Caswell4-12/+0
2020-09-13Fix safestack issues in asn1.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in x509v3.hMatt Caswell2-3/+0
2020-09-13Fix safestack issues in x509.hMatt Caswell4-4/+0
2020-08-27Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()Rich Salz1-0/+4
2020-08-19OCSP: Add return value checks.Pauli2-20/+35
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb4-22/+7
2020-05-15Update copyright yearMatt Caswell2-2/+2
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz6-0/+21