Commit 9cec468
committed
fix(jca): negate KeyManagerFactorySpec init guard to flag UnsafeAlgorithm correctly
The init event raised UnsafeAlgorithm when the algorithm WAS in
safeAlgorithms (PKIX/SunX509), inverting the intended check: safe
algorithms were flagged while unsafe ones passed. Negate the guard to
match every sibling JCA spec (TrustManagerFactorySpec, KeyGeneratorSpec,
MacSpec, SignatureSpec, ...) and the already-correct compiled .rvm.1 parent 84179f0 commit 9cec468
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments