-
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.
See https://jira.hyperledger.org/browse/FAB-2491 The problem is that the standard base 64 encoding is with padding, but fabric-ca was using the raw standard encoding which does not include padding characters. The change is to encode with base 64 standard WITH PADDING, and when decoding, try with padding 1st but if it fails, try without padding. Change-Id: I43d3456a6ade5cf3f902c0127c1380cbc0dc066d Signed-off-by: Keith Smith <[email protected]>
- Loading branch information
Keith Smith
committed
Feb 27, 2017
1 parent
34ad615
commit 64e22bd
Showing
2 changed files
with
15 additions
and
2 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