diff options
author | tb <> | 2019-03-02 17:31:17 +0000 |
---|---|---|
committer | tb <> | 2019-03-02 17:31:17 +0000 |
commit | 3413fa8bf543306ef780190c49c6094e41e6fa24 (patch) | |
tree | 8d1d4d210b1c5d7bf1c079f16a939627388d52e4 /src | |
parent | 9680b5c5331173ae63830f8812637d14cb34c114 (diff) | |
download | openbsd-3413fa8bf543306ef780190c49c6094e41e6fa24.tar.gz openbsd-3413fa8bf543306ef780190c49c6094e41e6fa24.tar.bz2 openbsd-3413fa8bf543306ef780190c49c6094e41e6fa24.zip |
Fix OID for sm3WithRSAEncryption which was apparently mixed up
with the OID for SM2 signing with SM3.
From Daniel Wyatt
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/objects/objects.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
1237 | # Definitions for SM3 | 1237 | # Definitions for SM3 |
1238 | 1238 | ||
1239 | 1 2 156 10197 1 401 : SM3 : sm3 | 1239 | 1 2 156 10197 1 401 : SM3 : sm3 |
1240 | 1 2 156 10197 1 501 : RSA-SM3 : sm3WithRSAEncryption | 1240 | 1 2 156 10197 1 504 : RSA-SM3 : sm3WithRSAEncryption |
1241 | 1241 | ||
1242 | # Definitions for Camellia cipher - CBC MODE | 1242 | # Definitions for Camellia cipher - CBC MODE |
1243 | 1243 | ||