summaryrefslogtreecommitdiffstats
path: root/src/crypto/crypto_null.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [crypto] Add abstraction for a public-key algorithmMichael Brown2012-03-181-0/+49
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown2009-02-181-23/+39
* Add dummy setiv methodMichael Brown2007-02-011-1/+6
* ...but not when it's being used as a digest algorithm...Michael Brown2007-01-311-2/+4
* The null crypto algorithm should at least copy data...Michael Brown2007-01-311-6/+7
* Add null crypto algorithmMichael Brown2007-01-311-0/+61