diff options
author | Brent Cook <busterb@gmail.com> | 2023-02-28 01:51:07 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-02-28 01:51:07 -0600 |
commit | 65af3925dcb7fc84000cedc373d5f84db3fc3265 (patch) | |
tree | 9f2d4f624aba85b237d49e72e9c3dee908fa5c25 | |
parent | ab214b56962ff7759ed4d9bc9f326e9d094c632a (diff) | |
download | portable-65af3925dcb7fc84000cedc373d5f84db3fc3265.tar.gz portable-65af3925dcb7fc84000cedc373d5f84db3fc3265.tar.bz2 portable-65af3925dcb7fc84000cedc373d5f84db3fc3265.zip |
update .gitignore for integrated tests, build files
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -55,6 +55,7 @@ x509v3.cnf | |||
55 | test-driver | 55 | test-driver |
56 | *.log | 56 | *.log |
57 | *.trs | 57 | *.trs |
58 | tests/*.crl | ||
58 | tests/aes_wrap* | 59 | tests/aes_wrap* |
59 | tests/arc4random_fork* | 60 | tests/arc4random_fork* |
60 | tests/asn1api* | 61 | tests/asn1api* |
@@ -66,13 +67,23 @@ tests/asn1string_copy* | |||
66 | tests/asn1_string_to_utf8* | 67 | tests/asn1_string_to_utf8* |
67 | tests/asn1time* | 68 | tests/asn1time* |
68 | tests/asn1x509* | 69 | tests/asn1x509* |
70 | tests/bio_chain* | ||
71 | tests/bio_mem* | ||
69 | tests/bnaddsub* | 72 | tests/bnaddsub* |
73 | tests/bn_add_sub* | ||
74 | tests/bn_cmp* | ||
70 | tests/bn_isqrt* | 75 | tests/bn_isqrt* |
76 | tests/bn_mod_exp* | ||
77 | tests/bn_mod_exp_zero* | ||
71 | tests/bn_mod_exp2_mont* | 78 | tests/bn_mod_exp2_mont* |
72 | tests/bn_mod_sqrt* | 79 | tests/bn_mod_sqrt* |
80 | tests/bn_mont* | ||
73 | tests/bn_primes* | 81 | tests/bn_primes* |
74 | tests/bn_rand_interval* | 82 | tests/bn_rand_interval* |
83 | tests/bn_shift* | ||
75 | tests/bn_to_string* | 84 | tests/bn_to_string* |
85 | tests/bn_unit* | ||
86 | tests/callback* | ||
76 | tests/cipher* | 87 | tests/cipher* |
77 | tests/constraints* | 88 | tests/constraints* |
78 | tests/ec_point_conversion* | 89 | tests/ec_point_conversion* |
@@ -156,8 +167,10 @@ libtls-standalone/VERSION | |||
156 | ssl/hidden | 167 | ssl/hidden |
157 | ssl/*.c | 168 | ssl/*.c |
158 | ssl/*.h | 169 | ssl/*.h |
170 | ssl/*.mk | ||
159 | tls/*.c | 171 | tls/*.c |
160 | tls/*.h | 172 | tls/*.h |
173 | tls/*.mk | ||
161 | include/pqueue.h | 174 | include/pqueue.h |
162 | include/tls.h | 175 | include/tls.h |
163 | include/openssl/*.h | 176 | include/openssl/*.h |