index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ocsp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incomplete check on X509V3_add1_i2d()
ndossche
2023-01-31
1
-2
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
2
-2
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Fix OCSP_basic_verify signer certificate validation
Matt Caswell
2022-05-03
1
-2
/
+3
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-1
/
+1
*
OCSP_sendreq_bio: Avoid doublefree of mem BIO
Tomas Mraz
2021-10-25
1
-5
/
+3
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.c
Dr. David von Oheimb
2021-06-16
1
-1
/
+0
*
ocsp: remove TODOs
Pauli
2021-06-02
1
-2
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
3
-5
/
+5
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
HTTP: Implement persistent connections (keep-alive)
Dr. David von Oheimb
2021-05-14
1
-6
/
+14
*
HTTP client: Rename 'maxline' parameter to 'buf_size' for clarity
Dr. David von Oheimb
2021-05-14
1
-2
/
+2
*
HTTP client: Minimal changes that include the improved API
Dr. David von Oheimb
2021-05-12
1
-14
/
+11
*
Prefer fetch over legacy get_digestby/get_cipherby
Tomas Mraz
2021-04-28
1
-16
/
+34
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
ocsp: remove references to EVP_sha1()
Pauli
2021-04-21
2
-6
/
+13
*
Add some additional NULL checks to prevent segfaults.
Shane Lontis
2021-04-14
1
-0
/
+4
*
Fix more certificate related lib_ctx settings.
Shane Lontis
2021-04-08
4
-25
/
+34
*
HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()
Dr. David von Oheimb
2021-03-31
1
-2
/
+2
*
HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()
Dr. David von Oheimb
2021-03-26
1
-3
/
+4
*
Add ossl_v3 symbols
Shane Lontis
2021-03-18
1
-7
/
+7
*
Update copyright year
Matt Caswell
2021-03-11
3
-3
/
+3
*
Simplify OCSP_sendreq_bio()
Dr. David von Oheimb
2021-03-06
1
-3
/
+2
*
Make more use of X509_add_certs(); minor related code & comments cleanup
Dr. David von Oheimb
2021-03-06
2
-41
/
+10
*
crypto/ocsp/ocsp_cl.c: coding style improvements
Dr. David von Oheimb
2021-03-06
1
-22
/
+24
*
Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
Dr. David von Oheimb
2021-02-18
3
-3
/
+3
*
Add internal X509_add_certs_new(), which simplifies matters
Dr. David von Oheimb
2021-02-18
1
-4
/
+0
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stack
Dr. David von Oheimb
2021-02-04
1
-6
/
+4
*
Update copyright year
Richard Levitte
2021-01-28
2
-2
/
+2
*
OCSP HTTP: Restore API of undocumented and recently deprecated functions
Dr. David von Oheimb
2021-01-23
1
-21
/
+22
*
Deprecate OCSP_xxx API for OSSL_HTTP_xxx
Rich Salz
2021-01-19
1
-10
/
+11
*
v3_ocsp.c: fix indentation of include directives
Dr. Matthias St. Pierre
2021-01-12
1
-8
/
+8
*
Deprecate OCSP_REQ_CTX_set1_req
Rich Salz
2020-12-15
1
-0
/
+2
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-5
/
+11
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-3
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
5
-39
/
+33
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()
Dr. David von Oheimb
2020-09-26
1
-5
/
+14
*
ocsp_vfy.c: Clean up code w.r.t. coding guidelines and reduce redundancies
Dr. David von Oheimb
2020-09-20
2
-142
/
+111
*
Fix safestack issues in ocsp.h
Matt Caswell
2020-09-13
4
-12
/
+0
*
Fix safestack issues in asn1.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in x509v3.h
Matt Caswell
2020-09-13
2
-3
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
4
-4
/
+0
*
Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()
Rich Salz
2020-08-27
1
-0
/
+4
*
OCSP: Add return value checks.
Pauli
2020-08-19
2
-20
/
+35
*
Introduce X509_add_cert[s] simplifying various additions to cert lists
Dr. David von Oheimb
2020-08-12
4
-22
/
+7
*
Update copyright year
Matt Caswell
2020-05-15
2
-2
/
+2
[next]