-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-6932] Unmarshal key request object correctly
Currently, the key size and alogarithm specified in the csr section of the client config file is not being used in the creation of the CSR. This change set fixes that problem. Also, currently server key size and algorithm are always set to 256 and ecdsa, respectively. With this change, csr.keyrequest config property will be used to set the key algorithm and size. If csr.keyrequest is not specified, key size and algo are set to bccsp.sw.security config property and 'ecdsa', respectively. Change-Id: I12fe6c02cbeeeb03c8bedf0b2664ed5f3a5f922c Signed-off-by: Anil Ambati <aambati@us.ibm.com>
- Loading branch information
Anil Ambati
committed
Dec 12, 2017
1 parent
1c6ef12
commit f5af79b
Showing
6 changed files
with
183 additions
and
25 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
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