commit | 3c1e8b539c7740599bf821fe337d82766d4eb60f | [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> | Sat Jan 25 12:48:58 2014 +0100 |
tree | 76dd234a6ced4d77aec5a0d2809937c612725fa1 | |
parent | d9fd87be3368ad9a393e571cdee1c0b41b55736e [diff] [blame] |
Finish parsing RSASSA-PSS parameters
diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h index 669ad53..5f20b56 100644 --- a/include/polarssl/oid.h +++ b/include/polarssl/oid.h
@@ -195,6 +195,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