summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ct
AgeCommit message (Expand)Author
2024-08-31Unexport some conf layers unused outside of libcryptoTheo Buehler
2024-08-08ct.h: move two asterisks to the proper placeTheo Buehler
2024-07-13Unify X.509v3 extension methodsTheo Buehler
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2023-07-22Fix #includes in ct_sct.cTheo Buehler
2023-07-08Hide symbols in dso and ctBob Beck
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-06-30Replace obj_mac.h with object.hTheo Buehler
2022-05-08Remove openssl/cterr.h and inline it in openssl/ct.hTheo Buehler
2022-01-22X509_GET_PUBKEY(3) return value check in libcryptoKinichiro Inoguchi
2022-01-06Convert SCT verification to CBB.Joel Sing
2021-12-25Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[]Theo Buehler
2021-12-20Always allocate a new stack in o2i_SCT_LIST().Joel Sing
2021-12-20Convert SCT_new_from_base64() to use CBS for o2i_SCT_signature().Joel Sing
2021-12-18KNF two commentsTheo Buehler
2021-12-18Revert license stubs to full licenses in the remaining files.Theo Buehler
2021-12-18Reinstate the license stubs to their original licenses in most of theTheo Buehler
2021-12-18Convert o2i_SCT* functions to CBS.Joel Sing
2021-12-18Rename argument to SCT_LIST_free()Joel Sing
2021-12-17fix indentTheo Buehler
2021-12-05Add RCS markersTheo Buehler
2021-11-24Fix timestamp printing in Signed Certificate TimestampsTheo Buehler
2021-11-20Make these files compile - not hooked up to build yet.Bob Beck
2021-10-28Mechanical KNF in preparation for changingBob Beck
2021-10-28Add headers normally contained in include/openssl, verbatim from 1.1.1Bob Beck
2021-10-28Import Certificate Transparency verbatim from OpenSSL 1.1.1Bob Beck