Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-08 | RSA: Implement signature verification algorithm [PKCS#1 / RFC3447] | David Howells | |
Implement RSA public key cryptography [PKCS#1 / RFC3447]. At this time, only the signature verification algorithm is supported. This uses the asymmetric public key subtype to hold its key data. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||
2012-10-08 | KEYS: Asymmetric public-key algorithm crypto key subtype | David Howells | |
Add a subtype for supporting asymmetric public-key encryption algorithms such as DSA (FIPS-186) and RSA (PKCS#1 / RFC1337). Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |