Skip to content

Commit 7f58a8e

Browse files
committedNov 30, 2020
8213719: Both sect163r2 and sect163k1 are default curves for field size 163
Reviewed-by: valeriep, xuelei
1 parent ae5b526 commit 7f58a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.base/share/classes/sun/security/util/CurveDB.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ private static void add(KnownOIDs o, int type, String sfield,
365365
"0400000000000000016954A233049BA98F",
366366
2);
367367

368-
add(KnownOIDs.sect163k1, BD,
368+
add(KnownOIDs.sect163k1, B,
369369
"0800000000000000000000000000000000000000C9",
370370
"000000000000000000000000000000000000000001",
371371
"000000000000000000000000000000000000000001",

0 commit comments

Comments
 (0)
Please sign in to comment.