]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5
authorMichael Brown <mcb30@ipxe.org>
Fri, 9 Mar 2012 15:45:56 +0000 (15:45 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 9 Mar 2012 17:14:39 +0000 (17:14 +0000)
commit1c29b4d979a9ea9be49bb942a2c41b7b6dc0dc9e
tree0738704fea59e225361b051adfabdd3769320317
parent74b1e706a8cc4a85b82ec6afb8389c9af4eb87b7
[crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5

All axTLS files are now vanilla versions of the upstream axTLS files,
with one minor exception: the unused "ctx" parameter of
bi_int_divide() has been marked with "__unused" to avoid a compilation
error.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
12 files changed:
src/crypto/axtls/aes.c
src/crypto/axtls/bigint.c
src/crypto/axtls/bigint.h
src/crypto/axtls/bigint_impl.h
src/crypto/axtls/config.h [new file with mode: 0644]
src/crypto/axtls/crypto.h
src/crypto/axtls/os_port.h
src/crypto/axtls/rsa.c
src/crypto/axtls_aes.c
src/crypto/x509.c
src/include/ipxe/aes.h
src/net/tls.c