History log of /openbsd/lib/libcrypto/ct/ct_log.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 15694ca9 05-Nov-2024 tb <tb@openbsd.org>

Move cryptlib.h to crypto_local.h

discussed with jsing


# b8a66e7e 01-Nov-2024 tb <tb@openbsd.org>

Only include cryptlib.h where it's needed

Clean up the other includes while there.


# 70ecd160 31-Aug-2024 tb <tb@openbsd.org>

Unexport some conf layers unused outside of libcrypto

imodules are called imodules because they contain Information about
modules that have been Initialized. Which one of these two I it is
is anyone

Unexport some conf layers unused outside of libcrypto

imodules are called imodules because they contain Information about
modules that have been Initialized. Which one of these two I it is
is anyone's best guess. Why anything outside of libcrypto would ever
possibly care will also remain a mystery.

Remove the old way of adding a conf module, user data, stop allowing
to set a method (it's opaque now, remember?) and drop a couple bits
more from the public api interface.

ok beck jsing

show more ...


# 8b8029eb 08-Jul-2023 beck <beck@openbsd.org>

Hide symbols in dso and ct

ok jsing@


# f732855d 18-Dec-2021 tb <tb@openbsd.org>

Reinstate the license stubs to their original licenses in most of the
files in libcrypto/ct. This reverts OpenSSL commit d2e9e320

discussed with jsing


# c1ab3fc8 05-Dec-2021 tb <tb@openbsd.org>

Add RCS markers


# 32d9a10f 20-Nov-2021 beck <beck@openbsd.org>

Make these files compile - not hooked up to build yet.

ok jsing@ tb@


# 4c53c909 28-Oct-2021 beck <beck@openbsd.org>

Mechanical KNF in preparation for changing


# 137efc4e 28-Oct-2021 beck <beck@openbsd.org>

Import Certificate Transparency verbatim from OpenSSL 1.1.1

This is not yet hooked up and will not compile. Follow on commits
will KNF and then make it build.

ok jsing@ tb@