From 1d52a77751bd718c4bc8afa60ff78c4306636cd9 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 11 Nov 2018 06:53:31 +0000 Subject: Add Ribose Inc's implementation of the SM3 hashing function with tweaks from jsing and myself. The SM2/SM3/SM4 algorithms are mandatory for legal use of cryptography within China and [are] widely applied in the country, covering identification/financial cards, contactless, TPM 2.0 and PKI. ok beck inoguchi jsing --- src/lib/libcrypto/objects/objects.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/libcrypto/objects') diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 24a6fd345b..4763d7f073 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt @@ -1234,6 +1234,11 @@ cryptocom 1 3 4 : id-GostR3411-94-with-GostR3410-2001-cc : GOST R 34.11-94 with cryptocom 1 8 1 : id-GostR3410-2001-ParamSet-cc : GOST R 3410-2001 Parameter Set Cryptocom +# Definitions for SM3 + +1 2 156 10197 1 401 : SM3 : sm3 +1 2 156 10197 1 501 : RSA-SM3 : sm3WithRSAEncryption + # Definitions for Camellia cipher - CBC MODE 1 2 392 200011 61 1 1 1 2 : CAMELLIA-128-CBC : camellia-128-cbc -- cgit v1.2.3-55-g6feb