-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-6321] Store CA certs in child-first order
Currently, getcacerts and enrollment requests return CA chain in parent-first order (root CA cert at the top, followed by intermediate CA cert). TLS spec expects the certs to be in reverse order. This change fixes this problem and provides for CA_CHAIN_PARENT_FIRST environment variable that can be set to get the old behavior. Change-Id: I3883cfb8954b8dcef88804ba923d19ba9a3c587e Signed-off-by: Anil Ambati <[email protected]>
- Loading branch information
Anil Ambati
committed
Nov 15, 2017
1 parent
797d745
commit b3c00ea
Showing
6 changed files
with
317 additions
and
73 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
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
Oops, something went wrong.