adding a GNUNET_memcmp_priv for constant-time comparing of data; fixes #6152 (modulo...
[oweals/gnunet.git] / src / transport / Makefile.am
1 # This Makefile.am is in the public domain
2 AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
3
4 plugindir = $(libdir)/gnunet
5
6 pkgcfgdir= $(pkgdatadir)/config.d/
7
8 libexecdir= $(pkglibdir)/libexec/
9
10 pkgcfg_DATA = \
11   transport.conf \
12   communicator-unix.conf
13
14 if HAVE_MHD
15  HTTP_SERVER_PLUGIN_LA = libgnunet_plugin_transport_http_server.la
16  HTTPS_SERVER_PLUGIN_LA = libgnunet_plugin_transport_https_server.la
17  HTTP_SERVER_PLUGIN_TEST = test_plugin_http_server
18  HTTPS_SERVER_PLUGIN_TEST = test_plugin_https_server
19 endif
20
21 if HAVE_LIBGNURL
22  HTTP_CLIENT_PLUGIN_TEST = test_plugin_http_client
23  HTTPS_CLIENT_PLUGIN_TEST = test_plugin_https_client
24  HTTP_CLIENT_PLUGIN_LA = libgnunet_plugin_transport_http_client.la
25  HTTPS_CLIENT_PLUGIN_LA = libgnunet_plugin_transport_https_client.la
26 LIB_GNURL=@LIBGNURL@
27 CPP_GNURL=@LIBGNURL_CPPFLAGS@
28 else
29 if HAVE_LIBCURL
30  HTTP_CLIENT_PLUGIN_TEST = test_plugin_http_client
31  HTTPS_CLIENT_PLUGIN_TEST = test_plugin_https_client
32  HTTP_CLIENT_PLUGIN_LA = libgnunet_plugin_transport_http_client.la
33  HTTPS_CLIENT_PLUGIN_LA = libgnunet_plugin_transport_https_client.la
34 LIB_GNURL=@LIBCURL@
35 CPP_GNURL=@LIBCURL_CPPFLAGS@
36 endif
37 endif
38
39 if HAVE_MHD
40 if HAVE_LIBGNURL
41  HTTP_API_TEST = test_transport_api_http
42  HTTP_REVERSE_API_TEST = test_transport_api_http_reverse
43  HTTP_API_TIMEOUT_TEST = test_transport_api_timeout_http
44  HTTP_REL_TEST = test_transport_api_reliability_http \
45                  test_transport_api_reliability_http_xhr
46  HTTP_QUOTA_TEST = test_quota_compliance_http \
47                    test_quota_compliance_http_asymmetric
48  HTTP_SWITCH = test_transport_address_switch_http
49  HTTPS_API_TEST = test_transport_api_https
50  HTTPS_API_TIMEOUT_TEST = test_transport_api_timeout_https
51 if HAVE_EXPERIMENTAL
52  HTTPS_REL_TEST = test_transport_api_reliability_https \
53                   test_transport_api_reliability_https_xhr
54 endif
55  HTTPS_QUOTA_TEST = test_quota_compliance_https \
56                 test_quota_compliance_https_asymmetric
57  HTTPS_SWITCH = test_transport_address_switch_https
58 else
59 if HAVE_LIBCURL
60  HTTP_API_TEST = test_transport_api_http
61  HTTP_REVERSE_API_TEST = test_transport_api_http_reverse
62  HTTP_API_TIMEOUT_TEST = test_transport_api_timeout_http
63  HTTP_REL_TEST = test_transport_api_reliability_http \
64                  test_transport_api_reliability_http_xhr
65  HTTP_QUOTA_TEST = test_quota_compliance_http \
66                    test_quota_compliance_http_asymmetric
67  HTTP_SWITCH = test_transport_address_switch_http
68  HTTPS_API_TEST = test_transport_api_https
69  HTTPS_API_TIMEOUT_TEST = test_transport_api_timeout_https
70 if HAVE_EXPERIMENTAL
71  HTTPS_REL_TEST = test_transport_api_reliability_https \
72                   test_transport_api_reliability_https_xhr
73 endif
74  HTTPS_QUOTA_TEST = test_quota_compliance_https \
75                 test_quota_compliance_https_asymmetric
76  HTTPS_SWITCH = test_transport_address_switch_https
77 endif
78 endif
79 endif
80
81 if USE_COVERAGE
82   AM_CFLAGS = --coverage -O0
83 endif
84
85 if HAVE_EXPERIMENTAL
86 if LINUX
87  WLAN_BIN = gnunet-helper-transport-wlan
88  WLAN_BIN_DUMMY = gnunet-helper-transport-wlan-dummy
89  WLAN_BIN_SENDER = gnunet-transport-wlan-sender
90  WLAN_BIN_RECEIVER = gnunet-transport-wlan-receiver
91  WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la
92  WLAN_PLUGIN_TEST = test_plugin_wlan
93  WLAN_API_TEST = test_transport_api_wlan
94  WLAN_TIMEOUT_TEST = test_transport_api_timeout_wlan
95  WLAN_REL_TEST = test_transport_api_reliability_wlan
96  WLAN_QUOTA_TEST = test_quota_compliance_wlan \
97                 test_quota_compliance_wlan_asymmetric
98 endif
99
100 if LINUX
101 if HAVE_LIBBLUETOOTH
102  BT_BIN = gnunet-helper-transport-bluetooth
103  BT_PLUGIN_LA = libgnunet_plugin_transport_bluetooth.la
104  BT_PLUGIN_TEST = test_plugin_bluetooth
105  BT_API_TEST = test_transport_api_bluetooth
106  BT_TIMEOUT_TEST = test_transport_api_timeout_bluetooth
107  BT_REL_TEST = test_transport_api_reliability_bluetooth
108  BT_QUOTA_TEST = test_quota_compliance_bluetooth \
109     test_quota_compliance_bluetooth_asymmetric
110 endif
111 endif
112
113 # end of HAVE_EXPERIMENTAL
114 endif
115
116
117 UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la
118 UNIX_PLUGIN_TEST = test_transport_api_unix
119 UNIX_TEST = test_plugin_unix
120 UNIX_PLUGIN_TIMEOUT_TEST = test_transport_api_timeout_unix
121 UNIX_REL_TEST = test_transport_api_reliability_unix
122 UNIX_QUOTA_TEST = test_quota_compliance_unix \
123      test_quota_compliance_unix_asymmetric
124 if LINUX
125  UNIX_API_ABSTRACT_TEST = test_transport_api_unix_abstract
126 endif
127
128
129 noinst_PROGRAMS = \
130  gnunet-transport-profiler \
131  gnunet-communicator-tcp \
132  gnunet-communicator-udp \
133  gnunet-service-tng \
134  $(WLAN_BIN_SENDER) \
135  $(WLAN_BIN_RECEIVER)
136
137 if HAVE_TESTING
138 TESTING_LIBS = libgnunettransporttesting.la \
139                                                          libgnunettransporttesting2.la
140 endif
141
142 lib_LTLIBRARIES = \
143   libgnunettransport.la \
144   libgnunettransportapplication.la \
145   libgnunettransportcore.la \
146   libgnunettransportcommunicator.la \
147   libgnunettransportmonitor.la \
148   $(TESTING_LIBS)
149
150 libgnunettransporttesting_la_SOURCES = \
151   transport-testing.c transport-testing.h \
152   transport-testing-filenames.c \
153   transport-testing-loggers.c \
154   transport-testing-main.c \
155   transport-testing-send.c
156 libgnunettransporttesting_la_LIBADD = \
157   libgnunettransport.la \
158   $(top_builddir)/src/hello/libgnunethello.la \
159   $(top_builddir)/src/ats/libgnunetats.la \
160   $(top_builddir)/src/util/libgnunetutil.la \
161   $(top_builddir)/src/testing/libgnunettesting.la \
162   $(GN_LIBINTL)
163 libgnunettransporttesting_la_LDFLAGS = \
164  $(GN_LIB_LDFLAGS)
165
166 libgnunettransporttesting2_la_SOURCES = \
167   transport-testing2.c transport-testing2.h
168 libgnunettransporttesting2_la_LIBADD = \
169   libgnunettransport.la \
170   $(top_builddir)/src/hello/libgnunethello.la \
171   $(top_builddir)/src/util/libgnunetutil.la
172 libgnunettransporttesting2_la_LDFLAGS = \
173   $(GN_LIBINTL) \
174   $(GN_LIB_LDFLAGS)
175
176 libgnunettransport_la_SOURCES = \
177   transport.h \
178   transport_api_address_to_string.c \
179   transport_api_blacklist.c \
180   transport_api_core.c \
181   transport_api_hello_get.c \
182   transport_api_manipulation.c \
183   transport_api_monitor_peers.c \
184   transport_api_monitor_plugins.c \
185   transport_api_offer_hello.c
186
187 libgnunettransport_la_LIBADD = \
188   $(top_builddir)/src/hello/libgnunethello.la \
189   $(top_builddir)/src/ats/libgnunetats.la \
190   $(top_builddir)/src/util/libgnunetutil.la \
191   $(GN_LIBINTL)
192 libgnunettransport_la_LDFLAGS = \
193   $(GN_LIB_LDFLAGS)  \
194   -version-info 4:0:2
195
196 libgnunettransportapplication_la_SOURCES = \
197   transport_api2_application.c
198 libgnunettransportapplication_la_LIBADD = \
199  $(top_builddir)/src/util/libgnunetutil.la \
200  $(LTLIBINTL)
201 libgnunettransportapplication_la_LDFLAGS = \
202   $(GN_LIB_LDFLAGS)  \
203   -version-info 0:0:0
204
205
206 libgnunettransportcore_la_SOURCES = \
207   transport_api2_core.c
208 libgnunettransportcore_la_LIBADD = \
209   $(top_builddir)/src/util/libgnunetutil.la \
210   $(GN_LIBINTL)
211 libgnunettransportcore_la_LDFLAGS = \
212   $(GN_LIB_LDFLAGS)  \
213   -version-info 0:0:0
214
215 libgnunettransportcommunicator_la_SOURCES = \
216   transport_api2_communication.c
217 libgnunettransportcommunicator_la_LIBADD = \
218   $(top_builddir)/src/util/libgnunetutil.la \
219   $(GN_LIBINTL)
220 libgnunettransportcommunicator_la_LDFLAGS = \
221   $(GN_LIB_LDFLAGS)  \
222   -version-info 0:0:0
223
224
225 libgnunettransportmonitor_la_SOURCES = \
226   transport_api2_monitor.c
227 libgnunettransportmonitor_la_LIBADD = \
228   $(top_builddir)/src/util/libgnunetutil.la \
229   $(GN_LIBINTL)
230 libgnunettransportmonitor_la_LDFLAGS = \
231   $(GN_LIB_LDFLAGS)  \
232   -version-info 0:0:0
233
234
235 libexec_PROGRAMS = \
236  $(WLAN_BIN) \
237  $(WLAN_BIN_DUMMY) \
238  $(BT_BIN) \
239  gnunet-service-transport \
240  gnunet-communicator-unix \
241  gnunet-communicator-udp \
242  gnunet-communicator-tcp
243
244
245
246 bin_PROGRAMS = \
247  gnunet-transport
248
249 bin_SCRIPTS = \
250  gnunet-transport-certificate-creation
251
252 # See: https://www.gnu.org/software/automake/manual/html_node/Scripts.html#Scripts
253 do_subst = sed -e 's,[@]pkgdatadir[@],$(pkgdatadir),g'
254
255
256 gnunet-transport-certificate-creation: gnunet-transport-certificate-creation.in Makefile
257         $(do_subst) < $(srcdir)/gnunet-transport-certificate-creation.in > gnunet-transport-certificate-creation
258         chmod +x gnunet-transport-certificate-creation
259
260
261
262 gnunet_communicator_unix_SOURCES = \
263  gnunet-communicator-unix.c
264 gnunet_communicator_unix_LDADD = \
265   libgnunettransportcommunicator.la \
266   $(top_builddir)/src/statistics/libgnunetstatistics.la \
267   $(top_builddir)/src/util/libgnunetutil.la
268
269 gnunet_communicator_tcp_SOURCES = \
270  gnunet-communicator-tcp.c
271 gnunet_communicator_tcp_LDADD = \
272   libgnunettransportcommunicator.la \
273   $(top_builddir)/src/nat/libgnunetnatnew.la \
274   $(top_builddir)/src/nt/libgnunetnt.la \
275   $(top_builddir)/src/statistics/libgnunetstatistics.la \
276   $(top_builddir)/src/util/libgnunetutil.la \
277   $(LIBGCRYPT_LIBS)
278
279 gnunet_communicator_udp_SOURCES = \
280  gnunet-communicator-udp.c
281 gnunet_communicator_udp_LDADD = \
282   libgnunettransportapplication.la \
283   libgnunettransportcommunicator.la \
284   $(top_builddir)/src/nat/libgnunetnatnew.la \
285   $(top_builddir)/src/nt/libgnunetnt.la \
286   $(top_builddir)/src/statistics/libgnunetstatistics.la \
287   $(top_builddir)/src/util/libgnunetutil.la \
288   $(LIBGCRYPT_LIBS)
289
290
291 gnunet_helper_transport_wlan_SOURCES = \
292  gnunet-helper-transport-wlan.c
293
294 gnunet_helper_transport_wlan_dummy_SOURCES = \
295  gnunet-helper-transport-wlan-dummy.c
296 gnunet_helper_transport_wlan_dummy_LDADD = \
297   $(top_builddir)/src/util/libgnunetutil.la
298
299 gnunet_transport_wlan_sender_SOURCES = \
300  gnunet-transport-wlan-sender.c
301 gnunet_transport_wlan_sender_LDADD = \
302   $(top_builddir)/src/util/libgnunetutil.la
303
304 gnunet_transport_wlan_receiver_SOURCES = \
305  gnunet-transport-wlan-receiver.c
306 gnunet_transport_wlan_receiver_LDADD = \
307   $(top_builddir)/src/util/libgnunetutil.la
308
309 gnunet_helper_transport_bluetooth_SOURCES = \
310  gnunet-helper-transport-bluetooth.c
311
312 gnunet_helper_transport_bluetooth_LDFLAGS = -lbluetooth
313
314
315 gnunet_transport_profiler_SOURCES = \
316  gnunet-transport-profiler.c
317 gnunet_transport_profiler_LDADD = \
318   libgnunettransport.la \
319   $(top_builddir)/src/hello/libgnunethello.la \
320   $(top_builddir)/src/ats/libgnunetats.la \
321   $(top_builddir)/src/util/libgnunetutil.la \
322   $(GN_LIBINTL)
323
324 gnunet_transport_SOURCES = \
325  gnunet-transport.c
326 gnunet_transport_LDADD = \
327   libgnunettransport.la \
328   $(top_builddir)/src/hello/libgnunethello.la \
329   $(top_builddir)/src/util/libgnunetutil.la \
330   $(GN_LIBINTL)
331
332 gnunet_service_transport_SOURCES = \
333  gnunet-service-transport.c gnunet-service-transport.h \
334  gnunet-service-transport_ats.h gnunet-service-transport_ats.c \
335  gnunet-service-transport_hello.h gnunet-service-transport_hello.c \
336  gnunet-service-transport_neighbours.h gnunet-service-transport_neighbours.c \
337  gnunet-service-transport_plugins.h gnunet-service-transport_plugins.c \
338  gnunet-service-transport_validation.h gnunet-service-transport_validation.c \
339  gnunet-service-transport_manipulation.h gnunet-service-transport_manipulation.c
340 # Note that while gnunet-service-transport does not use libgnunetnat
341 # directly, we must link against it as GNUNET_NAT_mini_map_stop will
342 # leave a 'dangling' task to process_unmap_output which will cause
343 # a crash on unloading of a plugin unless the service links against
344 # that library as well.
345 gnunet_service_transport_LDADD = \
346   libgnunettransport.la \
347   $(top_builddir)/src/ats/libgnunetats.la \
348   $(top_builddir)/src/hello/libgnunethello.la \
349   $(top_builddir)/src/nt/libgnunetnt.la \
350   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
351   $(top_builddir)/src/statistics/libgnunetstatistics.la \
352   $(top_builddir)/src/util/libgnunetutil.la \
353   $(GN_GLPK) \
354   $(GN_LIBINTL)
355 gnunet_service_transport_CFLAGS = \
356   $(AM_CFLAGS)
357 # -DANALYZE
358
359
360 gnunet_service_tng_SOURCES = \
361  gnunet-service-tng.c
362 gnunet_service_tng_LDADD = \
363   $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
364   $(top_builddir)/src/hello/libgnunethello.la \
365   $(top_builddir)/src/statistics/libgnunetstatistics.la \
366   $(top_builddir)/src/util/libgnunetutil.la \
367   $(LIBGCRYPT_LIBS) \
368   $(GN_LIBINTL)
369
370 plugin_LTLIBRARIES = \
371   libgnunet_plugin_transport_tcp.la \
372   $(UNIX_PLUGIN_LA) \
373   $(HTTP_CLIENT_PLUGIN_LA) \
374   $(HTTPS_CLIENT_PLUGIN_LA) \
375   $(HTTP_SERVER_PLUGIN_LA) \
376   $(HTTPS_SERVER_PLUGIN_LA) \
377   $(WLAN_PLUGIN_LA) \
378   $(BT_PLUGIN_LA)
379
380 if HAVE_EXPERIMENTAL
381 plugin_LTLIBRARIES += libgnunet_plugin_transport_udp.la
382 endif
383
384 # Note: real plugins of course need to be added
385 # to the plugin_LTLIBRARIES above
386 noinst_LTLIBRARIES = \
387   libgnunet_plugin_transport_template.la
388
389 libgnunet_plugin_transport_tcp_la_SOURCES = \
390   plugin_transport_tcp.c
391 libgnunet_plugin_transport_tcp_la_LIBADD = \
392   $(top_builddir)/src/hello/libgnunethello.la \
393   $(top_builddir)/src/statistics/libgnunetstatistics.la \
394   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
395   $(top_builddir)/src/nat/libgnunetnatnew.la \
396   $(top_builddir)/src/util/libgnunetutil.la \
397   $(LTLIBINTL)
398 libgnunet_plugin_transport_tcp_la_LDFLAGS = \
399  $(GN_PLUGIN_LDFLAGS)
400
401 libgnunet_plugin_transport_template_la_SOURCES = \
402   plugin_transport_template.c
403 libgnunet_plugin_transport_template_la_LIBADD = \
404   $(top_builddir)/src/util/libgnunetutil.la \
405   $(LTLIBINTL)
406 libgnunet_plugin_transport_template_la_LDFLAGS = \
407  $(GN_PLUGIN_LDFLAGS)
408
409 libgnunet_plugin_transport_wlan_la_SOURCES = \
410   plugin_transport_wlan.c plugin_transport_wlan.h
411 libgnunet_plugin_transport_wlan_la_LIBADD = \
412   $(top_builddir)/src/hello/libgnunethello.la \
413   $(top_builddir)/src/statistics/libgnunetstatistics.la \
414   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
415   $(top_builddir)/src/fragmentation/libgnunetfragmentation.la \
416   $(top_builddir)/src/util/libgnunetutil.la
417 libgnunet_plugin_transport_wlan_la_LDFLAGS = \
418   $(GN_PLUGIN_LDFLAGS)
419 libgnunet_plugin_transport_wlan_la_CFLAGS = \
420  $(AM_CFLAGS) -DBUILD_WLAN
421
422 libgnunet_plugin_transport_bluetooth_la_SOURCES = \
423   plugin_transport_wlan.c plugin_transport_wlan.h
424 libgnunet_plugin_transport_bluetooth_la_LIBADD = \
425   $(top_builddir)/src/hello/libgnunethello.la \
426   $(top_builddir)/src/statistics/libgnunetstatistics.la \
427   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
428   $(top_builddir)/src/fragmentation/libgnunetfragmentation.la \
429   $(top_builddir)/src/util/libgnunetutil.la
430 libgnunet_plugin_transport_bluetooth_la_LDFLAGS = \
431   $(GN_PLUGIN_LDFLAGS)
432 libgnunet_plugin_transport_bluetooth_la_CFLAGS = \
433  $(AM_CFLAGS) -DBUILD_BLUETOOTH
434
435 if HAVE_EXPERIMENTAL
436 libgnunet_plugin_transport_udp_la_SOURCES = \
437   plugin_transport_udp.c plugin_transport_udp.h \
438   plugin_transport_udp_broadcasting.c
439 libgnunet_plugin_transport_udp_la_LIBADD = \
440   $(top_builddir)/src/hello/libgnunethello.la \
441   $(top_builddir)/src/fragmentation/libgnunetfragmentation.la \
442   $(top_builddir)/src/statistics/libgnunetstatistics.la \
443   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
444   $(top_builddir)/src/nat/libgnunetnatnew.la \
445   $(top_builddir)/src/util/libgnunetutil.la \
446   $(LTLIBINTL)
447 libgnunet_plugin_transport_udp_la_LDFLAGS = \
448  $(GN_PLUGIN_LDFLAGS)
449 endif
450
451 libgnunet_plugin_transport_unix_la_SOURCES = \
452   plugin_transport_unix.c
453 libgnunet_plugin_transport_unix_la_LIBADD = \
454   $(top_builddir)/src/hello/libgnunethello.la \
455   $(top_builddir)/src/statistics/libgnunetstatistics.la \
456   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
457   $(top_builddir)/src/util/libgnunetutil.la \
458   $(LTLIBINTL)
459 libgnunet_plugin_transport_unix_la_LDFLAGS = \
460  $(GN_PLUGIN_LDFLAGS)
461
462
463 libgnunet_plugin_transport_http_client_la_SOURCES = \
464   plugin_transport_http_client.c plugin_transport_http_common.c plugin_transport_http_common.h
465 libgnunet_plugin_transport_http_client_la_LIBADD = \
466   $(top_builddir)/src/hello/libgnunethello.la \
467   $(top_builddir)/src/statistics/libgnunetstatistics.la \
468   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
469   $(LIB_GNURL) \
470   $(top_builddir)/src/util/libgnunetutil.la
471 libgnunet_plugin_transport_http_client_la_LDFLAGS = \
472   $(GN_LIBINTL) \
473   $(GN_PLUGIN_LDFLAGS)
474 libgnunet_plugin_transport_http_client_la_CFLAGS = \
475  $(CPP_GNURL) $(AM_CFLAGS)
476
477
478 libgnunet_plugin_transport_http_server_la_SOURCES = \
479   plugin_transport_http_server.c plugin_transport_http_common.c
480 libgnunet_plugin_transport_http_server_la_LIBADD = \
481   $(MHD_LIBS) \
482   $(top_builddir)/src/hello/libgnunethello.la \
483   $(top_builddir)/src/statistics/libgnunetstatistics.la \
484   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
485   $(top_builddir)/src/nat/libgnunetnatnew.la \
486   $(top_builddir)/src/util/libgnunetutil.la
487 libgnunet_plugin_transport_http_server_la_LDFLAGS = \
488   $(GN_LIBINTL) \
489  $(GN_PLUGIN_LDFLAGS)
490 libgnunet_plugin_transport_http_server_la_CFLAGS = \
491  $(MHD_CFLAGS) $(AM_CFLAGS)
492
493 libgnunet_plugin_transport_https_client_la_SOURCES = \
494   plugin_transport_http_client.c plugin_transport_http_common.c
495 libgnunet_plugin_transport_https_client_la_LIBADD = \
496   $(top_builddir)/src/hello/libgnunethello.la \
497   $(top_builddir)/src/statistics/libgnunetstatistics.la \
498   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
499   $(LIB_GNURL) \
500   $(top_builddir)/src/util/libgnunetutil.la
501 libgnunet_plugin_transport_https_client_la_LDFLAGS = \
502   $(GN_LIBINTL) \
503   $(GN_PLUGIN_LDFLAGS)
504 libgnunet_plugin_transport_https_client_la_CFLAGS = \
505  $(CPP_GNURL) $(AM_CFLAGS) -DBUILD_HTTPS
506
507
508 libgnunet_plugin_transport_https_server_la_SOURCES = \
509   plugin_transport_http_server.c plugin_transport_http_common.c
510 libgnunet_plugin_transport_https_server_la_LIBADD = \
511   $(MHD_LIBS) \
512   $(top_builddir)/src/hello/libgnunethello.la \
513   $(top_builddir)/src/statistics/libgnunetstatistics.la \
514   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
515   $(top_builddir)/src/nat/libgnunetnatnew.la \
516   $(top_builddir)/src/util/libgnunetutil.la
517 libgnunet_plugin_transport_https_server_la_LDFLAGS = \
518   $(GN_LIBINTL) \
519  $(GN_PLUGIN_LDFLAGS)
520 libgnunet_plugin_transport_https_server_la_CFLAGS = \
521  $(MHD_CFLAGS) $(AM_CFLAGS) -DBUILD_HTTPS
522
523 if HAVE_TESTING
524 check_PROGRAMS = \
525  test_transport_address_switch_tcp \
526  test_transport_testing_startstop \
527  test_transport_testing_restart \
528  test_plugin_tcp \
529  $(UNIX_TEST) \
530  $(WLAN_PLUGIN_TEST) \
531  $(BT_PLUGIN_TEST) \
532  test_http_common \
533  $(HTTP_CLIENT_PLUGIN_TEST) \
534  $(HTTPS_CLIENT_PLUGIN_TEST) \
535  $(HTTP_SERVER_PLUGIN_TEST) \
536  $(HTTPS_SERVER_PLUGIN_TEST) \
537  test_transport_api_blacklisting_tcp \
538  test_transport_api_disconnect_tcp \
539  test_transport_api_tcp \
540  test_transport_api_restart_1peer \
541  test_transport_api_restart_2peers \
542  test_transport_api_timeout_tcp \
543  test_transport_api_limited_sockets_tcp \
544  test_transport_api_tcp_nat \
545  $(UNIX_PLUGIN_TEST) \
546  $(UNIX_PLUGIN_TIMEOUT_TEST) \
547  $(UNIX_API_ABSTRACT_TEST) \
548  $(HTTP_API_TEST) \
549  $(HTTP_REVERSE_API_TEST) \
550  $(HTTP_API_TIMEOUT_TEST) \
551  $(HTTP_SWITCH) \
552  $(HTTPS_API_TEST) \
553  $(HTTPS_API_TIMEOUT_TEST) \
554  $(HTTPS_SWITCH) \
555  $(WLAN_API_TEST) \
556  $(WLAN_TIMEOUT_TEST) \
557  $(BT_API_TEST) \
558  $(BT_TIMEOUT_TEST) \
559  test_transport_api_multi \
560  test_transport_api_monitor_peers \
561  test_transport_blacklisting_no_bl \
562  test_transport_blacklisting_outbound_bl_full \
563  test_transport_blacklisting_outbound_bl_plugin \
564  test_transport_blacklisting_inbound_bl_plugin \
565  test_transport_blacklisting_inbound_bl_full \
566  test_transport_blacklisting_multiple_plugins \
567  test_transport_api_manipulation_send_tcp \
568  test_transport_api_manipulation_recv_tcp \
569  test_transport_api_manipulation_cfg \
570  test_transport_api_reliability_tcp \
571  test_transport_api_reliability_tcp_nat \
572  $(UNIX_REL_TEST) \
573  $(HTTP_REL_TEST) \
574  $(HTTPS_REL_TEST) \
575  $(WLAN_REL_TEST) \
576  $(WLAN_UREL_TEST) \
577  $(BT_REL_TEST) \
578  $(BT_UREL_TEST) \
579  test_quota_compliance_tcp \
580  test_quota_compliance_tcp_asymmetric \
581  $(UNIX_QUOTA_TEST) \
582  $(HTTP_QUOTA_TEST) \
583  $(HTTPS_QUOTA_TEST) \
584  $(WLAN_QUOTA_TEST) \
585  $(BT_QUOTA_TEST)
586 if HAVE_GETOPT_BINARY
587 check_PROGRAMS += \
588 test_transport_api_slow_ats
589 endif
590 if HAVE_EXPERIMENTAL
591 check_PROGRAMS += \
592   test_transport_address_switch_udp \
593   test_plugin_udp \
594   test_transport_api_udp \
595   test_transport_api_timeout_udp \
596   test_transport_api_udp_nat \
597   test_transport_api_reliability_udp \
598   test_quota_compliance_udp \
599   test_communicator_basic-unix \
600   test_communicator_basic-tcp \
601   test_communicator_basic-udp \
602   test_communicator_rekey-tcp \
603   test_communicator_rekey-udp \
604   test_communicator_backchannel-udp
605 endif
606 endif
607
608 if ENABLE_TEST_RUN
609 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
610 TESTS = \
611  test_transport_address_switch_tcp \
612  $(HTTP_SWITCH) \
613  $(HTTPS_SWITCH) \
614  test_transport_testing_startstop \
615  test_transport_testing_restart \
616  test_plugin_tcp \
617  $(UNIX_TEST) \
618  $(WLAN_PLUGIN_TEST) \
619  $(BT_PLUGIN_TEST) \
620  test_transport_api_blacklisting_tcp \
621  test_transport_api_disconnect_tcp \
622  test_transport_api_tcp \
623  test_transport_api_restart_1peer \
624  test_transport_api_restart_2peers \
625  test_transport_api_limited_sockets_tcp \
626  test_transport_api_tcp_nat \
627  $(UNIX_PLUGIN_TEST) \
628  $(UNIX_API_ABSTRACT_TEST) \
629  $(HTTP_API_TEST) \
630  $(HTTPS_API_TEST) \
631  $(WLAN_API_TEST) \
632  $(BT_API_TEST) \
633  test_transport_api_multi \
634  test_transport_api_monitor_peers \
635  test_transport_blacklisting_no_bl \
636  test_transport_blacklisting_outbound_bl_full \
637  test_transport_blacklisting_outbound_bl_plugin \
638  test_transport_blacklisting_inbound_bl_plugin \
639  test_transport_blacklisting_inbound_bl_full \
640  test_transport_blacklisting_multiple_plugins \
641  test_transport_api_manipulation_send_tcp \
642  test_transport_api_manipulation_recv_tcp \
643  test_transport_api_manipulation_cfg \
644  test_transport_api_reliability_tcp \
645  test_transport_api_reliability_tcp_nat \
646  $(UNIX_REL_TEST) \
647  $(HTTP_REL_TEST) \
648  $(HTTPS_REL_TEST) \
649  $(WLAN_REL_TEST) \
650  $(WLAN_UREL_TEST) \
651  $(BT_REL_TEST) \
652  $(BT_UREL_TEST) \
653  test_quota_compliance_tcp \
654  test_quota_compliance_tcp_asymmetric \
655  $(UNIX_QUOTA_TEST) \
656  $(HTTP_QUOTA_TEST) \
657  $(HTTPS_QUOTA_TEST) \
658  test_transport_api_timeout_tcp \
659  $(UNIX_PLUGIN_TIMEOUT_TEST) \
660  $(HTTP_API_TIMEOUT_TEST) \
661  $(HTTPS_API_TIMEOUT_TEST) \
662  $(WLAN_TIMEOUT_TEST) \
663  $(BT_TIMEOUT_TEST)
664 if HAVE_GETOPT_BINARY
665 TESTS += \
666 test_transport_api_slow_ats
667 endif
668 if HAVE_EXPERIMENTAL
669 TESTS += \
670   test_transport_address_switch_udp \
671   test_plugin_udp \
672   test_transport_api_udp \
673   test_transport_api_timeout_udp \
674   test_transport_api_udp_nat \
675   test_transport_api_reliability_udp \
676 test_quota_compliance_udp \
677 test_communicator_basic-unix \
678 test_communicator_basic-tcp \
679 test_communicator_basic-udp \
680 test_communicator_rekey-tcp \
681 test_communicator_rekey-udp \
682 test_communicator_backchannel-udp
683 endif
684 endif
685
686 test_transport_testing_startstop_SOURCES = \
687  test_transport_testing_startstop.c
688 test_transport_testing_startstop_LDADD = \
689  $(top_builddir)/src/util/libgnunetutil.la \
690  libgnunettransport.la \
691  $(top_builddir)/src/hello/libgnunethello.la \
692  libgnunettransporttesting.la
693
694 test_transport_testing_restart_SOURCES = \
695  test_transport_testing_restart.c
696 test_transport_testing_restart_LDADD = \
697  $(top_builddir)/src/util/libgnunetutil.la \
698  libgnunettransport.la \
699  $(top_builddir)/src/hello/libgnunethello.la \
700  libgnunettransporttesting.la
701
702 test_transport_api_blacklisting_tcp_SOURCES = \
703  test_transport_api_blacklisting.c
704 test_transport_api_blacklisting_tcp_LDADD = \
705  libgnunettransport.la \
706  $(top_builddir)/src/hello/libgnunethello.la \
707  $(top_builddir)/src/statistics/libgnunetstatistics.la \
708  $(top_builddir)/src/util/libgnunetutil.la \
709  libgnunettransporttesting.la
710
711 test_transport_blacklisting_no_bl_SOURCES = \
712  test_transport_blacklisting.c
713 test_transport_blacklisting_no_bl_LDADD = \
714  libgnunettransport.la \
715  $(top_builddir)/src/hello/libgnunethello.la \
716  $(top_builddir)/src/statistics/libgnunetstatistics.la \
717  $(top_builddir)/src/util/libgnunetutil.la \
718  libgnunettransporttesting.la
719
720 test_transport_blacklisting_outbound_bl_full_SOURCES = \
721  test_transport_blacklisting.c
722 test_transport_blacklisting_outbound_bl_full_LDADD = \
723  libgnunettransport.la \
724  $(top_builddir)/src/hello/libgnunethello.la \
725  $(top_builddir)/src/statistics/libgnunetstatistics.la \
726  $(top_builddir)/src/util/libgnunetutil.la \
727  libgnunettransporttesting.la
728
729 test_transport_blacklisting_outbound_bl_plugin_SOURCES = \
730  test_transport_blacklisting.c
731 test_transport_blacklisting_outbound_bl_plugin_LDADD = \
732  libgnunettransport.la \
733  $(top_builddir)/src/hello/libgnunethello.la \
734  $(top_builddir)/src/statistics/libgnunetstatistics.la \
735  $(top_builddir)/src/util/libgnunetutil.la \
736  libgnunettransporttesting.la
737
738 test_transport_blacklisting_inbound_bl_full_SOURCES = \
739  test_transport_blacklisting.c
740 test_transport_blacklisting_inbound_bl_full_LDADD = \
741  libgnunettransport.la \
742  $(top_builddir)/src/hello/libgnunethello.la \
743  $(top_builddir)/src/statistics/libgnunetstatistics.la \
744  $(top_builddir)/src/util/libgnunetutil.la \
745  libgnunettransporttesting.la
746
747 test_transport_blacklisting_inbound_bl_plugin_SOURCES = \
748  test_transport_blacklisting.c
749 test_transport_blacklisting_inbound_bl_plugin_LDADD = \
750  libgnunettransport.la \
751  $(top_builddir)/src/hello/libgnunethello.la \
752  $(top_builddir)/src/statistics/libgnunetstatistics.la \
753  $(top_builddir)/src/util/libgnunetutil.la \
754  libgnunettransporttesting.la
755
756 test_transport_blacklisting_multiple_plugins_SOURCES = \
757  test_transport_blacklisting.c
758 test_transport_blacklisting_multiple_plugins_LDADD = \
759  libgnunettransport.la \
760  $(top_builddir)/src/hello/libgnunethello.la \
761  $(top_builddir)/src/statistics/libgnunetstatistics.la \
762  $(top_builddir)/src/util/libgnunetutil.la \
763  libgnunettransporttesting.la
764
765
766 test_transport_api_disconnect_tcp_SOURCES = \
767  test_transport_api_disconnect.c
768 test_transport_api_disconnect_tcp_LDADD = \
769  libgnunettransport.la \
770  $(top_builddir)/src/hello/libgnunethello.la \
771  $(top_builddir)/src/statistics/libgnunetstatistics.la \
772  $(top_builddir)/src/util/libgnunetutil.la \
773  libgnunettransporttesting.la
774
775 test_plugin_tcp_SOURCES = \
776  test_plugin_transport.c
777 test_plugin_tcp_LDADD = \
778  libgnunettransport.la \
779  $(top_builddir)/src/statistics/libgnunetstatistics.la \
780  $(top_builddir)/src/hello/libgnunethello.la \
781  $(top_builddir)/src/util/libgnunetutil.la  \
782  libgnunettransporttesting.la
783
784 if HAVE_EXPERIMENTAL
785 test_plugin_udp_SOURCES = \
786  test_plugin_transport.c
787 test_plugin_udp_LDADD = \
788  libgnunettransport.la \
789  $(top_builddir)/src/statistics/libgnunetstatistics.la \
790  $(top_builddir)/src/hello/libgnunethello.la \
791  $(top_builddir)/src/util/libgnunetutil.la  \
792  libgnunettransporttesting.la
793 endif
794
795 if HAVE_EXPERIMENTAL
796 test_communicator_basic_unix_SOURCES = \
797  test_communicator_basic.c
798 test_communicator_basic_unix_LDADD = \
799  libgnunettransporttesting2.la \
800  $(top_builddir)/src/testing/libgnunettesting.la \
801  $(top_builddir)/src/util/libgnunetutil.la
802
803 test_communicator_basic_tcp_SOURCES = \
804  test_communicator_basic.c
805 test_communicator_basic_tcp_LDADD = \
806  libgnunettransporttesting2.la \
807  $(top_builddir)/src/testing/libgnunettesting.la \
808  $(top_builddir)/src/util/libgnunetutil.la
809
810 test_communicator_basic_udp_SOURCES = \
811  test_communicator_basic.c
812 test_communicator_basic_udp_LDADD = \
813  libgnunettransporttesting2.la \
814  $(top_builddir)/src/testing/libgnunettesting.la \
815  $(top_builddir)/src/util/libgnunetutil.la
816
817 test_communicator_rekey_tcp_SOURCES = \
818  test_communicator_basic.c
819 test_communicator_rekey_tcp_LDADD = \
820  libgnunettransporttesting2.la \
821  $(top_builddir)/src/testing/libgnunettesting.la \
822  $(top_builddir)/src/util/libgnunetutil.la
823
824 test_communicator_rekey_udp_SOURCES = \
825  test_communicator_basic.c
826 test_communicator_rekey_udp_LDADD = \
827  libgnunettransporttesting2.la \
828  $(top_builddir)/src/testing/libgnunettesting.la \
829  $(top_builddir)/src/util/libgnunetutil.la
830
831 test_communicator_backchannel_udp_SOURCES = \
832  test_communicator_basic.c
833 test_communicator_backchannel_udp_LDADD = \
834  libgnunettransporttesting2.la \
835  $(top_builddir)/src/testing/libgnunettesting.la \
836  $(top_builddir)/src/util/libgnunetutil.la
837 endif
838
839 test_plugin_unix_SOURCES = \
840  test_plugin_transport.c
841 test_plugin_unix_LDADD = \
842  libgnunettransport.la \
843  $(top_builddir)/src/statistics/libgnunetstatistics.la \
844  $(top_builddir)/src/hello/libgnunethello.la \
845  $(top_builddir)/src/util/libgnunetutil.la  \
846  libgnunettransporttesting.la
847
848 test_plugin_wlan_SOURCES = \
849  test_plugin_transport.c
850 test_plugin_wlan_LDADD = \
851  libgnunettransport.la \
852  $(top_builddir)/src/statistics/libgnunetstatistics.la \
853  $(top_builddir)/src/hello/libgnunethello.la \
854  $(top_builddir)/src/util/libgnunetutil.la  \
855  libgnunettransporttesting.la
856
857 test_plugin_bluetooth_SOURCES = \
858  test_plugin_transport.c
859 test_plugin_bluetooth_LDADD = \
860  libgnunettransport.la \
861  $(top_builddir)/src/statistics/libgnunetstatistics.la \
862  $(top_builddir)/src/hello/libgnunethello.la \
863  $(top_builddir)/src/util/libgnunetutil.la  \
864  libgnunettransporttesting.la
865
866 test_http_common_SOURCES = \
867  test_http_common.c plugin_transport_http_common.c
868 test_http_common_LDADD = \
869  libgnunettransport.la \
870  $(top_builddir)/src/statistics/libgnunetstatistics.la \
871  $(top_builddir)/src/hello/libgnunethello.la \
872  $(top_builddir)/src/util/libgnunetutil.la  \
873  libgnunettransporttesting.la
874
875 test_plugin_http_server_SOURCES = \
876  test_plugin_transport.c
877 test_plugin_http_server_LDADD = \
878  libgnunettransport.la \
879  $(top_builddir)/src/statistics/libgnunetstatistics.la \
880  $(top_builddir)/src/hello/libgnunethello.la \
881  $(top_builddir)/src/util/libgnunetutil.la  \
882  libgnunettransporttesting.la
883
884 test_plugin_https_server_SOURCES = \
885  test_plugin_transport.c
886 test_plugin_https_server_LDADD = \
887  libgnunettransport.la \
888  $(top_builddir)/src/statistics/libgnunetstatistics.la \
889  $(top_builddir)/src/hello/libgnunethello.la \
890  $(top_builddir)/src/util/libgnunetutil.la  \
891  libgnunettransporttesting.la
892
893 test_plugin_http_client_SOURCES = \
894  test_plugin_transport.c
895 test_plugin_http_client_LDADD = \
896  libgnunettransport.la \
897  $(top_builddir)/src/statistics/libgnunetstatistics.la \
898  $(top_builddir)/src/hello/libgnunethello.la \
899  $(top_builddir)/src/util/libgnunetutil.la  \
900  libgnunettransporttesting.la
901
902 test_plugin_https_client_SOURCES = \
903  test_plugin_transport.c
904 test_plugin_https_client_LDADD = \
905  libgnunettransport.la \
906  $(top_builddir)/src/statistics/libgnunetstatistics.la \
907  $(top_builddir)/src/hello/libgnunethello.la \
908  $(top_builddir)/src/util/libgnunetutil.la  \
909  libgnunettransporttesting.la
910
911 test_transport_api_tcp_SOURCES = \
912  test_transport_api.c
913 test_transport_api_tcp_LDADD = \
914  libgnunettransport.la \
915  $(top_builddir)/src/hello/libgnunethello.la \
916  $(top_builddir)/src/util/libgnunetutil.la  \
917  libgnunettransporttesting.la
918
919 test_transport_api_restart_1peer_SOURCES = \
920  test_transport_api_restart_reconnect.c
921 test_transport_api_restart_1peer_LDADD = \
922  libgnunettransport.la \
923  $(top_builddir)/src/hello/libgnunethello.la \
924  $(top_builddir)/src/ats/libgnunetats.la \
925  $(top_builddir)/src/statistics/libgnunetstatistics.la \
926  $(top_builddir)/src/util/libgnunetutil.la \
927  libgnunettransporttesting.la
928
929 test_transport_api_restart_2peers_SOURCES = \
930  test_transport_api_restart_reconnect.c
931 test_transport_api_restart_2peers_LDADD = \
932  libgnunettransport.la \
933  $(top_builddir)/src/hello/libgnunethello.la \
934  $(top_builddir)/src/ats/libgnunetats.la \
935 $(top_builddir)/src/statistics/libgnunetstatistics.la \
936  $(top_builddir)/src/util/libgnunetutil.la \
937  libgnunettransporttesting.la
938
939 test_transport_api_limited_sockets_tcp_SOURCES = \
940  test_transport_api_limited_sockets.c
941 test_transport_api_limited_sockets_tcp_LDADD = \
942  libgnunettransport.la \
943  $(top_builddir)/src/hello/libgnunethello.la \
944  $(top_builddir)/src/util/libgnunetutil.la  \
945  libgnunettransporttesting.la
946
947 test_transport_api_tcp_nat_SOURCES = \
948  test_transport_api.c
949 test_transport_api_tcp_nat_LDADD = \
950  libgnunettransport.la \
951  $(top_builddir)/src/hello/libgnunethello.la \
952  $(top_builddir)/src/util/libgnunetutil.la \
953  libgnunettransporttesting.la
954
955 test_transport_api_manipulation_send_tcp_SOURCES = \
956  test_transport_api_manipulation_send_tcp.c
957 test_transport_api_manipulation_send_tcp_LDADD = \
958  libgnunettransport.la \
959  $(top_builddir)/src/hello/libgnunethello.la \
960  $(top_builddir)/src/util/libgnunetutil.la \
961  libgnunettransporttesting.la
962
963 test_transport_api_manipulation_recv_tcp_SOURCES = \
964  test_transport_api_manipulation_recv_tcp.c
965 test_transport_api_manipulation_recv_tcp_LDADD = \
966  libgnunettransport.la \
967  $(top_builddir)/src/hello/libgnunethello.la \
968  $(top_builddir)/src/util/libgnunetutil.la \
969  libgnunettransporttesting.la
970
971 test_transport_api_manipulation_cfg_SOURCES = \
972  test_transport_api_manipulation_cfg.c
973 test_transport_api_manipulation_cfg_LDADD = \
974  libgnunettransport.la \
975  $(top_builddir)/src/hello/libgnunethello.la \
976  $(top_builddir)/src/util/libgnunetutil.la \
977  libgnunettransporttesting.la
978
979 test_transport_api_reliability_tcp_SOURCES = \
980  test_transport_api_reliability.c
981 test_transport_api_reliability_tcp_LDADD = \
982  libgnunettransport.la \
983  $(top_builddir)/src/hello/libgnunethello.la \
984  $(top_builddir)/src/util/libgnunetutil.la \
985  libgnunettransporttesting.la
986
987 test_transport_api_timeout_tcp_SOURCES = \
988  test_transport_api_timeout.c
989 test_transport_api_timeout_tcp_LDADD = \
990  libgnunettransport.la \
991  $(top_builddir)/src/hello/libgnunethello.la \
992  $(top_builddir)/src/util/libgnunetutil.la \
993  libgnunettransporttesting.la
994
995 test_transport_api_timeout_unix_SOURCES = \
996  test_transport_api_timeout.c
997 test_transport_api_timeout_unix_LDADD = \
998  libgnunettransport.la \
999  $(top_builddir)/src/hello/libgnunethello.la \
1000  $(top_builddir)/src/util/libgnunetutil.la \
1001  libgnunettransporttesting.la
1002
1003 test_transport_api_timeout_wlan_SOURCES = \
1004  test_transport_api_timeout.c
1005 test_transport_api_timeout_wlan_LDADD = \
1006  libgnunettransport.la \
1007  $(top_builddir)/src/hello/libgnunethello.la \
1008  $(top_builddir)/src/util/libgnunetutil.la \
1009  libgnunettransporttesting.la
1010
1011 test_transport_api_timeout_bluetooth_SOURCES = \
1012  test_transport_api_timeout.c
1013 test_transport_api_timeout_bluetooth_LDADD = \
1014  libgnunettransport.la \
1015  $(top_builddir)/src/hello/libgnunethello.la \
1016  $(top_builddir)/src/util/libgnunetutil.la \
1017  libgnunettransporttesting.la
1018
1019 test_transport_api_reliability_tcp_nat_SOURCES = \
1020  test_transport_api_reliability.c
1021 test_transport_api_reliability_tcp_nat_LDADD = \
1022  libgnunettransport.la \
1023  $(top_builddir)/src/hello/libgnunethello.la \
1024  $(top_builddir)/src/util/libgnunetutil.la \
1025  libgnunettransporttesting.la
1026
1027 test_transport_api_reliability_bluetooth_SOURCES = \
1028  test_transport_api_reliability.c
1029 test_transport_api_reliability_bluetooth_LDADD = \
1030  libgnunettransport.la \
1031  $(top_builddir)/src/hello/libgnunethello.la \
1032  $(top_builddir)/src/util/libgnunetutil.la \
1033  libgnunettransporttesting.la
1034
1035 test_transport_api_reliability_wlan_SOURCES = \
1036  test_transport_api_reliability.c
1037 test_transport_api_reliability_wlan_LDADD = \
1038  libgnunettransport.la \
1039  $(top_builddir)/src/hello/libgnunethello.la \
1040  $(top_builddir)/src/util/libgnunetutil.la \
1041  libgnunettransporttesting.la
1042
1043 if HAVE_EXPERIMENTAL
1044 test_transport_api_udp_SOURCES = \
1045  test_transport_api.c
1046 test_transport_api_udp_LDADD = \
1047  libgnunettransport.la \
1048  $(top_builddir)/src/hello/libgnunethello.la \
1049  $(top_builddir)/src/util/libgnunetutil.la  \
1050  libgnunettransporttesting.la
1051
1052 test_transport_api_timeout_udp_SOURCES = \
1053  test_transport_api_timeout.c
1054 test_transport_api_timeout_udp_LDADD = \
1055  libgnunettransport.la \
1056  $(top_builddir)/src/hello/libgnunethello.la \
1057  $(top_builddir)/src/util/libgnunetutil.la \
1058  libgnunettransporttesting.la
1059
1060 test_transport_api_udp_nat_SOURCES = \
1061  test_transport_api.c
1062 test_transport_api_udp_nat_LDADD = \
1063  libgnunettransport.la \
1064  $(top_builddir)/src/hello/libgnunethello.la \
1065  $(top_builddir)/src/util/libgnunetutil.la  \
1066  libgnunettransporttesting.la
1067 endif
1068
1069 test_transport_api_unix_SOURCES = \
1070  test_transport_api.c
1071 test_transport_api_unix_LDADD = \
1072  libgnunettransport.la \
1073  $(top_builddir)/src/hello/libgnunethello.la \
1074  $(top_builddir)/src/util/libgnunetutil.la \
1075  libgnunettransporttesting.la
1076
1077 test_transport_api_unix_abstract_SOURCES = \
1078  test_transport_api.c
1079 test_transport_api_unix_abstract_LDADD = \
1080  libgnunettransport.la \
1081  $(top_builddir)/src/hello/libgnunethello.la \
1082  $(top_builddir)/src/util/libgnunetutil.la \
1083  libgnunettransporttesting.la
1084
1085 # HTTP tests
1086 test_transport_api_http_SOURCES = \
1087  test_transport_api.c
1088 test_transport_api_http_LDADD = \
1089  libgnunettransport.la \
1090  $(top_builddir)/src/hello/libgnunethello.la \
1091  $(top_builddir)/src/util/libgnunetutil.la \
1092  libgnunettransporttesting.la
1093
1094 test_transport_api_http_reverse_SOURCES = \
1095  test_transport_api.c
1096 test_transport_api_http_reverse_LDADD = \
1097  libgnunettransport.la \
1098  $(top_builddir)/src/hello/libgnunethello.la \
1099  $(top_builddir)/src/util/libgnunetutil.la \
1100  libgnunettransporttesting.la
1101
1102 test_transport_api_timeout_http_SOURCES = \
1103  test_transport_api_timeout.c
1104 test_transport_api_timeout_http_LDADD = \
1105  libgnunettransport.la \
1106  $(top_builddir)/src/hello/libgnunethello.la \
1107  $(top_builddir)/src/util/libgnunetutil.la \
1108  libgnunettransporttesting.la
1109
1110 test_transport_api_reliability_http_SOURCES = \
1111  test_transport_api_reliability.c
1112 test_transport_api_reliability_http_LDADD = \
1113  libgnunettransport.la \
1114  $(top_builddir)/src/hello/libgnunethello.la \
1115  $(top_builddir)/src/util/libgnunetutil.la \
1116  libgnunettransporttesting.la
1117
1118 test_transport_api_reliability_http_xhr_SOURCES = \
1119  test_transport_api_reliability.c
1120 test_transport_api_reliability_http_xhr_LDADD = \
1121  libgnunettransport.la \
1122  $(top_builddir)/src/hello/libgnunethello.la \
1123  $(top_builddir)/src/util/libgnunetutil.la \
1124  libgnunettransporttesting.la
1125
1126 test_quota_compliance_http_SOURCES = \
1127  test_quota_compliance.c
1128 test_quota_compliance_http_LDADD = \
1129  libgnunettransport.la \
1130  $(top_builddir)/src/hello/libgnunethello.la \
1131  $(top_builddir)/src/ats/libgnunetats.la \
1132  $(top_builddir)/src/nt/libgnunetnt.la \
1133  $(top_builddir)/src/util/libgnunetutil.la \
1134  libgnunettransporttesting.la
1135
1136 test_quota_compliance_http_asymmetric_SOURCES = \
1137  test_quota_compliance.c
1138 test_quota_compliance_http_asymmetric_LDADD = \
1139  libgnunettransport.la \
1140  $(top_builddir)/src/hello/libgnunethello.la \
1141  $(top_builddir)/src/ats/libgnunetats.la \
1142  $(top_builddir)/src/nt/libgnunetnt.la \
1143  $(top_builddir)/src/util/libgnunetutil.la \
1144  libgnunettransporttesting.la
1145
1146 test_quota_compliance_https_SOURCES = \
1147  test_quota_compliance.c
1148 test_quota_compliance_https_LDADD = \
1149  libgnunettransport.la \
1150  $(top_builddir)/src/hello/libgnunethello.la \
1151  $(top_builddir)/src/ats/libgnunetats.la \
1152  $(top_builddir)/src/nt/libgnunetnt.la \
1153  $(top_builddir)/src/util/libgnunetutil.la \
1154  libgnunettransporttesting.la
1155
1156 test_quota_compliance_https_asymmetric_SOURCES = \
1157  test_quota_compliance.c
1158 test_quota_compliance_https_asymmetric_LDADD = \
1159  libgnunettransport.la \
1160  $(top_builddir)/src/hello/libgnunethello.la \
1161  $(top_builddir)/src/ats/libgnunetats.la \
1162  $(top_builddir)/src/nt/libgnunetnt.la \
1163  $(top_builddir)/src/util/libgnunetutil.la \
1164  libgnunettransporttesting.la
1165
1166 # HTTPS tests
1167 test_transport_api_https_SOURCES = \
1168  test_transport_api.c
1169 test_transport_api_https_LDADD = \
1170  libgnunettransport.la \
1171  $(top_builddir)/src/hello/libgnunethello.la \
1172  $(top_builddir)/src/util/libgnunetutil.la  \
1173  libgnunettransporttesting.la
1174
1175 test_transport_api_timeout_https_SOURCES = \
1176  test_transport_api_timeout.c
1177 test_transport_api_timeout_https_LDADD = \
1178  libgnunettransport.la \
1179  $(top_builddir)/src/hello/libgnunethello.la \
1180  $(top_builddir)/src/util/libgnunetutil.la \
1181  libgnunettransporttesting.la
1182
1183
1184 test_transport_api_reliability_https_SOURCES = \
1185  test_transport_api_reliability.c
1186 test_transport_api_reliability_https_LDADD = \
1187  libgnunettransport.la \
1188  $(top_builddir)/src/hello/libgnunethello.la \
1189  $(top_builddir)/src/util/libgnunetutil.la \
1190  libgnunettransporttesting.la
1191
1192 test_transport_api_reliability_https_xhr_SOURCES = \
1193  test_transport_api_reliability.c
1194 test_transport_api_reliability_https_xhr_LDADD = \
1195  libgnunettransport.la \
1196  $(top_builddir)/src/hello/libgnunethello.la \
1197  $(top_builddir)/src/util/libgnunetutil.la \
1198  libgnunettransporttesting.la
1199
1200 test_transport_api_reliability_unix_SOURCES = \
1201  test_transport_api_reliability.c
1202 test_transport_api_reliability_unix_LDADD = \
1203  libgnunettransport.la \
1204  $(top_builddir)/src/hello/libgnunethello.la \
1205  $(top_builddir)/src/util/libgnunetutil.la \
1206  libgnunettransporttesting.la
1207
1208 if HAVE_EXPERIMENTAL
1209 test_transport_api_reliability_udp_SOURCES = \
1210  test_transport_api_reliability.c
1211 test_transport_api_reliability_udp_LDADD = \
1212  libgnunettransport.la \
1213  $(top_builddir)/src/hello/libgnunethello.la \
1214  $(top_builddir)/src/util/libgnunetutil.la \
1215  libgnunettransporttesting.la
1216 endif
1217
1218 if LINUX
1219 test_transport_api_wlan_SOURCES = \
1220  test_transport_api.c
1221 test_transport_api_wlan_LDADD = \
1222  libgnunettransport.la \
1223  $(top_builddir)/src/hello/libgnunethello.la \
1224  $(top_builddir)/src/util/libgnunetutil.la \
1225  libgnunettransporttesting.la
1226 endif
1227
1228 if LINUX
1229 if HAVE_LIBBLUETOOTH
1230 test_transport_api_bluetooth_SOURCES = \
1231  test_transport_api.c
1232 test_transport_api_bluetooth_LDADD = \
1233  libgnunettransport.la \
1234  $(top_builddir)/src/hello/libgnunethello.la \
1235  $(top_builddir)/src/util/libgnunetutil.la \
1236  libgnunettransporttesting.la
1237 endif
1238 endif
1239
1240 test_transport_address_switch_tcp_SOURCES = \
1241  test_transport_address_switch.c
1242 test_transport_address_switch_tcp_LDADD = \
1243  libgnunettransport.la \
1244  $(top_builddir)/src/hello/libgnunethello.la \
1245  $(top_builddir)/src/statistics/libgnunetstatistics.la \
1246  $(top_builddir)/src/util/libgnunetutil.la \
1247  libgnunettransporttesting.la
1248
1249 if HAVE_EXPERIMENTAL
1250 test_transport_address_switch_udp_SOURCES = \
1251  test_transport_address_switch.c
1252 test_transport_address_switch_udp_LDADD = \
1253  libgnunettransport.la \
1254  $(top_builddir)/src/hello/libgnunethello.la \
1255  $(top_builddir)/src/statistics/libgnunetstatistics.la \
1256  $(top_builddir)/src/util/libgnunetutil.la \
1257  libgnunettransporttesting.la
1258 endif
1259
1260  test_transport_address_switch_http_SOURCES = \
1261  test_transport_address_switch.c
1262 test_transport_address_switch_http_LDADD = \
1263  libgnunettransport.la \
1264  $(top_builddir)/src/hello/libgnunethello.la \
1265  $(top_builddir)/src/statistics/libgnunetstatistics.la \
1266  $(top_builddir)/src/util/libgnunetutil.la \
1267  libgnunettransporttesting.la
1268
1269  test_transport_address_switch_https_SOURCES = \
1270  test_transport_address_switch.c
1271 test_transport_address_switch_https_LDADD = \
1272  libgnunettransport.la \
1273  $(top_builddir)/src/hello/libgnunethello.la \
1274  $(top_builddir)/src/statistics/libgnunetstatistics.la \
1275  $(top_builddir)/src/util/libgnunetutil.la \
1276  libgnunettransporttesting.la
1277
1278 test_quota_compliance_tcp_SOURCES = \
1279  test_quota_compliance.c
1280 test_quota_compliance_tcp_LDADD = \
1281  libgnunettransport.la \
1282  $(top_builddir)/src/hello/libgnunethello.la \
1283  $(top_builddir)/src/ats/libgnunetats.la \
1284  $(top_builddir)/src/nt/libgnunetnt.la \
1285  $(top_builddir)/src/util/libgnunetutil.la \
1286  libgnunettransporttesting.la
1287
1288 test_quota_compliance_tcp_asymmetric_SOURCES = \
1289  test_quota_compliance.c
1290 test_quota_compliance_tcp_asymmetric_LDADD = \
1291  libgnunettransport.la \
1292  $(top_builddir)/src/hello/libgnunethello.la \
1293  $(top_builddir)/src/nt/libgnunetnt.la \
1294  $(top_builddir)/src/ats/libgnunetats.la \
1295  $(top_builddir)/src/util/libgnunetutil.la \
1296  libgnunettransporttesting.la
1297
1298 if HAVE_EXPERIMENTAL
1299 test_quota_compliance_udp_SOURCES = \
1300  test_quota_compliance.c
1301 test_quota_compliance_udp_LDADD = \
1302  libgnunettransport.la \
1303  $(top_builddir)/src/hello/libgnunethello.la \
1304  $(top_builddir)/src/ats/libgnunetats.la \
1305  $(top_builddir)/src/nt/libgnunetnt.la \
1306  $(top_builddir)/src/util/libgnunetutil.la \
1307  libgnunettransporttesting.la
1308 endif
1309
1310 test_quota_compliance_unix_SOURCES = \
1311  test_quota_compliance.c
1312 test_quota_compliance_unix_LDADD = \
1313  libgnunettransport.la \
1314  $(top_builddir)/src/hello/libgnunethello.la \
1315  $(top_builddir)/src/ats/libgnunetats.la \
1316  $(top_builddir)/src/nt/libgnunetnt.la \
1317  $(top_builddir)/src/util/libgnunetutil.la \
1318  libgnunettransporttesting.la
1319
1320 test_quota_compliance_unix_asymmetric_SOURCES = \
1321  test_quota_compliance.c
1322 test_quota_compliance_unix_asymmetric_LDADD = \
1323  libgnunettransport.la \
1324  $(top_builddir)/src/hello/libgnunethello.la \
1325  $(top_builddir)/src/ats/libgnunetats.la \
1326  $(top_builddir)/src/nt/libgnunetnt.la \
1327  $(top_builddir)/src/util/libgnunetutil.la \
1328  libgnunettransporttesting.la
1329
1330 test_quota_compliance_wlan_SOURCES = \
1331  test_quota_compliance.c
1332 test_quota_compliance_wlan_LDADD = \
1333  libgnunettransport.la \
1334  $(top_builddir)/src/hello/libgnunethello.la \
1335  $(top_builddir)/src/ats/libgnunetats.la \
1336  $(top_builddir)/src/nt/libgnunetnt.la \
1337  $(top_builddir)/src/util/libgnunetutil.la \
1338  libgnunettransporttesting.la
1339
1340 test_quota_compliance_wlan_asymmetric_SOURCES = \
1341  test_quota_compliance.c
1342 test_quota_compliance_wlan_asymmetric_LDADD = \
1343  libgnunettransport.la \
1344  $(top_builddir)/src/hello/libgnunethello.la \
1345  $(top_builddir)/src/ats/libgnunetats.la \
1346  $(top_builddir)/src/nt/libgnunetnt.la \
1347  $(top_builddir)/src/util/libgnunetutil.la \
1348  libgnunettransporttesting.la
1349
1350 test_quota_compliance_bluetooth_SOURCES = \
1351  test_quota_compliance.c
1352 test_quota_compliance_bluetooth_LDADD = \
1353  libgnunettransport.la \
1354  $(top_builddir)/src/hello/libgnunethello.la \
1355  $(top_builddir)/src/ats/libgnunetats.la \
1356  $(top_builddir)/src/nt/libgnunetnt.la \
1357  $(top_builddir)/src/util/libgnunetutil.la \
1358  libgnunettransporttesting.la
1359
1360 test_quota_compliance_bluetooth_asymmetric_SOURCES = \
1361  test_quota_compliance.c
1362 test_quota_compliance_bluetooth_asymmetric_LDADD = \
1363  libgnunettransport.la \
1364  $(top_builddir)/src/hello/libgnunethello.la \
1365  $(top_builddir)/src/ats/libgnunetats.la \
1366  $(top_builddir)/src/nt/libgnunetnt.la \
1367  $(top_builddir)/src/util/libgnunetutil.la \
1368  libgnunettransporttesting.la
1369
1370 test_transport_api_multi_SOURCES = \
1371  test_transport_api.c
1372 test_transport_api_multi_LDADD = \
1373  libgnunettransport.la \
1374  $(top_builddir)/src/hello/libgnunethello.la \
1375  $(top_builddir)/src/util/libgnunetutil.la \
1376  libgnunettransporttesting.la
1377
1378 test_transport_api_monitor_peers_SOURCES = \
1379  test_transport_api_monitor_peers.c
1380 test_transport_api_monitor_peers_LDADD = \
1381  libgnunettransport.la \
1382  $(top_builddir)/src/hello/libgnunethello.la \
1383  $(top_builddir)/src/util/libgnunetutil.la \
1384  libgnunettransporttesting.la
1385
1386 test_transport_api_slow_ats_SOURCES = \
1387  test_transport_api.c
1388 test_transport_api_slow_ats_LDADD = \
1389  libgnunettransport.la \
1390  $(top_builddir)/src/hello/libgnunethello.la \
1391  $(top_builddir)/src/util/libgnunetutil.la  \
1392  libgnunettransporttesting.la
1393
1394
1395 EXTRA_DIST = \
1396 gnunet-transport-certificate-creation.in \
1397 communicator-unix.conf \
1398 test_plugin_hostkey \
1399 test_plugin_hostkey.ecc \
1400 test_delay \
1401 template_cfg_peer1.conf\
1402 template_cfg_peer2.conf\
1403 test_plugin_transport_data.conf\
1404 test_plugin_transport_data_udp.conf\
1405 test_quota_compliance_data.conf\
1406 test_quota_compliance_http_peer1.conf\
1407 test_quota_compliance_http_peer2.conf\
1408 test_quota_compliance_https_peer1.conf\
1409 test_quota_compliance_https_peer2.conf\
1410 test_quota_compliance_tcp_peer1.conf\
1411 test_quota_compliance_tcp_peer2.conf\
1412 test_quota_compliance_udp_peer1.conf\
1413 test_quota_compliance_udp_peer2.conf\
1414 test_quota_compliance_unix_peer1.conf\
1415 test_quota_compliance_unix_peer2.conf\
1416 test_quota_compliance_wlan_peer1.conf\
1417 test_quota_compliance_wlan_peer2.conf\
1418 test_quota_compliance_bluetooth_peer1.conf\
1419 test_quota_compliance_bluetooth_peer2.conf\
1420 test_quota_compliance_http_asymmetric_peer1.conf\
1421 test_quota_compliance_http_asymmetric_peer2.conf\
1422 test_quota_compliance_https_asymmetric_peer1.conf\
1423 test_quota_compliance_https_asymmetric_peer2.conf\
1424 test_quota_compliance_tcp_asymmetric_peer1.conf\
1425 test_quota_compliance_tcp_asymmetric_peer2.conf\
1426 test_quota_compliance_unix_asymmetric_peer1.conf\
1427 test_quota_compliance_unix_asymmetric_peer2.conf\
1428 test_quota_compliance_wlan_asymmetric_peer1.conf\
1429 test_quota_compliance_wlan_asymmetric_peer2.conf\
1430 test_quota_compliance_bluetooth_asymmetric_peer1.conf\
1431 test_quota_compliance_bluetooth_asymmetric_peer2.conf\
1432 test_transport_api_data.conf\
1433 test_transport_api_blacklisting_tcp_peer1.conf \
1434 test_transport_api_blacklisting_tcp_peer2.conf \
1435 test_transport_api_http_peer1.conf\
1436 test_transport_api_http_peer2.conf\
1437 test_transport_api_https_peer1.conf\
1438 test_transport_api_https_peer2.conf\
1439 test_transport_api_limited_sockets_tcp_peer1.conf\
1440 test_transport_api_limited_sockets_tcp_peer2.conf\
1441 test_transport_api_timeout_tcp_peer1.conf\
1442 test_transport_api_timeout_tcp_peer2.conf\
1443 test_transport_api_multi_peer1.conf\
1444 test_transport_api_multi_peer2.conf\
1445 test_transport_api_restart_1peer_peer1.conf\
1446 test_transport_api_restart_1peer_peer2.conf\
1447 test_transport_api_reliability_http_peer1.conf\
1448 test_transport_api_reliability_http_peer2.conf\
1449 test_transport_api_reliability_https_peer1.conf\
1450 test_transport_api_reliability_https_peer2.conf\
1451 test_transport_api_reliability_tcp_nat_peer1.conf\
1452 test_transport_api_reliability_tcp_nat_peer2.conf\
1453 test_transport_api_reliability_tcp_peer1.conf\
1454 test_transport_api_reliability_tcp_peer2.conf\
1455 test_transport_api_reliability_wlan_peer1.conf\
1456 test_transport_api_reliability_wlan_peer2.conf\
1457 test_transport_api_reliability_bluetooth_peer1.conf\
1458 test_transport_api_reliability_bluetooth_peer2.conf\
1459 test_transport_api_manipulation_send_tcp_peer1.conf\
1460 test_transport_api_manipulation_send_tcp_peer2.conf\
1461 test_transport_api_manipulation_recv_tcp_peer1.conf\
1462 test_transport_api_manipulation_recv_tcp_peer2.conf\
1463 test_transport_api_manipulation_cfg_peer1.conf\
1464 test_transport_api_manipulation_cfg_peer2.conf\
1465 test_transport_api_restart_1peer_peer1.conf\
1466 test_transport_api_restart_1peer_peer2.conf\
1467 test_transport_api_restart_2peers_peer1.conf\
1468 test_transport_api_restart_2peers_peer2.conf\
1469 test_transport_api_tcp_nat_peer1.conf\
1470 test_transport_api_tcp_nat_peer2.conf\
1471 test_transport_api_tcp_peer1.conf\
1472 test_transport_api_tcp_peer2.conf\
1473 test_transport_api_udp_nat_peer1.conf\
1474 test_transport_api_udp_nat_peer2.conf\
1475 test_transport_api_udp_peer1.conf\
1476 test_transport_api_udp_peer2.conf\
1477 test_transport_api_timeout_udp_peer1.conf\
1478 test_transport_api_timeout_udp_peer2.conf\
1479 test_transport_api_unix_peer1.conf\
1480 test_transport_api_unix_peer2.conf\
1481 test_transport_api_unix_abstract_peer1.conf \
1482 test_transport_api_unix_abstract_peer2.conf \
1483 test_transport_api_timeout_unix_peer1.conf\
1484 test_transport_api_timeout_unix_peer2.conf\
1485 test_transport_api_timeout_wlan_peer1.conf \
1486 test_transport_api_timeout_wlan_peer2.conf \
1487 test_transport_api_timeout_bluetooth_peer1.conf\
1488 test_transport_api_timeout_bluetooth_peer2.conf\
1489 test_transport_api_reliability_udp_peer1.conf\
1490 test_transport_api_reliability_udp_peer2.conf\
1491 test_transport_api_reliability_http_xhr_peer1.conf\
1492 test_transport_api_reliability_http_xhr_peer2.conf\
1493 test_transport_api_reliability_https_xhr_peer1.conf\
1494 test_transport_api_reliability_https_xhr_peer2.conf\
1495 test_transport_api_reliability_unix_peer1.conf\
1496 test_transport_api_reliability_unix_peer2.conf\
1497 test_transport_api_reliability_wlan_peer1.conf\
1498 test_transport_api_reliability_wlan_peer2.conf\
1499 test_transport_api_unreliability_wlan_peer1.conf\
1500 test_transport_api_unreliability_wlan_peer2.conf\
1501 test_transport_api_reliability_bluetooth_peer1.conf\
1502 test_transport_api_reliability_bluetooth_peer2.conf\
1503 test_transport_api_wlan_peer1.conf\
1504 test_transport_api_wlan_peer2.conf\
1505 test_transport_api_bluetooth_peer1.conf\
1506 test_transport_api_bluetooth_peer2.conf\
1507 test_transport_api_monitor_peers_peer1.conf\
1508 test_transport_api_monitor_peers_peer2.conf\
1509 test_transport_api_monitor_validation_peer1.conf\
1510 test_transport_api_monitor_validation_peer2.conf\
1511 test_transport_defaults.conf\
1512 test_transport_api_disconnect_tcp_peer1.conf\
1513 test_transport_api_disconnect_tcp_peer2.conf\
1514 test_transport_api_timeout_http_peer1.conf\
1515 test_transport_api_timeout_http_peer2.conf\
1516 test_transport_api_timeout_https_peer1.conf\
1517 test_transport_api_timeout_https_peer2.conf\
1518 test_transport_blacklisting_cfg_peer1.conf \
1519 test_transport_blacklisting_cfg_peer2.conf \
1520 test_transport_blacklisting_cfg_blp_peer1_full.conf\
1521 test_transport_blacklisting_cfg_blp_peer1_plugin.conf \
1522 test_transport_blacklisting_cfg_blp_peer2_full.conf\
1523 test_transport_blacklisting_cfg_blp_peer2_plugin.conf \
1524 test_transport_blacklisting_cfg_blp_peer1_multiple_plugins.conf \
1525 test_transport_blacklisting_cfg_blp_peer2_multiple_plugins.conf \
1526 test_transport_api_http_reverse_peer1.conf \
1527 test_transport_api_http_reverse_peer2.conf \
1528 perf_tcp_peer1.conf \
1529 perf_tcp_peer2.conf \
1530 test_transport_api_slow_ats_peer1.conf \
1531 test_transport_api_slow_ats_peer2.conf \
1532   tcp_connection_legacy.c \
1533   tcp_server_mst_legacy.c \
1534   tcp_server_legacy.c \
1535   tcp_service_legacy.c \
1536 test_communicator_unix_basic_peer1.conf \
1537 test_communicator_unix_basic_peer2.conf \
1538 test_communicator_tcp_basic_peer1.conf \
1539 test_communicator_tcp_basic_peer2.conf \
1540 test_communicator_udp_basic_peer1.conf \
1541 test_communicator_udp_basic_peer2.conf \
1542 test_communicator_tcp_rekey_peer1.conf \
1543 test_communicator_tcp_rekey_peer2.conf \
1544 test_communicator_udp_rekey_peer1.conf \
1545 test_communicator_udp_rekey_peer2.conf \
1546 test_communicator_udp_backchannel_peer1.conf \
1547 test_communicator_udp_backchannel_peer2.conf