Re: Issue with building eapol_test for EAP-AKA testing with FreeRadius Server on MacOS Mojave
Hi Arran, Few quick questions : In your AKA test configuration under https://github.com/FreeRADIUS/freeradius-server/tree/master/src/tests/eapol_... identity="010026000000000" password="465b5ce8b199b49faa5f0a2ee238a6bc:cd63cb71954a9f4e48a5994e37a02baf:000000000002" Is identity refer to an mobile IMSI number? How password is being generated, is it encrypted with certain algo? Regards Arindam On 22/01/20, 4:04 AM, "Arran Cudbard-Bell" <a.cudbardb@networkradius.com> wrote: > On 21 Jan 2020, at 12:46, Arindam Gupta (arindamg) via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote: > > Thank you /K, let me try, in case you have additional references w.r.t. sending EAP-AKA authentication requests using eapol_test please share Shhh, don't let anyone know, but I secretly hid eapol_test build configurations for three platforms, and eapol_test configurations for all the EAP methods FreeRADIUS supports, in the public repository!!! Sneaky hiding them in plain site I know, almost ensures no one will ever find them! --- The build configuration is here: https://github.com/FreeRADIUS/freeradius-server/blob/master/scripts/travis/e... and the test configurations are here: https://github.com/FreeRADIUS/freeradius-server/tree/master/src/tests/eapol_... -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
On Jan 22, 2020, at 4:57 AM, Arindam Gupta (arindamg) <arindamg@cisco.com> wrote:
Hi Arran, Few quick questions : In your AKA test configuration under https://github.com/FreeRADIUS/freeradius-server/tree/master/src/tests/eapol_...
identity="010026000000000" password="465b5ce8b199b49faa5f0a2ee238a6bc:cd63cb71954a9f4e48a5994e37a02baf:000000000002"
Is identity refer to an mobile IMSI number?
I does.
How password is being generated, is it encrypted with certain algo?
It's used as the input for the milenage algorithm (in this case). Milenage then produces a set of authentication vectors. You need to do some background reading on how this works. EAP-AKA and friends are not intended for general consumption. The bundled documentation assumes the level of knowledge of a telecommunications engineer. -Arran
participants (2)
-
Arindam Gupta (arindamg) -
Arran Cudbard-Bell