aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/crypto_null.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07[crypto] Add concept of cipher alignment sizeMichael Brown1-0/+1
2022-10-25[crypto] Add concept of authentication tag to cipher algorithmsMichael Brown1-0/+6
2022-10-25[crypto] Allow initialisation vector length to vary from cipher blocksizeMichael Brown1-1/+2
2022-10-25[crypto] Expose null crypto algorithm methods for reuseMichael Brown1-33/+29
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-18[crypto] Add abstraction for a public-key algorithmMichael Brown1-0/+49
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-02-18[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown1-23/+39
2007-02-01Add dummy setiv methodMichael Brown1-1/+6
2007-01-31...but not when it's being used as a digest algorithm...Michael Brown1-2/+4
2007-01-31The null crypto algorithm should at least copy data...Michael Brown1-6/+7
2007-01-31Add null crypto algorithmMichael Brown1-0/+61