commit | 59a75d5b9d442a80f9f9c085f768a7b1c0b4ed61 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jan 22 10:12:57 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 02 16:10:29 2014 +0200 |
tree | 539f7208e058a4e4273b858dd64d24a6dc0792a5 | |
parent | 1ebc0c592c835e32d51a2fab731342edd8257432 [diff] [blame] |
Basic parsing of certs signed with RSASSA-PSS
diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h index 32b0340..863cfda 100644 --- a/include/polarssl/oid.h +++ b/include/polarssl/oid.h
@@ -207,6 +207,9 @@ #define OID_PKCS9_EMAIL OID_PKCS9 "\x01" /**< emailAddress AttributeType ::= { pkcs-9 1 } */ +/* RFC 4055 */ +#define OID_RSASSA_PSS OID_PKCS1 "\x0a" /**< id-RSASSA-PSS ::= { pkcs-1 10 } */ + /* * Digest algorithms */