fragattacks/src/eap_server
Ervin Oro a916ff5cd8 Add support for an optional context parameter to TLS exporter
Allow an additional context value to be passed to TLS exporter as
specified in RFC 5705 section 4.

This does not yet implement it for the internal TLS implementation.
However, as currently nothing uses context yet, this will not break
anything right now. WolfSSL maintainers also stated that they are not
going to add context support yet, but would look into it if/when this is
required by a published draft or a standard.

Signed-off-by: Ervin Oro <ervin.oro@aalto.fi>
2019-03-16 18:52:09 +02:00
..
eap_i.h EAP: Make method and IMSI available from server structures 2018-12-14 15:56:16 +02:00
eap_methods.h EAP server: Simplify EAP method registration call 2016-01-13 23:35:53 +02:00
eap_server_aka.c EAP: Make method and IMSI available from server structures 2018-12-14 15:56:16 +02:00
eap_server_eke.c Use os_memdup() 2017-03-07 13:19:10 +02:00
eap_server_fast.c Silence new gcc warnings on switch statement fallthroughs 2018-05-15 20:55:17 +03:00
eap_server_gpsk.c Use os_memdup() 2017-03-07 13:19:10 +02:00
eap_server_gtc.c Use os_memdup() 2017-03-07 13:19:10 +02:00
eap_server_identity.c EAP server: Simplify EAP method registration call 2016-01-13 23:35:53 +02:00
eap_server_ikev2.c Silence new gcc warnings on switch statement fallthroughs 2018-05-15 20:55:17 +03:00
eap_server_md5.c EAP server: Simplify EAP method registration call 2016-01-13 23:35:53 +02:00
eap_server_methods.c EAP server: Simplify EAP method registration call 2016-01-13 23:35:53 +02:00
eap_server_mschapv2.c Use os_memdup() 2017-03-07 13:19:10 +02:00
eap_server_pax.c Use os_memdup() 2017-03-07 13:19:10 +02:00
eap_server_peap.c Add support for an optional context parameter to TLS exporter 2019-03-16 18:52:09 +02:00
eap_server_psk.c Use os_memdup() 2017-03-07 13:19:10 +02:00
eap_server_pwd.c EAP-pwd server: Add support for salted password databases 2018-05-28 22:08:51 +03:00
eap_server_sake.c Use os_memdup() 2017-03-07 13:19:10 +02:00
eap_server_sim.c EAP: Make method and IMSI available from server structures 2018-12-14 15:56:16 +02:00
eap_server_tls_common.c Add support for an optional context parameter to TLS exporter 2019-03-16 18:52:09 +02:00
eap_server_tls.c Add support for an optional context parameter to TLS exporter 2019-03-16 18:52:09 +02:00
eap_server_tnc.c EAP server: Simplify EAP method registration call 2016-01-13 23:35:53 +02:00
eap_server_ttls.c Add support for an optional context parameter to TLS exporter 2019-03-16 18:52:09 +02:00
eap_server_vendor_test.c EAP server: Simplify EAP method registration call 2016-01-13 23:35:53 +02:00
eap_server_wsc.c Silence new gcc warnings on switch statement fallthroughs 2018-05-15 20:55:17 +03:00
eap_server.c EAP-pwd server: Fix memory leak with salted passwords 2019-03-08 16:59:27 +02:00
eap_sim_db.c eap_sim_db: Implement eap_sim_db_expire_pending() 2015-10-31 16:28:16 +02:00
eap_sim_db.h eap_sim_db: Implement eap_sim_db_expire_pending() 2015-10-31 16:28:16 +02:00
eap_tls_common.h Add support for an optional context parameter to TLS exporter 2019-03-16 18:52:09 +02:00
eap.h EAP-pwd server: Fix memory leak with salted passwords 2019-03-08 16:59:27 +02:00
ikev2.c Use os_memdup() 2017-03-07 13:19:10 +02:00
ikev2.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00
Makefile tests: Add ap-mgmt-fuzzer 2015-04-22 11:44:19 +03:00
tncs.c Use os_memdup() 2017-03-07 13:19:10 +02:00
tncs.h Remove the GPL notification from files contributed by Jouni Malinen 2012-02-11 19:39:36 +02:00