]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ocsp/ocsp_prn.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / ocsp / ocsp_prn.c
2019-09-28  Dr. Matthias St... Reorganize local header files
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2016-06-02  Dr. Stephen HensonTidy up OCSP print handling.
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-26  Rich SalzRemove /* foo.c */ comments
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-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-03-05  Dr. Stephen HensonMake OCSP structures opaque.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2010-06-12  Ben LaurieFix warnings.
2010-03-12  Dr. Stephen Hensonmissing goto meant signature was never printed out
2009-09-30  Dr. Stephen HensonPR: 2063
2007-10-13  Andy PolyakovBunch of constifications.
2003-04-03  Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2001-01-19  Dr. Stephen HensonAdditional functionality in ocsp utility: print summary
2001-01-13  Dr. Stephen HensonNew OCSP utility. This can generate, parse and print
2001-01-08  Dr. Stephen HensonAdd set of OCSP client functions. All experimental
2000-12-20  Dr. Stephen HensonFixes to OCSP print code.
2000-12-17  Dr. Stephen HensonRedo OCSP response printing. Remove duplicate or
2000-12-14  Dr. Stephen HensonNew function X509V3_extensions_print() this removes...