summaryrefslogtreecommitdiffstats
path: root/demos (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid leaking memory when realloc failsFrederik Wedel-Heinen2025-01-031-0/+2
* Change "a SSL" to "an SSL"Andrew Dinh2024-11-132-2/+2
* Remove sslkeylog file setup from quic-hq-interopNeil Horman2024-10-301-97/+0
* Add SSL_CIPHER_SUITES env variable to quic-hq-interopNeil Horman2024-10-041-0/+12
* review fixups for quic-hq-interopNeil Horman2024-09-131-24/+39
* Clean up style issuesNeil Horman2024-09-132-118/+158
* Adding more documentationNeil Horman2024-09-131-9/+126
* Do batching of stream requestsNeil Horman2024-09-131-71/+151
* support polling of multiple streamsNeil Horman2024-09-131-50/+99
* Add lots of docsNeil Horman2024-09-131-8/+210
* Adding session resume support to hq-interopNeil Horman2024-09-131-0/+75
* Adding an hq-interop alpn clientNeil Horman2024-09-133-1/+574
* Fix inaccurate comment about default nonce length in demos/cipher/aesccm.cAlessandro Chitarrini2024-09-051-1/+1
* Copyright year updatesTomas Mraz2024-09-0514-14/+14
* unnecessary whitespace before a quoted newlineDimitri Papadopoulos2024-07-221-1/+1
* Remove trailing whitespaceDimitri Papadopoulos2024-07-224-6/+6
* MVP demo TLS serverViktor Dukhovni2024-06-182-2/+294
* signal.h included two timesPiotrBzdrega2024-05-221-1/+0
* Augment README.md in top level to indicate Makefile presenceNeil Horman2024-04-121-0/+4
* disable http3 demo on windowsNeil Horman2024-04-121-2/+4
* make addr_len the right sign in sslechoNeil Horman2024-04-121-0/+4
* Replace getline with fgets in sslecho demoNeil Horman2024-04-121-10/+9
* dont include unistd.h on windows for sslechoNeil Horman2024-04-121-4/+11
* Don't include unistd.h in sconnect for windowsNeil Horman2024-04-121-1/+6
* Fix signal handling in saccept for windowsNeil Horman2024-04-121-0/+4
* Fix warnings found by clang in CINeil Horman2024-04-129-16/+16
* fix all the warnings in our demos and make them enableableNeil Horman2024-04-1213-31/+41
* Convert demos to primary build systemNeil Horman2024-04-1218-2/+420
* Add demo for ECDH key exchangeslontis2024-04-093-2/+227
* Copyright year updatesMatt Caswell2024-04-094-4/+4
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Replace size_t with int and add the check for the EVP_MD_get_size()Jiasheng Jiang2024-03-251-1/+6
* Replace unsigned with intJiasheng Jiang2024-03-252-2/+2
* fix demos/sslecho/main.c so it builds on OpenBSD toosashan2024-03-251-0/+1
* demos/http3: Use `SSL_write_ex2()` together with `SSL_WRITE_FLAG_CONCLUDE`Alexandr Nedvedicky2024-03-012-8/+10
* demos: fix cert scriptsJames Muir2023-12-295-55/+84
* augment quic demos to support ipv4/6 connectionsNeil Horman2023-11-215-35/+87
* demos: tidy up makefiles, fix warningsJames Muir2023-11-1537-202/+314
* cms demos: print signingTime attributesJames Muir2023-11-105-1/+88
* quic http3 demo: minor updatesJames Muir2023-11-082-5/+12
* Update the README with information about how to run the QUIC demosMatt Caswell2023-11-021-0/+28
* Update the QUIC demos to accept hostname/port on the command lineMatt Caswell2023-11-023-51/+90
* Extend the README to describe how to run the TLS demosMatt Caswell2023-11-025-1/+128
* Amend the TLS demos to accept hostname/port as an argumentMatt Caswell2023-11-022-32/+54
* Add a separate README for the guide demosMatt Caswell2023-10-301-0/+15
* Update to the demos README fileMatt Caswell2023-10-301-10/+25
* quic: documentation and demo nitsJames Muir2023-10-253-7/+9
* Create hierarchical demo Makefile.slontis2023-10-2512-27/+136
* Fix markdownHugo Landau2023-10-191-1/+1
* Add SNIHugo Landau2023-10-191-0/+4