commit | b1d4eb16e4bb3e06b78630b0a521bac7e9ca9720 | [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> | Sat Jan 25 12:48:58 2014 +0100 |
tree | fdc2cc1a98b531c7f77229bc2284260a28b966c0 | |
parent | d75ba40cc3f7f99c117456f59364784c4710b595 [diff] [blame] |
Basic parsing of certs signed with RSASSA-PSS
diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h index f000b8e..669ad53 100644 --- a/include/polarssl/oid.h +++ b/include/polarssl/oid.h
@@ -193,6 +193,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 */