After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 663604 - Parse and display certificate requests
Parse and display certificate requests
Status: RESOLVED FIXED
Product: gcr
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-11-08 08:38 UTC by Stef Walter
Modified: 2019-02-22 11:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gcr: Add support for parsing PKCS#10 and SPKAC formats (16.13 KB, patch)
2011-11-08 08:48 UTC, Stef Walter
none Details | Review
gcr: Add support for viewing certificate requests (60.74 KB, patch)
2011-11-08 08:48 UTC, Stef Walter
none Details | Review

Description Stef Walter 2011-11-08 08:38:58 UTC
Support SPKAC and PKCS#10 certificate requests in GcrParser, and display certificate requests in gcr-viewer.
Comment 1 Stef Walter 2011-11-08 08:48:04 UTC
Created attachment 200960 [details] [review]
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
Comment 2 Stef Walter 2011-11-08 08:48:07 UTC
Created attachment 200961 [details] [review]
gcr: Add support for viewing certificate requests

 * Both PKCS#10/CSR and SPKAC
 * Update mime database for SPKAC and CSR
 * Associate viewer with these files
Comment 3 Stef Walter 2011-11-08 08:48:31 UTC
Also viewable in branch: http://cgit.collabora.com/git/user/stefw/gcr.git/log/?h=certificate-requests
Comment 4 Stef Walter 2011-11-18 14:05:34 UTC
Added support for creating certificate requests in that same branch.
Comment 5 Stef Walter 2011-11-24 07:07:36 UTC
Merged with master, after testing, and more fixes, fine tuning.