openssl fipsinstall: fix cosmetic wart
[openssl.git] / crypto / ts / ts_conf.c
2023-09-07 Matt CaswellCopyright year updates
2023-08-25 olszomalChanged the default value of the "ess_cert_id_alg"...
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-08 Dr. David von OheimbCorrect and simplify use of ERR_clear_error() etc....
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-07-16 Paulideprecate engines in libcrypto
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-05-03 Marek KleinAdded support for ESSCertIDv2
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-03-20 Rich SalzRemove #error from include files.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-20 Dr. Stephen HensonAdd support for signer_digest option in TS.
2015-09-22 Rich SalzRemove "noise" comments from TS files.
2015-06-04 Rich SalzSet error code, no fprintf stderr, on errors.
2015-06-04 Rich SalzRename all static TS_xxx to ts_xxx
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 11
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2008-12-20 Dr. Stephen HensonMake no-engine work again.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...