Revert "Merged RSA-PSS support in Certificate, CSR and CRL"
This reverts commitab50d8d30c
, reversing changes made toe31b1d992a
.
This commit is contained in:
parent
6df09578bb
commit
c9093085ed
37 changed files with 40 additions and 832 deletions
library
|
@ -327,10 +327,6 @@ static const oid_sig_alg_t oid_sig_alg[] =
|
|||
{ ADD_LEN( OID_ECDSA_SHA512 ), "ecdsa-with-SHA512", "ECDSA with SHA512" },
|
||||
POLARSSL_MD_SHA512, POLARSSL_PK_ECDSA,
|
||||
},
|
||||
{
|
||||
{ ADD_LEN( OID_RSASSA_PSS ), "RSASSA-PSS", "RSASSA-PSS" },
|
||||
POLARSSL_MD_NONE, POLARSSL_PK_RSASSA_PSS,
|
||||
},
|
||||
{
|
||||
{ NULL, 0, NULL, NULL },
|
||||
0, 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue