diff options
author | Brent Cook <bcook@openbsd.org> | 2018-11-07 22:45:27 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-11-07 22:45:27 -0600 |
commit | bcf5c3e29e078045bc50b23501acd59673437056 (patch) | |
tree | 3e8d77729134341d6ce9e6d32096d61b608ab73f /.gitignore | |
parent | 04ad19529d7e9abe8df6f19647d9a7e0702f24d5 (diff) | |
download | portable-bcf5c3e29e078045bc50b23501acd59673437056.tar.gz portable-bcf5c3e29e078045bc50b23501acd59673437056.tar.bz2 portable-bcf5c3e29e078045bc50b23501acd59673437056.zip |
add x509name test
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,7 @@ tests/arc4random_fork* | |||
56 | tests/asn1evp* | 56 | tests/asn1evp* |
57 | tests/asn1time* | 57 | tests/asn1time* |
58 | tests/bnaddsub* | 58 | tests/bnaddsub* |
59 | tests/bn_rand_interval* | ||
59 | tests/cipher* | 60 | tests/cipher* |
60 | tests/explicit_bzero* | 61 | tests/explicit_bzero* |
61 | tests/freenull* | 62 | tests/freenull* |
@@ -74,6 +75,7 @@ tests/*.pem | |||
74 | tests/testssl | 75 | tests/testssl |
75 | tests/*.txt | 76 | tests/*.txt |
76 | tests/compat/*.c | 77 | tests/compat/*.c |
78 | tests/x509name* | ||
77 | !tests/optionstest.c | 79 | !tests/optionstest.c |
78 | !tests/*.test | 80 | !tests/*.test |
79 | 81 | ||