History log of /openbsd/regress/lib/libcrypto/ct/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# 9fe04e22 14-Apr-2023 tb <tb@openbsd.org>

Make cttest work better with the portable test harness


# e556bfdd 14-Apr-2023 tb <tb@openbsd.org>

Fix cttest to use public header


# 158724fb 02-Mar-2023 tb <tb@openbsd.org>

Simplify the ct Makefile slightly


# 5980d968 14-Jan-2022 tb <tb@openbsd.org>

The cttest can link dynamically now


# e060515c 06-Jan-2022 jsing <jsing@openbsd.org>

Add test coverage for SCT validation.

Of note, the public APIs for this mean that the only way you can add a
CTLOG is by reading a configuration file from disk - there is no
programmatic way to do t

Add test coverage for SCT validation.

Of note, the public APIs for this mean that the only way you can add a
CTLOG is by reading a configuration file from disk - there is no
programmatic way to do this.

show more ...


# ef4f8b42 05-Dec-2021 jsing <jsing@openbsd.org>

Add initial regress for CT.

This provides test coverage for SCT encoding/decoding.