commit | e76b750b691988447a844fe5d589559bd2019102 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jan 23 19:15:29 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 02 16:10:29 2014 +0200 |
tree | 6ffe09b8e42612fd471b56bb45861f99ebce9eaa | |
parent | f346bab139a5dfe1284df903ceed0bd5e6163bb8 [diff] [blame] |
Finish parsing RSASSA-PSS parameters
diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h index 863cfda..c4d5c3f 100644 --- a/include/polarssl/oid.h +++ b/include/polarssl/oid.h
@@ -209,6 +209,7 @@ /* RFC 4055 */ #define OID_RSASSA_PSS OID_PKCS1 "\x0a" /**< id-RSASSA-PSS ::= { pkcs-1 10 } */ +#define OID_MGF1 OID_PKCS1 "\x08" /**< id-mgf1 ::= { pkcs-1 8 } */ /* * Digest algorithms