aboutsummaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)AuthorFilesLines
2023-08-25Update demos/tutorial to distinguish between stream and connection errorsMatt Caswell2-12/+81
2023-08-25Add some additional comments to the demosMatt Caswell2-0/+4
2023-08-25Add a QUIC multi-stream client demoMatt Caswell4-4/+373
2023-08-25Update the desciption of shutdown in the QUIC client blocking tutorialMatt Caswell1-1/+3
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau1-1/+1
2023-07-01Fix new typo found by codespell in demoDimitri Papadopoulos1-2/+2
2023-06-28Add a non-blocking QUIC client demoMatt Caswell3-8/+308
2023-06-18Fix new typos found by codespellDimitri Papadopoulos1-2/+2
2023-06-14Fix minor issues in the demo/man pages for TLS client/blockingMatt Caswell1-3/+1
2023-06-14Add a very simple blocking TLS client demoMatt Caswell2-0/+289
2023-04-24Fixup demo exit status magic numbersslontis47-249/+238
2023-04-06Ignore SIGPIPE if client closes connection abruptlyVishwa Pravin1-0/+6
2023-03-21Add Argon2 KDF demo.Milan Broz2-2/+156
2023-03-15demo: Fix makefile targetPauli1-1/+1
2022-12-22Add Demos for DSA params/DSA keygen.slontis7-5/+621
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala1-1/+1
2022-11-22Add an EVP signature demo using DSADaniel Fiala4-4/+322
2022-11-11demos/mac/cmac-aes256: Clarify the cipher algorithm usedTomas Mraz1-1/+1
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY1-1/+1
2022-09-19Add an EVP demo for AES key wrapDaniel Fiala2-3/+187
2022-09-09Add an EVP demo for key encoding using ECDaniel Fiala2-3/+208
2022-07-13Add an EVP demo for CMACDaniel Fiala2-3/+158
2022-07-11Add an EVP demo for HMACDaniel Fiala2-2/+169
2022-05-06fix for sslecho in demos echoing garbage #18165philippe lhardy1-5/+9
2022-05-03Update copyright yearMatt Caswell3-3/+3
2022-04-12Added Simple SSL Echo Client/Server to demos.bobwirka7-0/+485
2022-03-21Add EVP RSA key encode/decode demoHugo Landau3-0/+225
2022-03-14Add EVP demo for SIPHASHHugo Landau2-0/+130
2022-03-14Add EVP demo for RSA key generationHugo Landau4-4/+297
2022-03-10Drop ariacbc demo binaryTomas Mraz1-0/+0
2022-03-07Add EVP demos for RSA-PSS signing and verificationHugo Landau5-3/+656
2022-03-07Add EVP demo for Poly1305 demonstrating Poly1305-AESHugo Landau3-0/+233
2022-03-07Add demo for ARIA-256-CBC.Daniel4-3/+183
2022-03-04EVP demo for XOF digest using SHAKE256Hugo Landau3-3/+137
2022-03-04Add EVP demo for X25519 key exchangeHugo Landau1-0/+278
2022-01-18demo: remove end of line whitespacePauli1-1/+1
2022-01-05Fix typosDimitris Apostolou1-1/+1
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb4-10/+10
2021-12-17X509_STORE_new: memory needs to be freedPeiwei Hu2-10/+17
2021-11-16EVP_DigestVerifyFinal: fix test function and invocationPeiwei Hu1-1/+1
2021-11-16Add RSA encrypt demoShane Lontis4-0/+407
2021-10-28fix some code with obvious wrong coding stylex20183-10/+10
2021-08-04Add config_diagnostics to our configuration files.Pauli5-0/+22
2021-07-30demo: add GMAC demonstration programPauli2-0/+148
2021-07-20demos: update readme file with pbkdf2 and scrypt examples.Pauli1-0/+2
2021-07-20demos: add Makefile support for pbkdf2 and scrypt KDF demosPauli1-2/+4
2021-07-20demo: add scrypt demonstration programPauli1-0/+120
2021-07-20demo: add pbkdf2 demonstration programPauli1-0/+117
2021-07-13Remove executable mode attributes of non-executable filesTianjia Zhang2-0/+0
2021-06-18Add demo for HKDFMarek3-0/+127