New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Update the example to show EAP-Key-Name Alan T. DeKok@2013-02-14T17:56:34Z Files modified: * raddb/sites-available/default Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/74b4dbb13a53ea3935fe0... ====== Added preliminary support for EAP-Key-Name We use EAP-Session-Id internally, as not everyone wants to send EAP-Key-Name in a packet. The eaptls_gen_eap_key() function generates the EAP-Session-Id. The eaptls_success() function calls the "gen key" function on success. This means that the key is available on all TLS-based EAP methods If someone wants to send EAP-Key-Name, they should use unlang to make EAP-Session-Id to EAP-Key-Name Alan T. DeKok@2013-02-14T17:53:11Z Files modified: * share/dictionary.freeradius.internal * src/include/radius.h * src/modules/rlm_eap/libeap/eap_tls.c * src/modules/rlm_eap/libeap/eap_tls.h * src/modules/rlm_eap/libeap/mppe_keys.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/36932d8d56c408ced51ef... ====== -- This commit summary was generated @2013-02-15T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).