History log of /openbsd/regress/lib/libcrypto/x509/rfc3779/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# 05f8899a 03-Dec-2022 tb <tb@openbsd.org>

Clean up makefile


# 9f124c92 02-Jun-2022 tb <tb@openbsd.org>

Only constraints and verify need static linking in here.


# 663c2c35 07-Jan-2022 tb <tb@openbsd.org>

Revert previous accidental commit


# e5f5dfa8 06-Jan-2022 tb <tb@openbsd.org>

Add a comment that explains why build_addr_block_tests isn't const


# 96e49373 24-Dec-2021 tb <tb@openbsd.org>

The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the API
isn't public.


# f13fa537 24-Dec-2021 tb <tb@openbsd.org>

Drop -g -O0 from CFLAGS


# 4defbdf5 24-Dec-2021 tb <tb@openbsd.org>

Add initial test coverage for RFC 3779 code.

This exercises the code paths that are reached from the validator
and also tests that the public API behaves as expected. There is a
lot more that could

Add initial test coverage for RFC 3779 code.

This exercises the code paths that are reached from the validator
and also tests that the public API behaves as expected. There is a
lot more that could be done here, but this test is already big enough.

Missing are tests for X509v3_{addr,asid}_validate_{path,resource_set}()
themselves.

One test failure is ignored and will be fixed in the near future
when a bad logic error in range_should_be_prefix() is fixed.
A consequence of this bug is that we will currently accept and generate
DER that doesn't conform to RFC 3779.

show more ...