index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ocsp
/
ocsp_vfy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore OCSP_basic_verify() error return semantics
Richard Levitte
2016-04-17
1
-14
/
+21
*
Small OCSP fixup
Richard Levitte
2016-04-16
1
-2
/
+2
*
Make many X509_xxx types opaque.
Rich Salz
2016-04-15
1
-31
/
+51
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-17
/
+13
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Use X509_get0_pubkey where appropriate
Dr. Stephen Henson
2015-12-31
1
-6
/
+3
*
embed OCSP_CERTID
Dr. Stephen Henson
2015-10-11
1
-4
/
+4
*
Embed various OCSP fields.
Dr. Stephen Henson
2015-10-11
1
-6
/
+6
*
Avoid direct X509 structure access
Dr. Stephen Henson
2015-09-06
1
-2
/
+2
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-1
/
+2
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-2
/
+1
*
Make OCSP response verification more flexible.
Dr. Stephen Henson
2015-03-24
1
-4
/
+17
*
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
-374
/
+362
*
RT2560: missing NULL check in ocsp_req_find_signer
Rich Salz
2014-09-10
1
-2
/
+5
*
Don't try and verify signatures if key is NULL (CVE-2013-0166)
Dr. Stephen Henson
2014-04-01
1
-3
/
+6
*
revert OCSP_basic_verify changes: they aren't needed now we support partial c...
Dr. Stephen Henson
2012-12-20
1
-65
/
+7
*
Check chain is not NULL before assuming we have a validated chain.
Dr. Stephen Henson
2012-12-15
1
-1
/
+1
*
Use new partial chain flag instead of modifying input parameters.
Dr. Stephen Henson
2012-12-13
1
-4
/
+3
*
Tabification. Remove accidental duplication.
Ben Laurie
2012-12-10
1
-3
/
+3
*
Fix OCSP checking.
Ben Laurie
2012-12-07
1
-7
/
+66
*
PR: 2803
Dr. Stephen Henson
2012-11-29
1
-0
/
+1
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-0
/
+2
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steve
Dr. Stephen Henson
2007-12-04
1
-1
/
+1
*
Don't assume requestorName is present for signed requests. ASN1 OCSP module
Dr. Stephen Henson
2006-11-13
1
-1
/
+1
*
Typos.
Dr. Stephen Henson
2004-03-04
1
-3
/
+3
*
Make the necessary changes to work with the recent "ex_data" overhaul.
Geoff Thorpe
2001-09-01
1
-4
/
+17
*
In ocsp_match_issuerid() we are passed the CA that signed the responder
Dr. Stephen Henson
2001-07-12
1
-1
/
+1
*
Typo in comment.
Dr. Stephen Henson
2001-02-27
1
-2
/
+2
*
Enhance OCSP_request_verify() so it finds the signers certificate
Dr. Stephen Henson
2001-02-26
1
-0
/
+89
*
Include string.h so mem* functions get properly declared.
Richard Levitte
2001-02-20
1
-0
/
+1
*
Various function for commmon operations.
Dr. Stephen Henson
2001-02-02
1
-13
/
+2
*
New OCSP response verify option OCSP_TRUSTOTHER
Dr. Stephen Henson
2001-01-26
1
-7
/
+16
*
Additional functionality in ocsp utility: print summary
Dr. Stephen Henson
2001-01-19
1
-1
/
+1
*
Implement remaining OCSP verify checks in
Dr. Stephen Henson
2001-01-18
1
-13
/
+159
*
Initial OCSP certificate verify. Not complete,
Dr. Stephen Henson
2001-01-17
1
-4
/
+59
*
OCSP basic response verify. Very incomplete
Dr. Stephen Henson
2001-01-11
1
-0
/
+142