Fix grammar in certificates.txt
[openssl.git] / crypto / ocsp / ocsp_ext.c
2023-09-07 Matt CaswellCopyright year updates
2023-01-31 ndosscheFix incomplete check on X509V3_add1_i2d()
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-05-26 FdaSilvaYYOCSP: fix memory leak in OCSP_url_svcloc_new method.
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-10-18 KaoruTodaRemove parentheses of return.
2016-08-25 Matt CaswellFix an uninitialised read on an error path
2016-08-23 FdaSilvaYYConstify some inputs buffers
2016-08-22 Matt CaswellCheck for error return from ASN1_object_size
2016-08-04 FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-28 Matt CaswellDon't leak resource on error in OCSP_url_svcloc_new
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-10-11 Dr. Stephen HensonEmbed various OCSP fields.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree NULL cleanup 8
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-23 Dr. Stephen Hensonmake X509_EXTENSION opaque
2015-03-05 Dr. Stephen HensonMake OCSP structures opaque.
2015-02-08 Rich SalzFinal (for me, for now) dead code cleanup
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2007-06-07 Dr. Stephen HensonFinish gcc 4.2 changes.
2006-11-13 Dr. Stephen HensonOCSP library tidy. Use extension to encode OCSP extensi...
2005-03-31 Ben LaurieConsistency.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2004-02-19 Dr. Stephen HensonUse an OCTET STRING for the encoding of an OCSP nonce...
2001-02-20 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL). That...
2001-02-12 Dr. Stephen HensonModify OCSP nonce behaviour.
2001-02-08 Richard LevitteThe check for request including a nonce and response...
2001-02-05 Dr. Stephen HensonNew function to copy nonce values from OCSP
2001-01-08 Dr. Stephen HensonAdd set of OCSP client functions. All experimental
2000-12-28 Dr. Stephen HensonNew OCSP extension functions.
2000-12-17 Dr. Stephen HensonRedo OCSP response printing. Remove duplicate or
2000-11-14 Richard LevitteTypo, was "time" instead of "tim".
2000-11-12 Ben LaurieMake this stuff compile.
2000-11-03 Richard LevitteInstead of just STACK, use STACK_OF(ASN1_OBJECT).
2000-10-27 Richard LevitteThe majority of the OCSP code from CertCo.