Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 11456063: Fix RSA export/import test: ensure key is large e…
…nough for salt/hash !11444004 added a new unit test for RSA export/import to catch regressions in this functionality, particularly those relating to FIPS PCTs which are currently in a state of flux. However, the test would sometimes choose a key that was too small for the combination of the hash and salt it used, which would cause it to fail. Since test keys are chosen randomly, this failure also happened at random. Tested: ran export/import test hundreds of times in a loop to ensure it no longer fails intermittently
- Loading branch information