summaryrefslogtreecommitdiffstats
path: root/demos
AgeCommit message (Expand)Author
2024-04-12Augment README.md in top level to indicate Makefile presenceNeil Horman
2024-04-12disable http3 demo on windowsNeil Horman
2024-04-12make addr_len the right sign in sslechoNeil Horman
2024-04-12Replace getline with fgets in sslecho demoNeil Horman
2024-04-12dont include unistd.h on windows for sslechoNeil Horman
2024-04-12Don't include unistd.h in sconnect for windowsNeil Horman
2024-04-12Fix signal handling in saccept for windowsNeil Horman
2024-04-12Fix warnings found by clang in CINeil Horman
2024-04-12fix all the warnings in our demos and make them enableableNeil Horman
2024-04-12Convert demos to primary build systemNeil Horman
2024-04-09Add demo for ECDH key exchangeslontis
2024-04-09Copyright year updatesMatt Caswell
2024-04-09Copyright year updatesRichard Levitte
2024-03-25Replace size_t with int and add the check for the EVP_MD_get_size()Jiasheng Jiang
2024-03-25Replace unsigned with intJiasheng Jiang
2024-03-25fix demos/sslecho/main.c so it builds on OpenBSD toosashan
2024-03-01demos/http3: Use `SSL_write_ex2()` together with `SSL_WRITE_FLAG_CONCLUDE`Alexandr Nedvedicky
2023-12-29demos: fix cert scriptsJames Muir
2023-11-21augment quic demos to support ipv4/6 connectionsNeil Horman
2023-11-15demos: tidy up makefiles, fix warningsJames Muir
2023-11-10cms demos: print signingTime attributesJames Muir
2023-11-08quic http3 demo: minor updatesJames Muir
2023-11-02Update the README with information about how to run the QUIC demosMatt Caswell
2023-11-02Update the QUIC demos to accept hostname/port on the command lineMatt Caswell
2023-11-02Extend the README to describe how to run the TLS demosMatt Caswell
2023-11-02Amend the TLS demos to accept hostname/port as an argumentMatt Caswell
2023-10-30Add a separate README for the guide demosMatt Caswell
2023-10-30Update to the demos README fileMatt Caswell
2023-10-25quic: documentation and demo nitsJames Muir
2023-10-25Create hierarchical demo Makefile.slontis
2023-10-19Fix markdownHugo Landau
2023-10-19Add SNIHugo Landau
2023-10-19RenameHugo Landau
2023-10-19Add link to nghttp3Hugo Landau
2023-10-19Add copyright headersHugo Landau
2023-10-19QUIC: Add comments to HTTP/3 demoHugo Landau
2023-10-19QUIC: Add HTTP/3 demo using nghttp3Hugo Landau
2023-09-11Bad function definitionDimitri Papadopoulos
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-08Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell
2023-09-08Add a missing call to BIO_closesocket()Matt Caswell
2023-09-08Expand the explanation of how to go and do useful work in non-blockingMatt Caswell
2023-09-08Add a new guide page on writing a non-blocking QUIC clientMatt Caswell
2023-09-08Add a QUIC non-blocking demoMatt Caswell
2023-09-08Add a TLS non-blocking demoMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-09-01Add ED25519 Signature demo.slontis
2023-08-28Fix a bad merge in quic-multi-stream.c demoMatt Caswell
2023-08-25Update demos/tutorial to distinguish between stream and connection errorsMatt Caswell
2023-08-25Add some additional comments to the demosMatt Caswell