]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Add implementation of MS-CHAPv2 authentication
authorMichael Brown <mcb30@ipxe.org>
Wed, 21 Feb 2024 16:45:50 +0000 (16:45 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 22 Feb 2024 00:08:27 +0000 (00:08 +0000)
commit075292cc2dcde1ad2580d37ac019f29a0eaa01ef
treee3dce344e445df223aa2c9ba83b57db65272b1a5
parent929f06a76de37612015882af592997a7da15a82d
[crypto] Add implementation of MS-CHAPv2 authentication

Add an implementation of the authentication portions of the MS-CHAPv2
algorithm as defined in RFC 2759, along with the single test vector
provided therein.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/mschapv2.c [new file with mode: 0644]
src/include/ipxe/mschapv2.h [new file with mode: 0644]
src/tests/mschapv2_test.c [new file with mode: 0644]
src/tests/tests.c