summaryrefslogtreecommitdiffstats
path: root/crypto/ts/ts_conf.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-08-25Changed the default value of the "ess_cert_id_alg" optionolszomal
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-07-16deprecate engines in libcryptoPauli
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2018-12-06Following the license change, modify the boilerplates in crypto/ts/Richard Levitte
2017-05-03Added support for ESSCertIDv2Marek Klein
2016-05-17Copyright consolidation 06/10Rich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson
2015-09-22Remove "noise" comments from TS files.Rich Salz
2015-06-04Set error code, no fprintf stderr, on errors.Rich Salz
2015-06-04Rename all static TS_xxx to ts_xxxRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-12-20Make no-engine work again.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller