strongswan/src/libcharon/plugins
Tobias Brunner ce048c30ff ha: Double receive buffer size for HA messages and make it configurable
With IKEv1 we transmit both public DH factors (used to derive the initial
IV) besides the shared secret.  So these messages could get significantly
larger than 1024 bytes, depending on the DH group (modp2048 just about
fits into it).  The new default of 2048 bytes should be fine up to modp4096
and for larger groups the buffer size may be increased (an error is
logged should this happen).
2018-02-14 14:52:18 +01:00
..
addrblock Fixed some typos, courtesy of codespell 2017-05-26 14:44:06 +02:00
android_dns Migrate all enumerators to venumerate() interface change 2017-05-26 13:56:44 +02:00
android_log android-log: Link against liblog 2017-05-26 09:40:14 +02:00
attr Change interface for enumerator_create_filter() callback 2017-05-26 13:56:44 +02:00
attr_sql attr-sql: Make release of online leases during startup optional 2017-05-19 15:22:51 +02:00
bypass_lan linked-list: Change return value of find_first() and signature of its callback 2017-05-26 13:56:44 +02:00
certexpire Fixed some typos, courtesy of codespell 2018-02-13 12:19:54 +01:00
connmark connmark: Add CAP_NET_RAW to capabilities keep list 2016-10-25 09:46:23 +02:00
counters counters: Move IKE event counter collection from stroke to a separate plugin 2017-11-08 16:28:28 +01:00
coupling libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00
dhcp dhcp: Fix warning regarding unaligned pointer value due to packed struct 2017-09-18 12:16:54 +02:00
dnscert Migrate all enumerators to venumerate() interface change 2017-05-26 13:56:44 +02:00
duplicheck Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
eap_aka Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
eap_aka_3gpp Fixed some typos, courtesy of codespell 2017-11-15 10:21:13 +01:00
eap_aka_3gpp2 Fixed some typos, courtesy of codespell 2017-11-15 10:21:13 +01:00
eap_dynamic linked-list: Change return value of find_first() and signature of its callback 2017-05-26 13:56:44 +02:00
eap_gtc Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
eap_identity Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
eap_md5 Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
eap_mschapv2 Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
eap_peap eap-peap: Fix memory leaks when handling tunneled methods 2016-09-20 15:36:15 +02:00
eap_radius Fixed some typos, courtesy of codespell 2018-02-13 12:19:54 +01:00
eap_sim Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
eap_sim_file eap-sim-file: Remove redundant enumerator allocation 2017-05-26 16:42:59 +02:00
eap_sim_pcsc libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00
eap_simaka_pseudonym eap-simaka-pseudonym: Properly store mappings 2016-06-06 14:27:19 +02:00
eap_simaka_reauth Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
eap_simaka_sql eap-simaka-sql: Fixed database column from use to used 2017-04-26 20:38:00 +02:00
eap_tls Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
eap_tnc libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00
eap_ttls Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
error_notify error-notify: Don't stop sending notifies after removing a disconnected listener 2017-07-27 13:07:24 +02:00
ext_auth libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00
farp farp: Only remove one tracked entry 2017-07-27 13:07:23 +02:00
forecast Change interface for enumerator_create_filter() callback 2017-05-26 13:56:44 +02:00
ha ha: Double receive buffer size for HA messages and make it configurable 2018-02-14 14:52:18 +01:00
ipseckey Migrate all enumerators to venumerate() interface change 2017-05-26 13:56:44 +02:00
kernel_iph Migrate all enumerators to venumerate() interface change 2017-05-26 13:56:44 +02:00
kernel_libipsec linked-list: Change return value of find_first() and signature of its callback 2017-05-26 13:56:44 +02:00
kernel_netlink kernel-netlink: Optionally trigger roam events on routing rule changes 2018-02-09 15:51:28 +01:00
kernel_pfkey kernel-pfkey: Fix extended replay configuration on FreeBSD 11.1 2017-12-22 10:19:49 +01:00
kernel_pfroute kernel-pfroute: Delay call to if_indextoname(3) when handling RTM_IFINFO 2017-09-26 09:33:46 +02:00
kernel_wfp Fixed some typos, courtesy of codespell 2018-02-13 12:19:54 +01:00
led libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00
load_tester Change interface for enumerator_create_filter() callback 2017-05-26 13:56:44 +02:00
lookip Fixed some typos, courtesy of codespell 2018-02-13 12:19:54 +01:00
medcli Fixed some typos, courtesy of codespell 2017-05-26 14:44:06 +02:00
medsrv Fixed some typos, courtesy of codespell 2017-05-26 14:44:06 +02:00
osx_attr Fixed some typos, courtesy of codespell 2018-02-13 12:19:54 +01:00
p_cscf linked-list: Change return value of find_first() and signature of its callback 2017-05-26 13:56:44 +02:00
radattr libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00
resolve Migrate all enumerators to venumerate() interface change 2017-05-26 13:56:44 +02:00
smp Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
socket_default socket-default: Add an option to force the sending interface via IP_PKTINFO 2017-05-23 16:49:39 +02:00
socket_dynamic Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
socket_win Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
sql sql: Use qualified names in SQL query statements 2017-07-05 10:13:39 +02:00
stroke Fixed some typos, courtesy of codespell 2018-02-13 12:19:54 +01:00
systime_fix systime-fix: Add timeout option to stop waiting for valid system time 2017-11-08 16:20:35 +01:00
tnc_ifmap tnc-ifmap: Null-terminate buffer to make sscanf()-calls safe 2017-05-23 18:29:13 +02:00
tnc_pdp Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
uci Fixed some typos, courtesy of codespell 2018-02-13 12:19:54 +01:00
unity Change interface for enumerator_create_filter() callback 2017-05-26 13:56:44 +02:00
updown child-cfg: Use flags for boolean options 2017-05-23 16:51:15 +02:00
vici Fixed some typos, courtesy of codespell 2018-02-13 12:19:54 +01:00
whitelist Change interface for enumerator_create_filter() callback 2017-05-26 13:56:44 +02:00
xauth_eap Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
xauth_generic libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00
xauth_noauth libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00
xauth_pam libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00