aboutsummaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)AuthorFilesLines
7 daysMVP demo TLS serverViktor Dukhovni2-2/+294
2024-05-22signal.h included two timesPiotrBzdrega1-1/+0
2024-04-12Augment README.md in top level to indicate Makefile presenceNeil Horman1-0/+4
2024-04-12disable http3 demo on windowsNeil Horman1-2/+4
2024-04-12make addr_len the right sign in sslechoNeil Horman1-0/+4
2024-04-12Replace getline with fgets in sslecho demoNeil Horman1-10/+9
2024-04-12dont include unistd.h on windows for sslechoNeil Horman1-4/+11
2024-04-12Don't include unistd.h in sconnect for windowsNeil Horman1-1/+6
2024-04-12Fix signal handling in saccept for windowsNeil Horman1-0/+4
2024-04-12Fix warnings found by clang in CINeil Horman9-16/+16
2024-04-12fix all the warnings in our demos and make them enableableNeil Horman13-31/+41
2024-04-12Convert demos to primary build systemNeil Horman18-2/+420
2024-04-09Add demo for ECDH key exchangeslontis3-2/+227
2024-04-09Copyright year updatesMatt Caswell4-4/+4
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-03-25Replace size_t with int and add the check for the EVP_MD_get_size()Jiasheng Jiang1-1/+6
2024-03-25Replace unsigned with intJiasheng Jiang2-2/+2
2024-03-25fix demos/sslecho/main.c so it builds on OpenBSD toosashan1-0/+1
2024-03-01demos/http3: Use `SSL_write_ex2()` together with `SSL_WRITE_FLAG_CONCLUDE`Alexandr Nedvedicky2-8/+10
2023-12-29demos: fix cert scriptsJames Muir5-55/+84
2023-11-21augment quic demos to support ipv4/6 connectionsNeil Horman5-35/+87
2023-11-15demos: tidy up makefiles, fix warningsJames Muir37-202/+314
2023-11-10cms demos: print signingTime attributesJames Muir5-1/+88
2023-11-08quic http3 demo: minor updatesJames Muir2-5/+12
2023-11-02Update the README with information about how to run the QUIC demosMatt Caswell1-0/+28
2023-11-02Update the QUIC demos to accept hostname/port on the command lineMatt Caswell3-51/+90
2023-11-02Extend the README to describe how to run the TLS demosMatt Caswell5-1/+128
2023-11-02Amend the TLS demos to accept hostname/port as an argumentMatt Caswell2-32/+54
2023-10-30Add a separate README for the guide demosMatt Caswell1-0/+15
2023-10-30Update to the demos README fileMatt Caswell1-10/+25
2023-10-25quic: documentation and demo nitsJames Muir3-7/+9
2023-10-25Create hierarchical demo Makefile.slontis12-27/+136
2023-10-19Fix markdownHugo Landau1-1/+1
2023-10-19Add SNIHugo Landau1-0/+4
2023-10-19RenameHugo Landau3-120/+139
2023-10-19Add link to nghttp3Hugo Landau1-1/+6
2023-10-19Add copyright headersHugo Landau3-0/+24
2023-10-19QUIC: Add comments to HTTP/3 demoHugo Landau2-6/+153
2023-10-19QUIC: Add HTTP/3 demo using nghttp3Hugo Landau4-0/+855
2023-09-11Bad function definitionDimitri Papadopoulos1-1/+1
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos3-4/+4
2023-09-08Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell5-10/+19
2023-09-08Add a missing call to BIO_closesocket()Matt Caswell3-0/+3
2023-09-08Expand the explanation of how to go and do useful work in non-blockingMatt Caswell3-6/+31
2023-09-08Add a new guide page on writing a non-blocking QUIC clientMatt Caswell1-8/+12
2023-09-08Add a QUIC non-blocking demoMatt Caswell3-3/+394
2023-09-08Add a TLS non-blocking demoMatt Caswell2-2/+344
2023-09-07Copyright year updatesMatt Caswell47-47/+47
2023-09-01Add ED25519 Signature demo.slontis3-6/+221
2023-08-28Fix a bad merge in quic-multi-stream.c demoMatt Caswell1-1/+1