History log of /openbsd-current/lib/libcrypto/ct/ct_sct.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.10 22-Jul-2023 tb

Fix #includes in ct_sct.c

This does not need tls1.h (upstream used TLSEXT constants we don't have)
nor does it need evp.h. But it does need asn1.h, objects.h for STACK_OF
and NID_*, among other things and it also uses uint64_t and allocates,
so it needs stdint.h and stdlib.h.


# 1.9 08-Jul-2023 beck

Hide symbols in dso and ct

ok jsing@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.8 22-Jan-2022 inoguchi

X509_GET_PUBKEY(3) return value check in libcrypto

ok beck@ tb@


# 1.7 18-Dec-2021 tb

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

discussed with jsing


# 1.6 18-Dec-2021 jsing

Rename argument to SCT_LIST_free()


# 1.5 17-Dec-2021 tb

fix indent


# 1.4 05-Dec-2021 tb

Add RCS markers


# 1.3 20-Nov-2021 beck

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

ok jsing@ tb@


# 1.2 28-Oct-2021 beck

Mechanical KNF in preparation for changing


# 1.1 28-Oct-2021 beck

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@


# 1.9 08-Jul-2023 beck

Hide symbols in dso and ct

ok jsing@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.8 22-Jan-2022 inoguchi

X509_GET_PUBKEY(3) return value check in libcrypto

ok beck@ tb@


# 1.7 18-Dec-2021 tb

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

discussed with jsing


# 1.6 18-Dec-2021 jsing

Rename argument to SCT_LIST_free()


# 1.5 17-Dec-2021 tb

fix indent


# 1.4 05-Dec-2021 tb

Add RCS markers


# 1.3 20-Nov-2021 beck

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

ok jsing@ tb@


# 1.2 28-Oct-2021 beck

Mechanical KNF in preparation for changing


# 1.1 28-Oct-2021 beck

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@


# 1.8 22-Jan-2022 inoguchi

X509_GET_PUBKEY(3) return value check in libcrypto

ok beck@ tb@


# 1.7 18-Dec-2021 tb

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

discussed with jsing


# 1.6 18-Dec-2021 jsing

Rename argument to SCT_LIST_free()


# 1.5 17-Dec-2021 tb

fix indent


# 1.4 05-Dec-2021 tb

Add RCS markers


# 1.3 20-Nov-2021 beck

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

ok jsing@ tb@


# 1.2 28-Oct-2021 beck

Mechanical KNF in preparation for changing


# 1.1 28-Oct-2021 beck

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@