diff options
author | 2019-03-02 17:31:17 +0000 | |
---|---|---|
committer | 2019-03-02 17:31:17 +0000 | |
commit | 07baa0d51603e56d35604d041e338d5998b9df39 (patch) | |
tree | 517f3bdf7217fc8a602337ec5f791fb3ad253de3 | |
parent | Represent multiple subsequent .IP blocks having a consistent (diff) | |
download | wireguard-openbsd-07baa0d51603e56d35604d041e338d5998b9df39.tar.xz wireguard-openbsd-07baa0d51603e56d35604d041e338d5998b9df39.zip |
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 |