mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8212738: Incorrectly named signature scheme ecdsa_secp512r1_sha512
Reviewed-by: ascarpino
This commit is contained in:
parent
93021808e6
commit
413d5e8c61
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ enum SignatureScheme {
|
|||
"EC",
|
||||
NamedGroup.SECP384_R1,
|
||||
ProtocolVersion.PROTOCOLS_TO_13),
|
||||
ECDSA_SECP512R1_SHA512 (0x0603, "ecdsa_secp512r1_sha512",
|
||||
ECDSA_SECP521R1_SHA512 (0x0603, "ecdsa_secp521r1_sha512",
|
||||
"SHA512withECDSA",
|
||||
"EC",
|
||||
NamedGroup.SECP521_R1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue