diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-16 13:55:21 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-16 13:55:21 -0600 |
commit | 8fa0fb8aae15ea203df80956e9ddf05669b3e0ea (patch) | |
tree | 0e62554580908a98d6d1c6935aa92e3b1af865a2 | |
parent | 3eea95d266ede03c1faf398bf91c57f36cdd525b (diff) | |
download | portable-8fa0fb8aae15ea203df80956e9ddf05669b3e0ea.tar.gz portable-8fa0fb8aae15ea203df80956e9ddf05669b3e0ea.tar.bz2 portable-8fa0fb8aae15ea203df80956e9ddf05669b3e0ea.zip |
add ct test fixtures
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,8 @@ tests/bn_word* | |||
97 | tests/callback* | 97 | tests/callback* |
98 | tests/cipher* | 98 | tests/cipher* |
99 | tests/constraints* | 99 | tests/constraints* |
100 | tests/ctlog.conf | ||
101 | tests/*.crt | ||
100 | tests/ec_point_conversion* | 102 | tests/ec_point_conversion* |
101 | tests/evp_pkey_check* | 103 | tests/evp_pkey_check* |
102 | tests/evp_pkey_cleanup* | 104 | tests/evp_pkey_cleanup* |