summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_scts.c
AgeCommit message (Expand)Author
2016-02-25Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-18Because ct_locl.h is used between modules, move it to internal headersRichard Levitte
2015-10-09Initial commit for Certificate Transparency supportAdam Eijdenberg
2015-09-14d2i: don't update input pointer on failureKurt Roeckx
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-09RT3992: Make SCT #ifdeffable.David Woodhouse
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-14use unit64_t for CPUID and timestamp codeDr. Stephen Henson
2015-05-05Remove libcrypto to libssl dependencyMatt Caswell
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup 12Rich Salz
2015-03-24Adjust include pathRichard Levitte
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-06-10Separate the SCT List parser from the SCT List viewerRob Stradling
2014-02-25Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson
2014-02-25Fix for v3_scts.cDr. Stephen Henson
2014-02-25Parse non-v1 SCTs less awkwardly.Rob Stradling
2014-02-20fix WIN32 warningsDr. Stephen Henson
2014-02-20Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson