vault/sdk/helper/certutil
Navaneeth Rameshan 01aa0951bd
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
..
certutil_test.go Add a TRACE log with TLS connection details on replication connections (#12754) 2021-10-07 14:17:31 -05:00
helpers.go skip hash bits verification for ed25519 (#13254) 2021-11-23 15:28:18 -05:00
types.go Add support for ed25519 (#11780) 2021-10-05 11:28:49 -04:00