aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/chap.c
AgeCommit message (Expand)AuthorFilesLines
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-18[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown1-1/+1
2008-08-11[iSCSI] Add support for mutual CHAPMichael Brown1-8/+8
2007-12-06Fix compiler warnings that appear only on OpenBSD.Michael Brown1-1/+1
2007-01-30Generalise digest_algorithm to crypto_algorithm.Michael Brown1-7/+7
2006-12-19Use stdlib.h for malloc() instead of malloc.h.Michael Brown1-1/+0
2006-11-21Added debug statements.Michael Brown1-1/+16
2006-11-21Reduce from 157 to 123 bytesMichael Brown1-15/+15
2006-11-21Added generic CHAP layer, independent of iSCSIMichael Brown1-0/+108