-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nethsm: Ignore whitespace in base64 data
This patch updates the nethsm dependency to v1.1.0 and uses the new ignore_whitespace option in Base64.from_encoded to ignore whitespace in our base64 input. The main motivation is that the base64 tool per default inserts linebreaks into long data, so previously piping the base64 output into pynitrokey could lead to errors. Fixes: #538
- Loading branch information
1 parent
8e920eb
commit 66b43d5
Showing
2 changed files
with
14 additions
and
10 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