diff options
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,10 @@ Makefile.in | |||
47 | *.3 | 47 | *.3 |
48 | *.5 | 48 | *.5 |
49 | 49 | ||
50 | cert.pem | ||
51 | openssl.cnf | ||
52 | x509v3.cnf | ||
53 | |||
50 | # tests | 54 | # tests |
51 | test-driver | 55 | test-driver |
52 | *.log | 56 | *.log |
@@ -60,6 +64,7 @@ tests/bn_rand_interval* | |||
60 | tests/bn_to_string* | 64 | tests/bn_to_string* |
61 | tests/cipher* | 65 | tests/cipher* |
62 | tests/constraints* | 66 | tests/constraints* |
67 | tests/ec_point_conversion* | ||
63 | tests/explicit_bzero* | 68 | tests/explicit_bzero* |
64 | tests/freenull* | 69 | tests/freenull* |
65 | tests/gost2814789t* | 70 | tests/gost2814789t* |