summaryrefslogtreecommitdiffstats
path: root/src/crypto/axtls
diff options
context:
space:
mode:
authorMichael Brown2012-03-13 17:47:29 +0100
committerMichael Brown2012-03-18 14:36:07 +0100
commit299dedcff06770282c5aae5ce9558fe016750e5d (patch)
treed1210e53351631656c009a25480e853ed23f10b3 /src/crypto/axtls
parent[crypto] Add abstraction for a public-key algorithm (diff)
downloadipxe-299dedcff06770282c5aae5ce9558fe016750e5d.tar.gz
ipxe-299dedcff06770282c5aae5ce9558fe016750e5d.tar.xz
ipxe-299dedcff06770282c5aae5ce9558fe016750e5d.zip
[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>
Diffstat (limited to 'src/crypto/axtls')
-rw-r--r--src/crypto/axtls/axtls_rsa.c (renamed from src/crypto/axtls/rsa.c)0
1 files changed, 0 insertions, 0 deletions
diff --git a/src/crypto/axtls/rsa.c b/src/crypto/axtls/axtls_rsa.c
index f17500c3c..f17500c3c 100644
--- a/src/crypto/axtls/rsa.c
+++ b/src/crypto/axtls/axtls_rsa.c