-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
working on #884 - add invalid owner and AsymmetricKeySize
- Loading branch information
Showing
3 changed files
with
45 additions
and
9 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
For AsymmetricKeySize I've counted any that are shorter than 2048 since it's a hard coded value - I did start with nesting a custom object of key names and lengths, then iterating over it in the it block - but I didn't like the results.
Open to suggestions though - the wording isn't great now - maybe I just need to change that to 'expect no keys to be shorter than 2048'?
cc @ClaudioESSilva & @SQLDBAWithABeard