open-vault/changelog/13254.txt
Navaneeth Rameshan 201526e983
skip hash bits verification for ed25519 (#13254)
* skip hash bits verification for ed25519 #13253

The default value or *hashBits is 0 and will fail
at ValidateSignatureLength for ed25519. ed25519
specifies its own hash, so avoid hashBits validation for
ed25519 curve.
2021-11-23 15:28:18 -05:00

4 lines
95 B
Plaintext

```release-note:bug
secrets/pki: Skip signature bits validation for ed25519 curve key type
```