summaryrefslogtreecommitdiff
path: root/crypto/ct
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-056-59/+21
* libcrypto: remove reliance on struct timevalPauli2022-09-131-4/+5
* CTLOG_new_ex: Fix copy&paste error when setting propqTomas Mraz2022-06-021-1/+1
* Update copyright yearMatt Caswell2021-06-172-2/+2
* Fix CTLOG_new_from_base64_ex()Matt Caswell2021-06-081-1/+1
* ct: remove TODOsPauli2021-06-021-5/+0
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Update copyright yearMatt Caswell2021-04-083-3/+3
* Add ossl_v3 symbolsShane Lontis2021-03-182-2/+2
* misc: other init function param additionsPauli2021-03-121-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte2021-02-121-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* X509v3_get_ext_by_NID.pod: Add warning on counter-intuitive behavior of X509v...Dr. David von Oheimb2021-01-201-4/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-6/+12
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-137-62/+62
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-155-10/+10
* Run the withlibctx.pl scriptMatt Caswell2020-10-014-19/+17
* Fix safestack issues in ct.hMatt Caswell2020-09-135-10/+0
* Add EVP signature with libctx methods.Shane Lontis2020-08-091-2/+3
* Update copyright yearMatt Caswell2020-05-153-3/+3
* coverity 1462541 Dereference after null checkPauli2020-04-301-1/+3
* coverity 1462550 Resource leakPauli2020-04-301-0/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-245-0/+10
* Update copyright yearMatt Caswell2020-04-237-7/+7
* Make the CT code library context awareMatt Caswell2020-04-097-30/+124
* Deprecate the low level SHA functions.Pauli2020-01-191-2/+2
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-171-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-289-8/+8
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-43/+2
* Following the license change, modify the boilerplates in crypto/ct/Richard Levitte2018-12-0611-11/+11
* Use secure_getenv(3) when available.Pauli2018-09-241-1/+1
* Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger2018-06-211-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Null pointer used.Pauli2017-09-181-1/+1
* Add checks for alloc failing.Rich Salz2017-09-061-0/+2
* Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk2017-06-091-4/+8
* make error tables const and separate header fileRich Salz2017-06-071-58/+67
* Newlines!Alex Gaynor2017-05-221-0/+4
* Style fixes and use the source parameter so the OCSP path worksAlex Gaynor2017-05-221-5/+7
* This is an intAlex Gaynor2017-05-221-1/+1
* Don't use a for-loop declerationAlex Gaynor2017-05-221-1/+2
* Fixed #3020 -- set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor2017-05-221-2/+39
* Fix faulty freeRichard Levitte2017-01-291-6/+6
* Move SCT_LIST_free definition into a more logical placeRob Percival2016-11-162-5/+5
* Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival2016-11-161-1/+4