GTlsCertificate: support unencrypted PKCS#8 private keys
authorDan Winship <danw@gnome.org>
Fri, 18 Nov 2011 20:05:34 +0000 (15:05 -0500)
committerDan Winship <danw@gnome.org>
Sat, 19 Nov 2011 01:26:58 +0000 (20:26 -0500)
commit1dc8d1f93213a08d8f63bcadf31ce0e3d169b936
treec2576f68a8680875bd79900ccdf0131b0fe94361
parentcb74c366783944057492bae1e6b9472e36e2e7f1
GTlsCertificate: support unencrypted PKCS#8 private keys

PKCS#8 is the "right" way to encode private keys. Although the APIs do
not currently support encrypted keys, we should at least support
unencrypted PKCS#8 keys.

https://bugzilla.gnome.org/show_bug.cgi?id=664321
gio/gtlscertificate.c
gio/tests/key8.pem [new file with mode: 0644]
gio/tests/tls-certificate.c