summaryrefslogtreecommitdiff
path: root/tests/cert-tests/templates/template-no-ca-explicit.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* tests: replace invalid extension OIDs with valid onesNikos Mavrogiannopoulos2020-01-071-4/+4
| | | | | | | | | | | | libtasn1 4.15.0 or earlier allow encoding and decoding of invalid OIDs, but more recent versions may stop accepting them. Ensure that our test suite includes OIDs which can be decoded by all versions of libtasn1. Relates: https://gitlab.com/gnutls/libtasn1/issues/25 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* tests: check certificate generation from certificate requestNikos Mavrogiannopoulos2019-12-231-0/+13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>