Removed flexible parsing of allowed_dn.txt and merged Karl's Traefik support with Arno's#15
Closed
surfarno481 wants to merge 29 commits intoworkfloworchestrator:mainfrom
Closed
Removed flexible parsing of allowed_dn.txt and merged Karl's Traefik support with Arno's#15surfarno481 wants to merge 29 commits intoworkfloworchestrator:mainfrom
surfarno481 wants to merge 29 commits intoworkfloworchestrator:mainfrom
Conversation
…TM/src/nss-3.12.3.1.tar.gz - License: MPL 1.1/GPL 2.0/LGPL 2.1
Author
|
Author
|
Improved version |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed all heuristics in parsing DN's from allowed_dn.txt. TODO: tests with actual
openssl x509 -in cert.pem -text (so no -nameopt rfc2253 option). Leaving out the -nameopt turns off escapes and adds a space after a tag=value element.