Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-10-08 | RSA: Fix signature verification for shorter signatures | David Howells | 1 | -3/+11 |
2012-10-08 | RSA: Implement signature verification algorithm [PKCS#1 / RFC3447] | David Howells | 4 | -0/+279 |
2012-10-08 | MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification | David Howells | 2 | -0/+71 |
2012-10-08 | KEYS: Provide signature verification with an asymmetric key | David Howells | 3 | -1/+54 |
2012-10-08 | KEYS: Asymmetric public-key algorithm crypto key subtype | David Howells | 5 | -0/+250 |
2012-10-08 | KEYS: Asymmetric key pluggable data parsers | David Howells | 2 | -1/+156 |
2012-10-08 | KEYS: Implement asymmetric key type | David Howells | 8 | -0/+273 |