aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/cbc.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-09-27[crypto] Allow in-place CBC decryptionMichael Brown1-1/+3
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
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-8/+8
2009-02-19[crypto] Add our own general-purpose cipher-block chaining routinesMichael Brown1-0/+99