index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ocsp
/
ocsp_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add X509_get0_serialNumber() and constify OCSP_cert_to_id()
Dr. Stephen Henson
2016-08-19
1
-6
/
+7
*
Ignore the serial number for now and just do the rest.
Richard J. Moore
2016-07-30
1
-2
/
+2
*
Make some more X509 functions const.
Richard J. Moore
2016-07-30
1
-2
/
+2
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
1
-1
/
+0
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-61
/
+5
*
Avoid double-free in calleres to OCSP_parse_url
Jim Basney
2016-03-10
1
-0
/
+3
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-5
/
+5
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-6
/
+0
*
embed OCSP_CERTID
Dr. Stephen Henson
2015-10-11
1
-7
/
+6
*
Embed various OCSP fields.
Dr. Stephen Henson
2015-10-11
1
-2
/
+2
*
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
-3
/
+3
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-2
/
+2
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-2
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-8
/
+4
*
free NULL cleanup
Rich Salz
2015-03-24
1
-2
/
+1
*
Make OCSP structures opaque.
Dr. Stephen Henson
2015-03-05
1
-0
/
+1
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-193
/
+206
*
Handle IPv6 addresses in OCSP_parse_url.
Tom Greenslade
2014-06-27
1
-1
/
+12
*
constify
Dr. Stephen Henson
2012-11-29
1
-1
/
+1
*
Fix the ECDSA timing attack mentioned in the paper at:
Dr. Stephen Henson
2011-05-25
1
-4
/
+4
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-1
/
+2
*
OCSP library tidy. Use extension to encode OCSP extensions instead of doing
Dr. Stephen Henson
2006-11-13
1
-0
/
+3
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-2
/
+2
*
Avoid a memory leak in OCSP_parse_url().
Richard Levitte
2004-03-01
1
-0
/
+1
*
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
Dr. Stephen Henson
2001-10-16
1
-1
/
+1
*
Enhance OCSP_request_verify() so it finds the signers certificate
Dr. Stephen Henson
2001-02-26
1
-18
/
+0
*
Make OCSP cert id code tolerate a missing issuer certificate
Dr. Stephen Henson
2001-02-23
1
-5
/
+16
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-1
/
+1
*
New function OCSP_parse_url() and -url option for ocsp utility.
Dr. Stephen Henson
2001-02-13
1
-0
/
+102
*
Various OCSP responder utility functions.
Dr. Stephen Henson
2001-02-03
1
-202
/
+0
*
Various function for commmon operations.
Dr. Stephen Henson
2001-02-02
1
-9
/
+3
*
Initial OCSP certificate verify. Not complete,
Dr. Stephen Henson
2001-01-17
1
-2
/
+9
*
Add set of OCSP client functions. All experimental
Dr. Stephen Henson
2001-01-08
1
-45
/
+11
*
Modify OCSP API to more closely reflect
Dr. Stephen Henson
2001-01-05
1
-24
/
+7
*
Update OCSP API.
Dr. Stephen Henson
2001-01-04
1
-40
/
+20
*
Redo OCSP response printing. Remove duplicate or
Dr. Stephen Henson
2000-12-17
1
-273
/
+0
*
New function X509V3_extensions_print() this removes extension duplication
Dr. Stephen Henson
2000-12-14
1
-79
/
+0
*
Replace the old style OCSP ASN1 module.
Dr. Stephen Henson
2000-12-13
1
-8
/
+7
*
The majority of the OCSP code from CertCo.
Richard Levitte
2000-10-27
1
-0
/
+791