]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Add native RSA algorithm
authorMichael Brown <mcb30@ipxe.org>
Tue, 13 Mar 2012 16:47:29 +0000 (16:47 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 18 Mar 2012 13:36:07 +0000 (13:36 +0000)
commit299dedcff06770282c5aae5ce9558fe016750e5d
treed1210e53351631656c009a25480e853ed23f10b3
parentc00eb6e190d4957c0e7c5f1e18e4ea1fbaa5a6d0
[crypto] Add native RSA algorithm

Add an implementation of RSA that uses the iPXE big-integer support.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/axtls/axtls_rsa.c [moved from src/crypto/axtls/rsa.c with 100% similarity]
src/crypto/rsa.c [new file with mode: 0644]
src/include/ipxe/errfile.h
src/include/ipxe/rsa.h