gcr: Add support for parsing PKCS#10 and SPKAC formats
authorStef Walter <stefw@collabora.co.uk>
Mon, 7 Nov 2011 14:11:21 +0000 (15:11 +0100)
committerStef Walter <stefw@collabora.co.uk>
Wed, 23 Nov 2011 08:10:50 +0000 (09:10 +0100)
commitc574a0f1118c713ebdfd06da77936d11e8158c04
treec8f331daea996571411e46caf5b9b6fea8581a6c
parent8b228a5dd283d998b1b3cc01b4fa9a76cab8e4eb
gcr: Add support for parsing PKCS#10 and SPKAC formats

 * Add support for PKCS#10 both DER and PEM encoded
 * Add support for HTML5 SPKAC <keygen> certificate request
   format, both raw DER and encoded like OpenSSL output

https://bugzilla.gnome.org/show_bug.cgi?id=663604
egg/pkix.asn
gcr/gcr-parser.c
gcr/gcr-types.h
gcr/tests/files/base64-rsa-2048.spkac [new file with mode: 0644]
gcr/tests/files/der-rsa-2048.p10 [new file with mode: 0644]
gcr/tests/files/der-rsa-2048.spkac [new file with mode: 0644]
gcr/tests/files/pem-rsa-2048.req [new file with mode: 0644]
testing/ca-example/requests/email.spkac [new file with mode: 0644]