Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-10-08 | X.509: Add an ASN.1 decoder | David Howells | 3 | -0/+503 |
2012-10-08 | X.509: Add simple ASN.1 grammar compiler | David Howells | 7 | -0/+1721 |
2012-10-08 | X.509: Add utility functions to render OIDs as strings | David Howells | 2 | -0/+83 |
2012-10-08 | X.509: Implement simple static OID registry | David Howells | 6 | -1/+410 |
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 |