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
*
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
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
6
-0
/
+21
*
Update copyright year
Matt Caswell
2020-04-23
7
-7
/
+7
*
Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
Matt Caswell
2020-03-27
1
-14
/
+43
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
4
-7
/
+7
*
Don't exclude quite so much in a no-sock build
Dr. David von Oheimb
2020-02-21
1
-3
/
+0
*
Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
Dr. David von Oheimb
2020-02-10
5
-615
/
+66
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
2
-14
/
+11
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
9
-8
/
+8
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-31
/
+2
*
Join the x509 and x509v3 directories
Richard Levitte
2019-05-29
1
-1
/
+1
*
OCSP: fix memory leak in OCSP_url_svcloc_new method.
FdaSilvaYY
2019-05-27
1
-2
/
+2
*
Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const params
Matt Caswell
2019-03-28
1
-2
/
+2
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-3
/
+3
*
Following the license change, modify the boilerplates in crypto/ocsp/
Richard Levitte
2018-12-06
11
-11
/
+11
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESP
Paul Kehrer
2018-09-03
1
-0
/
+10
*
Check for a failure return from EVP_MD_CTX_new() in OCSP_basic_sign().
Pauli
2018-09-03
1
-0
/
+3
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Small simplification in mkerr.pl
FdaSilvaYY
2018-02-09
1
-2
/
+3
*
Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.
David Cooper
2018-01-24
1
-1
/
+1
*
Make editorial changes suggested by Matt Caswell and fixed Travis failures.
David Cooper
2018-01-24
1
-4
/
+15
*
Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...
David Cooper
2018-01-24
1
-2
/
+3
*
Add -rsigopt option to ocsp command
David Cooper
2018-01-24
3
-5
/
+28
*
Fix more OCSP_resp_get0_signer() nits
Ben Kaduk
2017-12-12
1
-1
/
+1
[next]