diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-03-02 17:31:18 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-03-02 17:31:18 +0000 |
commit | a87787b70d5eeba1e5ac3ab830c048171d9051c8 (patch) | |
tree | d9a4d3f32e09fab266df7bbbc4b1e69c434ac32f | |
parent | 0c7296fe2c0341bd68c8d1de97f8b91ac3e9e394 (diff) |
Fix OID for sm3WithRSAEncryption which was apparently mixed up
with the OID for SM2 signing with SM3.
From Daniel Wyatt
-rw-r--r-- | lib/libcrypto/objects/objects.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index 4763d7f0732..cf5fe693701 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/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 |