diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2016-10-21 04:02:30 +0300 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2018-06-23 12:20:15 +0300 |
commit | d2d448d5e072eb14c7e4f5c9bd634c5ab138d7c9 (patch) | |
tree | 5dcac4a18b74a4d4e745cae7929b5edad07081d0 /lib/x509/common.h | |
parent | 549e29dfca54afadd5983861bd6806dcc65fcfbc (diff) | |
download | gnutls-d2d448d5e072eb14c7e4f5c9bd634c5ab138d7c9.tar.gz |
Add declarations for GOST R 34.10 signatures
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'lib/x509/common.h')
-rw-r--r-- | lib/x509/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/x509/common.h b/lib/x509/common.h index b7ce879e10..d5c368a7b9 100644 --- a/lib/x509/common.h +++ b/lib/x509/common.h @@ -78,6 +78,8 @@ #define SIG_RSA_RMD160_OID "1.3.36.3.3.1.2" #define SIG_GOST_R3410_94_OID "1.2.643.2.2.4" #define SIG_GOST_R3410_2001_OID "1.2.643.2.2.3" +#define SIG_GOST_R3410_2012_256_OID "1.2.643.7.1.1.3.2" +#define SIG_GOST_R3410_2012_512_OID "1.2.643.7.1.1.3.3" #define ISO_SIG_RSA_SHA1_OID "1.3.14.3.2.29" #define SIG_DSA_SHA3_224_OID "2.16.840.1.101.3.4.3.5" |