diff options
author | inoguchi <> | 2021-05-19 10:12:55 +0000 |
---|---|---|
committer | inoguchi <> | 2021-05-19 10:12:55 +0000 |
commit | 16c2a91977a51569e2fc2b1581a8a16b8b2aac11 (patch) | |
tree | d65769c664b27856840c807cebe483c9d1ef6ec4 /src | |
parent | 53116d353f285078396d1b6ecfcab1adc7fc65fb (diff) | |
download | openbsd-16c2a91977a51569e2fc2b1581a8a16b8b2aac11.tar.gz openbsd-16c2a91977a51569e2fc2b1581a8a16b8b2aac11.tar.bz2 openbsd-16c2a91977a51569e2fc2b1581a8a16b8b2aac11.zip |
Adjust libcrypto obj_xref.txt to obj_xref.h
To generate current obj_xref.h, third item of lines
id_tc26_signwithdigest_gost3410_2012_256/512 should be id_GostR3410_2001.
obj_xref.txt r1.2 and obj_xref.h r1.3 were committed at the same time,
and these third item were coded different value each other.
This adjusts obj_xref.txt to current obj_xref.h.
ok tb@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/objects/obj_xref.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/objects/obj_xref.txt b/src/lib/libcrypto/objects/obj_xref.txt index 3096e72934..e874611a44 100644 --- a/src/lib/libcrypto/objects/obj_xref.txt +++ b/src/lib/libcrypto/objects/obj_xref.txt | |||
@@ -44,8 +44,8 @@ id_GostR3411_94_with_GostR3410_2001 id_GostR3411_94 id_GostR3410_2001 | |||
44 | id_GostR3411_94_with_GostR3410_94 id_GostR3411_94 id_GostR3410_94 | 44 | id_GostR3411_94_with_GostR3410_94 id_GostR3411_94 id_GostR3410_94 |
45 | id_GostR3411_94_with_GostR3410_94_cc id_GostR3411_94 id_GostR3410_94_cc | 45 | id_GostR3411_94_with_GostR3410_94_cc id_GostR3411_94 id_GostR3410_94_cc |
46 | id_GostR3411_94_with_GostR3410_2001_cc id_GostR3411_94 id_GostR3410_2001_cc | 46 | id_GostR3411_94_with_GostR3410_2001_cc id_GostR3411_94 id_GostR3410_2001_cc |
47 | id_tc26_signwithdigest_gost3410_2012_256 id_tc26_gost3411_2012_256 id_tc26_gost3410_2012_256 | 47 | id_tc26_signwithdigest_gost3410_2012_256 id_tc26_gost3411_2012_256 id_GostR3410_2001 |
48 | id_tc26_signwithdigest_gost3410_2012_512 id_tc26_gost3411_2012_512 id_tc26_gost3410_2012_512 | 48 | id_tc26_signwithdigest_gost3410_2012_512 id_tc26_gost3411_2012_512 id_GostR3410_2001 |
49 | 49 | ||
50 | # ECDH KDFs and their corresponding message digests and schemes | 50 | # ECDH KDFs and their corresponding message digests and schemes |
51 | dhSinglePass_stdDH_sha1kdf_scheme sha1 dh_std_kdf | 51 | dhSinglePass_stdDH_sha1kdf_scheme sha1 dh_std_kdf |