summaryrefslogtreecommitdiffstats
path: root/demos/sslecho
AgeCommit message (Expand)Author
2024-05-22signal.h included two timesPiotrBzdrega
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-12fix all the warnings in our demos and make them enableableNeil Horman
2024-04-12Convert demos to primary build systemNeil Horman
2024-04-09Copyright year updatesMatt Caswell
2024-03-25fix demos/sslecho/main.c so it builds on OpenBSD toosashan
2023-11-15demos: tidy up makefiles, fix warningsJames Muir
2023-10-25Create hierarchical demo Makefile.slontis
2023-09-11Bad function definitionDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-04-24Fixup demo exit status magic numbersslontis
2023-04-06Ignore SIGPIPE if client closes connection abruptlyVishwa Pravin
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-05-06fix for sslecho in demos echoing garbage #18165philippe lhardy
2022-04-12Added Simple SSL Echo Client/Server to demos.bobwirka