summaryrefslogtreecommitdiffstats
path: root/src/crypto/chap.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
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [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-1/+1
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-111-8/+8
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-061-1/+1
* Generalise digest_algorithm to crypto_algorithm.Michael Brown2007-01-301-7/+7
* Use stdlib.h for malloc() instead of malloc.h.Michael Brown2006-12-201-1/+0Star
* Added debug statements.Michael Brown2006-11-211-1/+16
* Reduce from 157 to 123 bytesMichael Brown2006-11-211-15/+15
* Added generic CHAP layer, independent of iSCSIMichael Brown2006-11-211-0/+108