summaryrefslogtreecommitdiffstats
path: root/demos
AgeCommit message (Expand)Author
2023-08-25Add a QUIC multi-stream client demoMatt Caswell
2023-08-25Update the desciption of shutdown in the QUIC client blocking tutorialMatt Caswell
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-07-01Fix new typo found by codespell in demoDimitri Papadopoulos
2023-06-28Add a non-blocking QUIC client demoMatt Caswell
2023-06-18Fix new typos found by codespellDimitri Papadopoulos
2023-06-14Fix minor issues in the demo/man pages for TLS client/blockingMatt Caswell
2023-06-14Add a very simple blocking TLS client demoMatt Caswell
2023-04-24Fixup demo exit status magic numbersslontis
2023-04-06Ignore SIGPIPE if client closes connection abruptlyVishwa Pravin
2023-03-21Add Argon2 KDF demo.Milan Broz
2023-03-15demo: Fix makefile targetPauli
2022-12-22Add Demos for DSA params/DSA keygen.slontis
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-11-22Add an EVP signature demo using DSADaniel Fiala
2022-11-11demos/mac/cmac-aes256: Clarify the cipher algorithm usedTomas Mraz
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-09-19Add an EVP demo for AES key wrapDaniel Fiala
2022-09-09Add an EVP demo for key encoding using ECDaniel Fiala
2022-07-13Add an EVP demo for CMACDaniel Fiala
2022-07-11Add an EVP demo for HMACDaniel Fiala
2022-05-06fix for sslecho in demos echoing garbage #18165philippe lhardy
2022-05-03Update copyright yearMatt Caswell
2022-04-12Added Simple SSL Echo Client/Server to demos.bobwirka
2022-03-21Add EVP RSA key encode/decode demoHugo Landau
2022-03-14Add EVP demo for SIPHASHHugo Landau
2022-03-14Add EVP demo for RSA key generationHugo Landau
2022-03-10Drop ariacbc demo binaryTomas Mraz
2022-03-07Add EVP demos for RSA-PSS signing and verificationHugo Landau
2022-03-07Add EVP demo for Poly1305 demonstrating Poly1305-AESHugo Landau
2022-03-07Add demo for ARIA-256-CBC.Daniel
2022-03-04EVP demo for XOF digest using SHAKE256Hugo Landau
2022-03-04Add EVP demo for X25519 key exchangeHugo Landau
2022-01-18demo: remove end of line whitespacePauli
2022-01-05Fix typosDimitris Apostolou
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-17X509_STORE_new: memory needs to be freedPeiwei Hu
2021-11-16EVP_DigestVerifyFinal: fix test function and invocationPeiwei Hu
2021-11-16Add RSA encrypt demoShane Lontis
2021-10-28fix some code with obvious wrong coding stylex2018
2021-08-04Add config_diagnostics to our configuration files.Pauli
2021-07-30demo: add GMAC demonstration programPauli
2021-07-20demos: update readme file with pbkdf2 and scrypt examples.Pauli
2021-07-20demos: add Makefile support for pbkdf2 and scrypt KDF demosPauli
2021-07-20demo: add scrypt demonstration programPauli
2021-07-20demo: add pbkdf2 demonstration programPauli
2021-07-13Remove executable mode attributes of non-executable filesTianjia Zhang
2021-06-18Add demo for HKDFMarek
2021-06-03Add an EVP demo for signatures using ECyuechen-chen
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz