diff options
author | Martin Willi <martin@revosec.ch> | 2010-08-31 16:10:55 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-08-31 16:17:01 +0200 |
commit | f9fc5f2045b18b4e51c43848ef0cb19d9cd223ad (patch) | |
tree | c044bf47b89f3747e115e3908f7695f7f002ff6a /src/libtls/tls_eap.h | |
parent | 743f94067e6737c2aa40cc598f48d02f51533ed7 (diff) | |
download | strongswan-f9fc5f2045b18b4e51c43848ef0cb19d9cd223ad.tar.bz2 strongswan-f9fc5f2045b18b4e51c43848ef0cb19d9cd223ad.tar.xz |
Added strongswan.conf options for EAP-TLS/TTLS fragment size
Diffstat (limited to 'src/libtls/tls_eap.h')
-rw-r--r-- | src/libtls/tls_eap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libtls/tls_eap.h b/src/libtls/tls_eap.h index 48b4dec62..8aa2dce19 100644 --- a/src/libtls/tls_eap.h +++ b/src/libtls/tls_eap.h @@ -75,9 +75,10 @@ struct tls_eap_t { * @param server server identity * @param peer peer identity, NULL to omit peer authentication * @param application TLS application layer, if any + * @param frag_size maximum size of a TLS fragment we send */ tls_eap_t *tls_eap_create(eap_type_t type, bool is_server, identification_t *server, identification_t *peer, - tls_application_t *application); + tls_application_t *application, size_t frag_size); #endif /** TLS_EAP_H_ @}*/ |