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 655902 - Show otherName subject alt name in certificate properly
Show otherName subject alt name in certificate properly
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-08-03 13:09 UTC by Stef Walter
Modified: 2019-02-22 11:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Certificate which fails because it has otherName (2.88 KB, text/plain)
2011-08-03 13:11 UTC, Stef Walter
  Details
Display string based otherNames correctly (2.21 KB, patch)
2011-08-03 13:14 UTC, Stef Walter
none Details | Review

Description Stef Walter 2011-08-03 13:09:47 UTC
Show the 'otherName' alt name in certificate properly.

Currently the attached certificate makes a g_critical() happen.
Comment 1 Stef Walter 2011-08-03 13:11:38 UTC
Created attachment 193166 [details]
Certificate which fails because it has otherName

Displaying this file makes the following g_critical happen:

** (empathy-auth-client:30346): CRITICAL **: egg_asn1x_get_raw_value: assertion `!(tlv->cls & ASN1_CLASS_STRUCTURED)' failed

Display like so: 

gcr/tests/frob-certificate /data/path/to/scratch2.pem
Comment 2 Stef Walter 2011-08-03 13:14:08 UTC
Created attachment 193167 [details] [review]
Display string based otherNames correctly

Branch available here: http://cgit.collabora.com/git/user/stefw/gnome-keyring.git/log/?h=parse-other-names
Comment 3 Stef Walter 2011-08-17 16:52:16 UTC
Merged.