-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix loading of Subject/Issuer-Alt-Name extensions. (#144)
These were being treated specially and incorrectly when being loaded from encoded values. A given extension may not occur more than once in certificate or CRL, and hence this code could never be correct. Fixed the erroneous test for this too.
1 parent
b852b51
commit 617ca56
Showing
2 changed files
with
6 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters