summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_xref.h
diff options
context:
space:
mode:
authormiod <>2014-11-09 19:17:13 +0000
committermiod <>2014-11-09 19:17:13 +0000
commit12455d6eff265f95b0a7e20595630321799f50a2 (patch)
tree8f4747a1df4b007feca32e262b38052339c686c1 /src/lib/libcrypto/objects/obj_xref.h
parenta3c50c7d270773c83559454fd2b75ec6e04f43ab (diff)
downloadopenbsd-12455d6eff265f95b0a7e20595630321799f50a2.tar.gz
openbsd-12455d6eff265f95b0a7e20595630321799f50a2.tar.bz2
openbsd-12455d6eff265f95b0a7e20595630321799f50a2.zip
GOST crypto algorithms (well, most of them), ported from the removed GOST
engine to regular EVP citizens, contributed by Dmitry Eremin-Solenikov; libcrypto bits only for now. This is a verbatim import of Dmitry's work, and does not compile in this state; the forthcoming commits will address these issues. None of the GOST code is enabled in libcrypto yet, for it still gets compiled with OPENSSL_NO_GOST defined. However, the public header gost.h will be installed.
Diffstat (limited to 'src/lib/libcrypto/objects/obj_xref.h')
-rw-r--r--src/lib/libcrypto/objects/obj_xref.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/objects/obj_xref.h b/src/lib/libcrypto/objects/obj_xref.h
index fec28d1127..4499456694 100644
--- a/src/lib/libcrypto/objects/obj_xref.h
+++ b/src/lib/libcrypto/objects/obj_xref.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: obj_xref.h,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ 1/* $OpenBSD: obj_xref.h,v 1.3 2014/11/09 19:17:13 miod Exp $ */
2/* AUTOGENERATED BY objxref.pl, DO NOT EDIT */ 2/* AUTOGENERATED BY objxref.pl, DO NOT EDIT */
3 3
4typedef struct 4typedef struct
@@ -40,6 +40,8 @@ static const nid_triple sigoid_srt[] =
40 {NID_id_GostR3411_94_with_GostR3410_94_cc, NID_id_GostR3411_94, NID_id_GostR3410_94_cc}, 40 {NID_id_GostR3411_94_with_GostR3410_94_cc, NID_id_GostR3411_94, NID_id_GostR3410_94_cc},
41 {NID_id_GostR3411_94_with_GostR3410_2001_cc, NID_id_GostR3411_94, NID_id_GostR3410_2001_cc}, 41 {NID_id_GostR3411_94_with_GostR3410_2001_cc, NID_id_GostR3411_94, NID_id_GostR3410_2001_cc},
42 {NID_rsassaPss, NID_undef, NID_rsaEncryption}, 42 {NID_rsassaPss, NID_undef, NID_rsaEncryption},
43 {NID_id_tc26_signwithdigest_gost3410_2012_256, NID_id_tc26_gost3411_2012_256, NID_id_GostR3410_2001},
44 {NID_id_tc26_signwithdigest_gost3410_2012_512, NID_id_tc26_gost3411_2012_512, NID_id_GostR3410_2001},
43 }; 45 };
44 46
45static const nid_triple * const sigoid_srt_xref[] = 47static const nid_triple * const sigoid_srt_xref[] =
@@ -74,5 +76,7 @@ static const nid_triple * const sigoid_srt_xref[] =
74 &sigoid_srt[26], 76 &sigoid_srt[26],
75 &sigoid_srt[27], 77 &sigoid_srt[27],
76 &sigoid_srt[28], 78 &sigoid_srt[28],
79 &sigoid_srt[30],
80 &sigoid_srt[31],
77 }; 81 };
78 82