summaryrefslogtreecommitdiffstats
path: root/examples/tests/config.ini.in
blob: 2d15dbb4838c358ecba163114215956435716eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[ngtcp2]
version = @PACKAGE_VERSION@
examples = @EXAMPLES_ENABLED@

[crypto]
openssl = @have_openssl@
gnutls = @have_gnutls@
boringssl = @have_boringssl@
picotls = @have_picotls@
wolfssl = @have_wolfssl@

[examples]
port = 4433
openssl = @EXAMPLES_OPENSSL@
gnutls = @EXAMPLES_GNUTLS@
boringssl = @EXAMPLES_BORINGSSL@
picotls = @EXAMPLES_PICOTLS@
wolfssl = @EXAMPLES_WOLFSSL@

[clients]
openssl = client
gnutls = gtlsclient
boringssl = bsslclient
picotls = ptlsclient
wolfssl = wsslclient

[servers]
openssl = server
gnutls = gtlsserver
boringssl = bsslserver
picotls = ptlsserver
wolfssl = wsslserver