Add RADIUS support. Authentication, accounting, and "Dynamic
authoryasuoka <yasuoka@openbsd.org>
Sat, 13 Jul 2024 12:22:46 +0000 (12:22 +0000)
committeryasuoka <yasuoka@openbsd.org>
Sat, 13 Jul 2024 12:22:46 +0000 (12:22 +0000)
commitf36db9c4e75d6f4b6e40410c8005109158705028
treec036ad8c2c800ca75da4497087ccc3b2dd96b81d
parent093b188bc00a9b5cda68a9479c7b8d38c0c9d621
Add RADIUS support.  Authentication, accounting, and "Dynamic
Authorization Extensions"(DAE) are supported.
feedback markus stu

ok tobhe
15 files changed:
sbin/iked/Makefile
sbin/iked/config.c
sbin/iked/eap.c
sbin/iked/eap.h
sbin/iked/iked.c
sbin/iked/iked.conf.5
sbin/iked/iked.h
sbin/iked/ikev2.c
sbin/iked/ikev2_msg.c
sbin/iked/ikev2_pld.c
sbin/iked/parse.y
sbin/iked/pfkey.c
sbin/iked/policy.c
sbin/iked/radius.c [new file with mode: 0644]
sbin/iked/types.h