diff options
author | Jack Lloyd <[email protected]> | 2017-10-22 11:06:28 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-10-22 11:06:28 -0400 |
commit | a7592986f58fc35c6f4f3bc1395d9fac388b01f7 (patch) | |
tree | cf949d6463f4358574e5d80484818cb169523f73 /src/build-data | |
parent | 09ff689fcd24ee6d5e677f5769d2b4ac26a3a9e6 (diff) | |
parent | e2ef35fb9f340eff40fadd1e03cc1ab6ff494b86 (diff) |
Merge GH #1270 Support verification of PSS X.509 objects
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/oids.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/build-data/oids.txt b/src/build-data/oids.txt index 4ac586240..e07800279 100644 --- a/src/build-data/oids.txt +++ b/src/build-data/oids.txt @@ -110,9 +110,13 @@ [signature] 1.2.840.113549.1.1.4 = RSA/EMSA3(MD5) 1.2.840.113549.1.1.5 = RSA/EMSA3(SHA-160) +1.2.840.113549.1.1.8 = MGF1 +1.2.840.113549.1.1.10 = RSA/EMSA4 1.2.840.113549.1.1.11 = RSA/EMSA3(SHA-256) 1.2.840.113549.1.1.12 = RSA/EMSA3(SHA-384) 1.2.840.113549.1.1.13 = RSA/EMSA3(SHA-512) +1.2.840.113549.1.1.14 = RSA/EMSA3(SHA-224) +1.2.840.113549.1.1.16 = RSA/EMSA3(SHA-512-256) 1.3.36.3.3.1.2 = RSA/EMSA3(RIPEMD-160) 1.2.156.10197.1.504 = RSA/EMSA3(SM3) @@ -158,6 +162,10 @@ 1.3.6.1.4.1.25258.1.6.1 = GOST-34.10/EMSA1(SHA-256) +# Encryption algos +[encryption] +1.2.840.113549.1.1.7 = RSA/OAEP + # DN [dn] 2.5.4.3 = X520.CommonName |