summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_scts.c
Commit message (Expand)AuthorAgeFilesLines
* Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg2016-02-251-299/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Because ct_locl.h is used between modules, move it to internal headersRichard Levitte2015-10-181-1/+1
* Initial commit for Certificate Transparency supportAdam Eijdenberg2015-10-091-40/+12
* d2i: don't update input pointer on failureKurt Roeckx2015-09-141-1/+3
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-0/+1
* RT3992: Make SCT #ifdeffable.David Woodhouse2015-09-091-0/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* use unit64_t for CPUID and timestamp codeDr. Stephen Henson2015-05-141-18/+10
* Remove libcrypto to libssl dependencyMatt Caswell2015-05-051-1/+10
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free cleanup 12Rich Salz2015-04-301-5/+5
* Adjust include pathRichard Levitte2015-03-241-1/+1
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-14/+14
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-245/+236
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+4
* Separate the SCT List parser from the SCT List viewerRob Stradling2014-06-101-71/+172
* Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson2014-02-251-0/+9
* Fix for v3_scts.cDr. Stephen Henson2014-02-251-2/+11
* Parse non-v1 SCTs less awkwardly.Rob Stradling2014-02-251-4/+11
* fix WIN32 warningsDr. Stephen Henson2014-02-201-1/+1
* Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson2014-02-201-0/+204