commit | 612e0fe99965a4028359cd1da5af56b7f6caf7f6 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Sep 21 23:25:40 2012 +0100 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Oct 08 13:50:16 2012 +1030 |
tree | ff7fe3993067c3dc4f011ea702480add96b8e1e7 | |
parent | 12f008b6dc5ff1c822fdb2198d20e3dbdc92f3f5 [diff] |
RSA: Implement signature verification algorithm [PKCS#1 / RFC3447] 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>