aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-03-13 12:04:04 -0500
committerBrent Cook <busterb@gmail.com>2022-03-13 12:04:04 -0500
commit101a9d69f18d8411a37e942b86930b84d097666f (patch)
tree4ed99746e8612d5e0f7b401840ea628431685391 /.gitignore
parent58e82f95ced2c589edf023b0addf0188eb955f96 (diff)
downloadportable-101a9d69f18d8411a37e942b86930b84d097666f.tar.gz
portable-101a9d69f18d8411a37e942b86930b84d097666f.tar.bz2
portable-101a9d69f18d8411a37e942b86930b84d097666f.zip
add new tests
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5e09e1b..ecf729c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,11 +60,13 @@ tests/arc4random_fork*
60tests/asn1api* 60tests/asn1api*
61tests/asn1basic* 61tests/asn1basic*
62tests/asn1complex* 62tests/asn1complex*
63tests/asn1string_copy*
64tests/asn1evp* 63tests/asn1evp*
64tests/asn1object*
65tests/asn1string_copy*
65tests/asn1time* 66tests/asn1time*
66tests/asn1x509* 67tests/asn1x509*
67tests/bnaddsub* 68tests/bnaddsub*
69tests/bn_mod_exp2_mont*
68tests/bn_rand_interval* 70tests/bn_rand_interval*
69tests/bn_to_string* 71tests/bn_to_string*
70tests/cipher* 72tests/cipher*
@@ -81,6 +83,7 @@ tests/rfc5280time*
81tests/ssl_get_shared_ciphers* 83tests/ssl_get_shared_ciphers*
82tests/ssl_methods* 84tests/ssl_methods*
83tests/ssl_versions* 85tests/ssl_versions*
86tests/string_table*
84tests/timingsafe* 87tests/timingsafe*
85tests/tls_ext_alpn* 88tests/tls_ext_alpn*
86tests/tls_prf* 89tests/tls_prf*