summaryrefslogtreecommitdiffstats
path: root/crypto/ct (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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
* Subtract padding from outlen in ct_base64_decodeRob Percival2016-11-161-0/+5
* Convert C++ comments to C-style commentsRob Percival2016-11-151-5/+7
* Cast time_t to uint64_t before converting to milliseconds in ct_policy.cRob Percival2016-11-151-1/+3
* By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival2016-11-151-1/+7
* Don't check for time() failing in CT_POLICY_EVAL_CTX_newRob Percival2016-11-151-6/+2
* Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival2016-11-151-0/+7
* Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival2016-11-151-4/+5
* Check that SCT timestamps are not in the futureRob Percival2016-11-156-1/+34
* Add -Wswitch-enumRich Salz2016-09-221-5/+8
* SCT_set_source resets validation_statusRob Percival2016-08-231-0/+1
* Document that o2i_SCT_signature can leave the SCT in an inconsistent stateRob Percival2016-08-231-0/+2
* Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival2016-08-231-0/+23
* Prevent double-free of CTLOG public keyRob Percival2016-08-231-1/+1
* Internalizes SCT_verify and removes SCT_verify_v1Rob Percival2016-08-234-44/+14
* Ensure CT_POLICY_EVAL_CTX_free behaves properly with a NULL argMatt Caswell2016-08-231-0/+2
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-1/+1
* Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functionsRob Percival2016-08-151-6/+10
* Improves CTLOG_STORE settersRob Percival2016-08-151-6/+10
* Mkae CT_log_new_from_base64 always return 0 on failureRob Percival2016-08-061-1/+1
* Removes CTLOG_new_null from the CT public APIRob Percival2016-08-062-13/+4
* Fix some style issues...FdaSilvaYY2016-08-021-1/+1
* Typo and comment fixFdaSilvaYY2016-07-251-3/+4