From 3413fa8bf543306ef780190c49c6094e41e6fa24 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2019 17:31:17 +0000 Subject: Fix OID for sm3WithRSAEncryption which was apparently mixed up with the OID for SM2 signing with SM3. From Daniel Wyatt --- src/lib/libcrypto/objects/objects.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/objects') diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 4763d7f073..cf5fe69370 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt @@ -1237,7 +1237,7 @@ cryptocom 1 8 1 : id-GostR3410-2001-ParamSet-cc : GOST R 3410-2001 Parameter Se # Definitions for SM3 1 2 156 10197 1 401 : SM3 : sm3 -1 2 156 10197 1 501 : RSA-SM3 : sm3WithRSAEncryption +1 2 156 10197 1 504 : RSA-SM3 : sm3WithRSAEncryption # Definitions for Camellia cipher - CBC MODE -- cgit v1.2.3-55-g6feb