index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ocsp
/
ocsp_srv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-3
/
+3
*
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
1
-3
/
+4
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Make more use of X509_add_certs(); minor related code & comments cleanup
Dr. David von Oheimb
2021-03-06
1
-11
/
+2
*
Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()
Dr. David von Oheimb
2021-02-18
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-4
/
+3
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Fix safestack issues in ocsp.h
Matt Caswell
2020-09-13
1
-3
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Introduce X509_add_cert[s] simplifying various additions to cert lists
Dr. David von Oheimb
2020-08-12
1
-8
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()
Matt Caswell
2020-03-27
1
-14
/
+43
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/ocsp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Check for a failure return from EVP_MD_CTX_new() in OCSP_basic_sign().
Pauli
2018-09-03
1
-0
/
+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
1
-5
/
+23
*
style : fix some if(...
FdaSilvaYY
2017-11-07
1
-1
/
+1
*
Add OCSP_RESPID_match()
Matt Caswell
2016-09-22
1
-1
/
+27
*
Add the ability to set OCSP_RESPID fields
Matt Caswell
2016-09-22
1
-10
/
+37
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
1
-1
/
+0
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-2
/
+4
*
embed OCSP_CERTID
Dr. Stephen Henson
2015-10-11
1
-3
/
+3
*
Embed various OCSP fields.
Dr. Stephen Henson
2015-10-11
1
-8
/
+8
*
Add X509_up_ref function.
Dr. Stephen Henson
2015-09-01
1
-1
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-10
/
+12
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-2
/
+1
*
Make OCSP structures opaque.
Dr. Stephen Henson
2015-03-05
1
-0
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-179
/
+186
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Enhance OCSP_request_verify() so it finds the signers certificate
Dr. Stephen Henson
2001-02-26
1
-0
/
+6
*
Initial support for ASN1_ITEM_FUNCTION option to
Dr. Stephen Henson
2001-02-23
1
-1
/
+1
*
Fix ASN1_TIME_to_generlizedtime().
Dr. Stephen Henson
2001-02-04
1
-4
/
+12
*
Various OCSP responder utility functions.
Dr. Stephen Henson
2001-02-03
1
-0
/
+250