]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ocsp/ocsp_lib.c
Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
[thirdparty/openssl.git] / crypto / ocsp / ocsp_lib.c
2020-02-10  Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-03-28  Matt CaswellMake OCSP_id_cmp and OCSP_id_issuer_cmp accept const...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2016-08-19  Dr. Stephen HensonAdd X509_get0_serialNumber() and constify OCSP_cert_to_id()
2016-07-30  Richard J. MooreIgnore the serial number for now and just do the rest.
2016-07-30  Richard J. MooreMake some more X509 functions const.
2016-06-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-03-10  Jim BasneyAvoid double-free in calleres to OCSP_parse_url
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-10-23  Alessandro GhediniRemove useless code
2015-10-11  Dr. Stephen Hensonembed OCSP_CERTID
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-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree null cleanup finale
2015-03-24  Rich Salzfree NULL cleanup
2015-03-05  Dr. Stephen HensonMake OCSP structures opaque.
2015-01-27  Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-06-27  Tom GreensladeHandle IPv6 addresses in OCSP_parse_url.
2012-11-29  Dr. Stephen Hensonconstify
2011-05-25  Dr. Stephen HensonFix the ECDSA timing attack mentioned in the paper at:
2009-09-23  Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2006-11-13  Dr. Stephen HensonOCSP library tidy. Use extension to encode OCSP extensi...
2005-05-11  Bodo MöllerFix more error codes.
2004-03-01  Richard LevitteAvoid a memory leak in OCSP_parse_url().
2001-10-16  Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-02-26  Dr. Stephen HensonEnhance OCSP_request_verify() so it finds the signers...
2001-02-23  Dr. Stephen HensonMake OCSP cert id code tolerate a missing issuer certif...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-02-13  Dr. Stephen HensonNew function OCSP_parse_url() and -url option for ocsp...
2001-02-03  Dr. Stephen HensonVarious OCSP responder utility functions.
2001-02-02  Dr. Stephen HensonVarious function for commmon operations.
2001-01-17  Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2001-01-08  Dr. Stephen HensonAdd set of OCSP client functions. All experimental
2001-01-05  Dr. Stephen HensonModify OCSP API to more closely reflect
2001-01-04  Dr. Stephen HensonUpdate OCSP API.
2000-12-17  Dr. Stephen HensonRedo OCSP response printing. Remove duplicate or
2000-12-14  Dr. Stephen HensonNew function X509V3_extensions_print() this removes...
2000-12-13  Dr. Stephen HensonReplace the old style OCSP ASN1 module.
2000-10-27  Richard LevitteThe majority of the OCSP code from CertCo.