aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/axtls_aes.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-27[crypto] Replace AES implementationMichael Brown1-165/+0
2015-07-27[crypto] Add ECB block cipher mode (for debug and self-tests only)Michael Brown1-1/+6
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-09[crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5Michael Brown1-2/+3
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
2010-01-05[crypto] Make AES context size and algorithm structure externally availableJoshua Oreman1-12/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-02-19[crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER()Michael Brown1-90/+2
2009-02-19[crypto] Add our own general-purpose cipher-block chaining routinesMichael Brown1-23/+208
2009-02-18[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown1-3/+3
2009-02-18[crypto] Move AES_convert_key() hack into axtls_aes.cMichael Brown1-9/+25
2009-02-18[crypto] Rename aes_algorithm to aes_cbc_algorithmMichael Brown1-12/+12
2007-07-24Add per-file error identifiersMichael Brown1-0/+1
2007-01-31Added wrapper for AXTLS AES codeMichael Brown1-0/+53