diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -60,11 +60,13 @@ tests/arc4random_fork* | |||
60 | tests/asn1api* | 60 | tests/asn1api* |
61 | tests/asn1basic* | 61 | tests/asn1basic* |
62 | tests/asn1complex* | 62 | tests/asn1complex* |
63 | tests/asn1string_copy* | ||
64 | tests/asn1evp* | 63 | tests/asn1evp* |
64 | tests/asn1object* | ||
65 | tests/asn1string_copy* | ||
65 | tests/asn1time* | 66 | tests/asn1time* |
66 | tests/asn1x509* | 67 | tests/asn1x509* |
67 | tests/bnaddsub* | 68 | tests/bnaddsub* |
69 | tests/bn_mod_exp2_mont* | ||
68 | tests/bn_rand_interval* | 70 | tests/bn_rand_interval* |
69 | tests/bn_to_string* | 71 | tests/bn_to_string* |
70 | tests/cipher* | 72 | tests/cipher* |
@@ -81,6 +83,7 @@ tests/rfc5280time* | |||
81 | tests/ssl_get_shared_ciphers* | 83 | tests/ssl_get_shared_ciphers* |
82 | tests/ssl_methods* | 84 | tests/ssl_methods* |
83 | tests/ssl_versions* | 85 | tests/ssl_versions* |
86 | tests/string_table* | ||
84 | tests/timingsafe* | 87 | tests/timingsafe* |
85 | tests/tls_ext_alpn* | 88 | tests/tls_ext_alpn* |
86 | tests/tls_prf* | 89 | tests/tls_prf* |