index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ocsp
/
ocsp_ext.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check returns of various sk_*_push functions
Frederik Wedel-Heinen
2025-01-08
1
-1
/
+2
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Fix incomplete check on X509V3_add1_i2d()
ndossche
2023-01-31
1
-2
/
+2
*
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
1
-1
/
+0
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
OCSP: fix memory leak in OCSP_url_svcloc_new method.
FdaSilvaYY
2019-05-27
1
-2
/
+2
*
Following the license change, modify the boilerplates in crypto/ocsp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-17
/
+17
*
Fix an uninitialised read on an error path
Matt Caswell
2016-08-25
1
-1
/
+1
*
Constify some inputs buffers
FdaSilvaYY
2016-08-23
1
-2
/
+2
*
Check for error return from ASN1_object_size
Matt Caswell
2016-08-23
1
-0
/
+3
*
Constify some ASN1_OBJECT *obj input parameters
FdaSilvaYY
2016-08-04
1
-4
/
+5
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-61
/
+5
*
Don't leak resource on error in OCSP_url_svcloc_new
Matt Caswell
2016-04-28
1
-0
/
+4
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Embed various OCSP fields.
Dr. Stephen Henson
2015-10-11
1
-20
/
+20
*
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
-13
/
+14
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-4
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
free NULL cleanup 8
Rich Salz
2015-04-30
1
-4
/
+2
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-2
/
+2
*
make X509_EXTENSION opaque
Dr. Stephen Henson
2015-03-23
1
-1
/
+2
*
Make OCSP structures opaque.
Dr. Stephen Henson
2015-03-05
1
-0
/
+1
*
Final (for me, for now) dead code cleanup
Rich Salz
2015-02-09
1
-43
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-347
/
+394
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-1
/
+2
*
Finish gcc 4.2 changes.
Dr. Stephen Henson
2007-06-07
1
-1
/
+2
*
OCSP library tidy. Use extension to encode OCSP extensions instead of doing
Dr. Stephen Henson
2006-11-13
1
-36
/
+8
*
Consistency.
Ben Laurie
2005-03-31
1
-2
/
+1
*
Give everything prototypes (well, everything that's actually used).
Ben Laurie
2005-03-31
1
-14
/
+22
*
Use an OCTET STRING for the encoding of an OCSP nonce value.
Dr. Stephen Henson
2004-02-19
1
-7
/
+17
*
Use sk_*_new_null() instead of sk_*_new(NULL). That avoids getting
Richard Levitte
2001-02-20
1
-2
/
+2
*
Modify OCSP nonce behaviour.
Dr. Stephen Henson
2001-02-13
1
-23
/
+41
*
The check for request including a nonce and response not having it was
Richard Levitte
2001-02-08
1
-1
/
+1
*
New function to copy nonce values from OCSP
Dr. Stephen Henson
2001-02-05
1
-10
/
+14
*
Add set of OCSP client functions. All experimental
Dr. Stephen Henson
2001-01-08
1
-0
/
+71
*
New OCSP extension functions.
Dr. Stephen Henson
2000-12-28
1
-11
/
+193
*
Redo OCSP response printing. Remove duplicate or
Dr. Stephen Henson
2000-12-17
1
-96
/
+0
*
Typo, was "time" instead of "tim".
Richard Levitte
2000-11-14
1
-1
/
+1
*
Make this stuff compile.
Ben Laurie
2000-11-12
1
-10
/
+11
*
Instead of just STACK, use STACK_OF(ASN1_OBJECT).
Richard Levitte
2000-11-03
1
-6
/
+7
*
The majority of the OCSP code from CertCo.
Richard Levitte
2000-10-27
1
-0
/
+347