summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* Fixup demo exit status magic numbersslontis2023-04-2447-249/+238
* Ignore SIGPIPE if client closes connection abruptlyVishwa Pravin2023-04-061-0/+6
* Add Argon2 KDF demo.Milan Broz2023-03-212-2/+156
* demo: Fix makefile targetPauli2023-03-151-1/+1
* Add Demos for DSA params/DSA keygen.slontis2022-12-227-5/+621
* Replace "a RSA" with "an RSA"Daniel Fiala2022-12-071-1/+1
* Add an EVP signature demo using DSADaniel Fiala2022-11-224-4/+322
* demos/mac/cmac-aes256: Clarify the cipher algorithm usedTomas Mraz2022-11-111-1/+1
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Add an EVP demo for AES key wrapDaniel Fiala2022-09-192-3/+187
* Add an EVP demo for key encoding using ECDaniel Fiala2022-09-092-3/+208
* Add an EVP demo for CMACDaniel Fiala2022-07-132-3/+158
* Add an EVP demo for HMACDaniel Fiala2022-07-112-2/+169
* fix for sslecho in demos echoing garbage #18165philippe lhardy2022-05-061-5/+9
* Update copyright yearMatt Caswell2022-05-033-3/+3
* Added Simple SSL Echo Client/Server to demos.bobwirka2022-04-127-0/+485
* Add EVP RSA key encode/decode demoHugo Landau2022-03-213-0/+225
* Add EVP demo for SIPHASHHugo Landau2022-03-142-0/+130
* Add EVP demo for RSA key generationHugo Landau2022-03-144-4/+297
* Drop ariacbc demo binaryTomas Mraz2022-03-101-0/+0
* Add EVP demos for RSA-PSS signing and verificationHugo Landau2022-03-075-3/+656
* Add EVP demo for Poly1305 demonstrating Poly1305-AESHugo Landau2022-03-073-0/+233
* Add demo for ARIA-256-CBC.Daniel2022-03-074-3/+183
* EVP demo for XOF digest using SHAKE256Hugo Landau2022-03-043-3/+137
* Add EVP demo for X25519 key exchangeHugo Landau2022-03-041-0/+278
* demo: remove end of line whitespacePauli2022-01-181-1/+1
* Fix typosDimitris Apostolou2022-01-051-1/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-214-10/+10
* X509_STORE_new: memory needs to be freedPeiwei Hu2021-12-172-10/+17
* EVP_DigestVerifyFinal: fix test function and invocationPeiwei Hu2021-11-161-1/+1
* Add RSA encrypt demoShane Lontis2021-11-164-0/+407
* fix some code with obvious wrong coding stylex20182021-10-283-10/+10
* Add config_diagnostics to our configuration files.Pauli2021-08-045-0/+22
* demo: add GMAC demonstration programPauli2021-07-302-0/+148
* demos: update readme file with pbkdf2 and scrypt examples.Pauli2021-07-201-0/+2
* demos: add Makefile support for pbkdf2 and scrypt KDF demosPauli2021-07-201-2/+4
* demo: add scrypt demonstration programPauli2021-07-201-0/+120
* demo: add pbkdf2 demonstration programPauli2021-07-201-0/+117
* Remove executable mode attributes of non-executable filesTianjia Zhang2021-07-132-0/+0
* Add demo for HKDFMarek2021-06-183-0/+127
* Add an EVP demo for signatures using ECyuechen-chen2021-06-034-0/+334
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-013-5/+5
* Fixes #14103 & #14102. Update AES demos with error handling and EVP fetchJon Spillett2021-05-316-248/+470
* Add demo for EC keygenShane Lontis2021-05-273-8/+186
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Fix typo in aesccm.cNan Xiao2021-04-181-1/+1
* demos: Add clean target for bio/MakefileNan Xiao2021-04-161-0/+3
* Update copyright yearMatt Caswell2021-04-082-2/+2
* Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao2021-04-072-6/+0
* Remove unnecessary BIO_do_handshake()sNan Xiao2021-04-012-12/+0