summaryrefslogtreecommitdiff
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the demos/README file because it is really old. New demos should provi...Paul Nelson2021-03-065-6/+481
* Update copyright yearMatt Caswell2020-08-061-1/+1
* Fix certificate validation for IPv6 literals in sconnect demoDavid Woodhouse2020-08-031-8/+7
* Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb2020-07-051-1/+1
* Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb2020-07-053-5/+1
* Cleanup cert config files for testsRich Salz2020-06-032-12/+0
* Update copyright yearMatt Caswell2020-04-232-2/+2
* pkcs12 demo: output correct file names on error.ning2020-03-132-2/+2
* Remove RANDFILE settings from configuration filesDr. Matthias St. Pierre2019-11-242-2/+0