summaryrefslogtreecommitdiffstats
path: root/INSTALL.md (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-20Update documentation, standard input is expected to be in binary format tooPatrik Sevallius1-2/+1
2022-09-20Use an enum for the return value from a construction functionMatt Caswell7-133/+162
2022-09-20If a ticket key callback returns 0 in TLSv1.3 don't send a ticketMatt Caswell2-22/+64
2022-09-20Test a 0 return from the ticket key callbackMatt Caswell1-13/+43
2022-09-19Fix detection of ktls support in cross-compile environment on LinuxTomas Mraz1-10/+3
2022-09-19Add an EVP demo for AES key wrapDaniel Fiala2-3/+187
2022-09-1680-test_ssl_new.t: make dependencies on CTLOG_FILE and TEST_CERTS_DIR explicitDavid von Oheimb1-4/+9
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb6-30/+89
2022-09-16x509_vpm.c: add missing direct error reporting and improve coding styleDr. David von Oheimb1-40/+42
2022-09-16X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb2-14/+9
2022-09-16Add tests for trace_api.Daniel Fiala4-0/+166
2022-09-16Add documentation and test for EVP_PBE_alg_addDaniel Fiala3-3/+44