diff options
Diffstat (limited to 'libnm-util/tests/Makefile.am')
| -rw-r--r-- | libnm-util/tests/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libnm-util/tests/Makefile.am b/libnm-util/tests/Makefile.am index daf4d688..1d737d1a 100644 --- a/libnm-util/tests/Makefile.am +++ b/libnm-util/tests/Makefile.am @@ -84,6 +84,9 @@ check-local: test-settings-defaults test-crypto test-secrets # Private key by itself (PEM) $(abs_builddir)/test-setting-8021x $(srcdir)/certs/test-key-only.pem "test" +# PKCS#8 private key by itself (PEM) + $(abs_builddir)/test-setting-8021x $(srcdir)/certs/pkcs8-enc-key.pem "1234567890" + # Private key and CA certificate in the same file (pkcs12) $(abs_builddir)/test-setting-8021x $(srcdir)/certs/test-cert.p12 "test" @@ -126,5 +129,10 @@ check-local: test-settings-defaults test-crypto test-secrets # Another PKCS#12 file $(abs_builddir)/test-crypto --p12 $(srcdir)/certs/test2-cert.p12 "12345testing" +# PKCS#8 encrypted private key + $(abs_builddir)/test-crypto --pkcs8 \ + $(srcdir)/certs/pkcs8-enc-key.pem \ + "1234567890" + endif |