summaryrefslogtreecommitdiff
path: root/usr/auth.h
Commit message (Collapse)AuthorAgeFilesLines
* configuration support for CHAP algorithmsChris Leech2019-12-191-0/+3
| | | | | | | | Introduces support for preference lists in configuration files, and uses that for the 'node.session.auth.chap_algs' setting. This is also re-used for discovery authentication, rather than have two different configurations.
* CHAP SHA-1, SHA-256, SHA3-256 via OpenSSL's libcryptoChris Leech2019-10-101-2/+9
| | | | | | | | | | | | | | Extended CHAP authentication modes using newer hash digest functions than MD5. SHA-256 and SHA3-256 should be usable in FIPS-140 environments for some time. These CHAP algorithms have been registered with IANA for this purpose. https://www.iana.org/assignments/ppp-numbers/ppp-numbers.xhtml#ppp-numbers-9 Makes OpenSSL libcrypto use a requirement, replacing the in tree MD5 implementation as well (and removing the unused SHA1 code). Signed-off-by: Chris Leech <cleech@redhat.com>
* used tool from patman to strip trailing white spacesmnc2006-11-281-2/+2
| | | | git-svn-id: svn://svn.berlios.de/open-iscsi@744 d7303112-9cec-0310-bdd2-e83a94d6c2b6
* redesign host. interim. commitopen-iscsi2005-01-171-0/+285
git-svn-id: svn://svn.berlios.de/open-iscsi@32 d7303112-9cec-0310-bdd2-e83a94d6c2b6