From efa5004354ead93d8c5a3b32f430ccfb1c46e072 Mon Sep 17 00:00:00 2001 From: Daniel Neus Date: Thu, 19 Oct 2017 17:14:00 +0200 Subject: X.509 RSA-PSS verification --- src/build-data/oids.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/build-data') 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 -- cgit v1.2.3