Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMS parsing fails with certain encryption certificate subjects #33

Open
mbartosch opened this issue Dec 2, 2014 · 0 comments
Open

CMS parsing fails with certain encryption certificate subjects #33

mbartosch opened this issue Dec 2, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@mbartosch
Copy link
Contributor

If the certificate subject contains constructs like

C=SE, ST=Taka Tuka, L=KeyNanny Test Centre, O=KeyNanny, OU=KeyNanny QA, CN=KeyNanny Test Hero/emailAddress=keynanny@example.com

KeyNanny will not properly extract the encryption certificate issuer from the CMS information. The problem is the /emailAddress parsing section, due to different sanitization of the subject information in certificate and CMS parsing no match is found.

@mbartosch mbartosch added the bug label Dec 2, 2014
@mbartosch mbartosch self-assigned this Dec 9, 2014
@mbartosch mbartosch added this to the v1.7 milestone Feb 4, 2015
@mbartosch mbartosch modified the milestones: v1.8, v1.7 Apr 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant