diff options
author | Martin Ukrop <mukrop@redhat.com> | 2016-06-23 12:11:18 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-08-09 10:52:18 +0200 |
commit | 50f36d38aab2f35653ac5763dc7f8f23ed8308ab (patch) | |
tree | 3d5e21ce2f301e5f36f56d9cc301be69ff8b9958 /.gitignore | |
parent | 6c166c70a30a483a81ecf3b1ee4ff83dbf480bf5 (diff) | |
download | gnutls-50f36d38aab2f35653ac5763dc7f8f23ed8308ab.tar.gz |
tests: Add tests for X509 IP constraints
- Add dedicated test file name-constraints-ip for IP tests.
- Test the following:
* Generation and saving of valid name constraints.
* Trying to save invalid IP constraints.
* Reading the saved constraints.
* constraints_check() calls for both IPv4 and IPv6.
* IP constraints intersection (simple, empty, mediocre, complicated).
* IPv4/IPv6 constraints interaction and various corner cases.
- IPs/CIDRs are printed in logs in case of failure.
- Add 2 new chain tests (positive, negative).
- Add generated test executable to ignored files.
Signed-off-by: Martin Ukrop <mukrop@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a1beea8887..1eff3ec617 100644 --- a/.gitignore +++ b/.gitignore @@ -757,6 +757,7 @@ tests/mini-global-load lib/priority_options.h tests/name-constraints tests/ip-utils +tests/name-constraints-ip tests/x509-extensions tests/sec-params tests/suite/pkcs11-chainverify |