diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 118 |
1 files changed, 88 insertions, 30 deletions
@@ -38,7 +38,7 @@ Makefile | |||
38 | Makefile.in | 38 | Makefile.in |
39 | 39 | ||
40 | # CMake stuff | 40 | # CMake stuff |
41 | build | 41 | build* |
42 | cmake-build-debug/ | 42 | cmake-build-debug/ |
43 | 43 | ||
44 | # Libtool stuff | 44 | # Libtool stuff |
@@ -133,6 +133,7 @@ tests/tls_ext_alpn* | |||
133 | tests/tls_prf* | 133 | tests/tls_prf* |
134 | tests/*test | 134 | tests/*test |
135 | tests/tests.h | 135 | tests/tests.h |
136 | tests/test.h | ||
136 | tests/*test.c | 137 | tests/*test.c |
137 | tests/pbkdf2* | 138 | tests/pbkdf2* |
138 | tests/*.pem | 139 | tests/*.pem |
@@ -144,6 +145,7 @@ tests/x509_algor* | |||
144 | tests/x509_asn1* | 145 | tests/x509_asn1* |
145 | tests/x509_extensions_test* | 146 | tests/x509_extensions_test* |
146 | tests/x509_info* | 147 | tests/x509_info* |
148 | tests/x509_name_test* | ||
147 | tests/x509attribute* | 149 | tests/x509attribute* |
148 | tests/x509name* | 150 | tests/x509name* |
149 | tests/x509req_ext* | 151 | tests/x509req_ext* |
@@ -152,7 +154,7 @@ tests/x509req_ext* | |||
152 | tests/client.c | 154 | tests/client.c |
153 | tests/init_pledge.c | 155 | tests/init_pledge.c |
154 | tests/server.c | 156 | tests/server.c |
155 | tests/util.c | 157 | tests/*util.c |
156 | tests/valid_handshakes_terminate* | 158 | tests/valid_handshakes_terminate* |
157 | tests/handshake_table* | 159 | tests/handshake_table* |
158 | 160 | ||
@@ -172,7 +174,6 @@ autom4te.cache | |||
172 | 174 | ||
173 | # Libtool adds these, at least sometimes | 175 | # Libtool adds these, at least sometimes |
174 | INSTALL | 176 | INSTALL |
175 | /COPYING | ||
176 | !m4/check*.m4 | 177 | !m4/check*.m4 |
177 | m4/l* | 178 | m4/l* |
178 | 179 | ||
@@ -203,6 +204,7 @@ ssl/VERSION | |||
203 | tls/VERSION | 204 | tls/VERSION |
204 | libtls-standalone/VERSION | 205 | libtls-standalone/VERSION |
205 | 206 | ||
207 | crypto/*.mk | ||
206 | ssl/hidden | 208 | ssl/hidden |
207 | ssl/*.c | 209 | ssl/*.c |
208 | ssl/*.h | 210 | ssl/*.h |
@@ -236,33 +238,89 @@ include/openssl/*.h | |||
236 | !/apps/openssl/apps_win.c | 238 | !/apps/openssl/apps_win.c |
237 | !/apps/openssl/certhash_win.c | 239 | !/apps/openssl/certhash_win.c |
238 | 240 | ||
239 | /crypto/* | 241 | /crypto/*.c |
240 | !/crypto/Makefile.am.* | 242 | /crypto/*.h |
241 | !/crypto/compat/ | 243 | /crypto/aes/ |
242 | /crypto/compat/* | 244 | /crypto/arch/aarch64/crypto_arch.h |
243 | !/crypto/compat/arc4random.h | 245 | /crypto/arch/aarch64/crypto_cpu_caps.c |
244 | !/crypto/compat/b_win.c | 246 | /crypto/arch/alpha/ |
245 | !/crypto/compat/explicit_bzero_win.c | 247 | /crypto/arch/amd64/ |
246 | !/crypto/compat/freezero.c | 248 | /crypto/arch/arm/ |
247 | !/crypto/compat/getdelim.c | 249 | /crypto/arch/hppa/ |
248 | !/crypto/compat/getline.c | 250 | /crypto/arch/i386/ |
249 | !/crypto/compat/getpagesize.c | 251 | /crypto/arch/m88k/ |
250 | !/crypto/compat/posix_win.c | 252 | /crypto/arch/mips64/ |
251 | !/crypto/compat/bsd_asprintf.c | 253 | /crypto/arch/powerpc/ |
252 | !/crypto/compat/ui_openssl_win.c | 254 | /crypto/arch/powerpc64/ |
253 | !/crypto/compat/crypto_lock_win.c | 255 | /crypto/arch/riscv64/ |
254 | !/crypto/CMakeLists.txt | 256 | /crypto/arch/sh/ |
255 | 257 | /crypto/arch/sparc64/ | |
256 | !/libtls-standalone/compat/Makefile.am | 258 | /crypto/asn1/ |
257 | /libtls-standalone/include/*.h | 259 | /crypto/bf/ |
258 | /libtls-standalone/src/*.c | 260 | /crypto/bio/ |
259 | /libtls-standalone/src/*.h | 261 | /crypto/bn/*.c |
260 | /libtls-standalone/src | 262 | /crypto/bn/*.h |
261 | /libtls-standalone/tests/test | 263 | /crypto/bn/arch/aarch64/ |
262 | /libtls-standalone/compat | 264 | /crypto/bn/arch/alpha/ |
263 | /libtls-standalone/VERSION | 265 | /crypto/bn/arch/amd64/ |
264 | /libtls-standalone/m4 | 266 | /crypto/bn/arch/arm/ |
265 | /libtls-standalone/man | 267 | /crypto/bn/arch/hppa/ |
268 | /crypto/bn/arch/i386/ | ||
269 | /crypto/bn/arch/m88k/ | ||
270 | /crypto/bn/arch/mips64/ | ||
271 | /crypto/bn/arch/powerpc/ | ||
272 | /crypto/bn/arch/powerpc64/ | ||
273 | /crypto/bn/arch/riscv64/ | ||
274 | /crypto/bn/arch/sh/ | ||
275 | /crypto/bn/arch/sparc64/ | ||
276 | /crypto/buffer/ | ||
277 | /crypto/bytestring/ | ||
278 | /crypto/camellia/ | ||
279 | /crypto/cast/ | ||
280 | /crypto/chacha/ | ||
281 | /crypto/cmac/ | ||
282 | /crypto/cms/ | ||
283 | /crypto/conf/ | ||
284 | /crypto/ct/ | ||
285 | /crypto/curve25519/ | ||
286 | /crypto/des/ | ||
287 | /crypto/dh/ | ||
288 | /crypto/dsa/ | ||
289 | /crypto/ec/ | ||
290 | /crypto/ecdh/ | ||
291 | /crypto/ecdsa/ | ||
292 | /crypto/engine/ | ||
293 | /crypto/err/ | ||
294 | /crypto/evp/ | ||
295 | /crypto/hidden/ | ||
296 | /crypto/hkdf/ | ||
297 | /crypto/hmac/ | ||
298 | /crypto/idea/ | ||
299 | /crypto/kdf/ | ||
300 | /crypto/lhash/ | ||
301 | /crypto/md4/ | ||
302 | /crypto/md5/ | ||
303 | /crypto/mlkem/ | ||
304 | /crypto/modes/ | ||
305 | /crypto/objects/ | ||
306 | /crypto/ocsp/ | ||
307 | /crypto/pem/ | ||
308 | /crypto/pkcs12/ | ||
309 | /crypto/pkcs7/ | ||
310 | /crypto/poly1305/ | ||
311 | /crypto/rand/ | ||
312 | /crypto/rc2/ | ||
313 | /crypto/rc4/ | ||
314 | /crypto/ripemd/ | ||
315 | /crypto/rsa/ | ||
316 | /crypto/sha/ | ||
317 | /crypto/sm3/ | ||
318 | /crypto/sm4/ | ||
319 | /crypto/stack/ | ||
320 | /crypto/ts/ | ||
321 | /crypto/txt_db/ | ||
322 | /crypto/ui/ | ||
323 | /crypto/x509/ | ||
266 | 324 | ||
267 | openbsd/ | 325 | openbsd/ |
268 | 326 | ||