diff options
| author | jsing <> | 2020-06-05 17:12:09 +0000 |
|---|---|---|
| committer | jsing <> | 2020-06-05 17:12:09 +0000 |
| commit | e585be4c55b72daa23e61f04e8ffb6de705bfe00 (patch) | |
| tree | 4b081a62dc8557c5b2ed11492854f6e8abcdcd5c /src/lib/libcrypto/objects/obj_mac.num | |
| parent | d1639bc05cd860481736ffc4782233545afc8f08 (diff) | |
| download | openbsd-e585be4c55b72daa23e61f04e8ffb6de705bfe00.tar.gz openbsd-e585be4c55b72daa23e61f04e8ffb6de705bfe00.tar.bz2 openbsd-e585be4c55b72daa23e61f04e8ffb6de705bfe00.zip | |
Add support for additional GOST curves.
These GOST curves are defined in RFC 7836 and draft-deremin-rfc4491-bis.
Add aliases for 256-bit GOST curves (see
draft-smyshlyaev-tls12-gost-suites) and rename the 512-bit curve ids to
follow names defined in tc26 OID registry.
Diff from Dmitry Baryshkov <dbaryshkov@gmail.com>
Sponsored by ROSA Linux.
ok inoguchi@
Diffstat (limited to 'src/lib/libcrypto/objects/obj_mac.num')
| -rw-r--r-- | src/lib/libcrypto/objects/obj_mac.num | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/objects/obj_mac.num b/src/lib/libcrypto/objects/obj_mac.num index 8405ba5e31..3f0b5666fb 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num | |||
| @@ -940,8 +940,8 @@ gost89_cbc 939 | |||
| 940 | tc26 940 | 940 | tc26 940 |
| 941 | id_tc26_gost3411_2012_256 941 | 941 | id_tc26_gost3411_2012_256 941 |
| 942 | id_tc26_gost3411_2012_512 942 | 942 | id_tc26_gost3411_2012_512 942 |
| 943 | id_tc26_gost_3410_2012_512_paramSetA 943 | 943 | id_tc26_gost_3410_12_512_paramSetA 943 |
| 944 | id_tc26_gost_3410_2012_512_paramSetB 944 | 944 | id_tc26_gost_3410_12_512_paramSetB 944 |
| 945 | id_tc26_gost_28147_param_Z 945 | 945 | id_tc26_gost_28147_param_Z 945 |
| 946 | id_tc26_gost3410_2012_256 946 | 946 | id_tc26_gost3410_2012_256 946 |
| 947 | id_tc26_gost3410_2012_512 947 | 947 | id_tc26_gost3410_2012_512 947 |
| @@ -990,3 +990,9 @@ dhSinglePass_cofactorDH_sha512kdf_scheme 989 | |||
| 990 | dh_std_kdf 990 | 990 | dh_std_kdf 990 |
| 991 | dh_cofactor_kdf 991 | 991 | dh_cofactor_kdf 991 |
| 992 | pSpecified 992 | 992 | pSpecified 992 |
| 993 | id_tc26_gost_3410_12_256_paramSetA 993 | ||
| 994 | id_tc26_gost_3410_12_256_paramSetB 994 | ||
| 995 | id_tc26_gost_3410_12_256_paramSetC 995 | ||
| 996 | id_tc26_gost_3410_12_256_paramSetD 996 | ||
| 997 | id_tc26_gost_3410_12_512_paramSetTest 997 | ||
| 998 | id_tc26_gost_3410_12_512_paramSetC 998 | ||
