summaryrefslogtreecommitdiff
path: root/apps/include
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-034-4/+4
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-101-3/+4
* Add tests for do_updatedbArmin Fuerst2022-02-141-1/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix copyrightsTodd Short2022-02-031-2/+2
* apps: Add option -no_ems to s_client/s_server appsyangyangtiantianlonglong2022-01-281-3/+7
* Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville2022-01-211-0/+3
* APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb2022-01-111-0/+2
* Fix typosDimitris Apostolou2022-01-051-1/+1
* CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb2022-01-041-0/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-0/+2
* x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi2021-11-241-2/+2
* Fix HTTP server port output and allow dynamic verbosity settingDr. David von Oheimb2021-11-222-14/+16
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-0/+1
* X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb2021-11-111-0/+1
* Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper2021-11-021-0/+4
* APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb2021-08-251-1/+1
* apps: add query to allow a command to know of a provider command line option ...Pauli2021-07-121-0/+5
* APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte2021-06-221-11/+2
* Update copyright yearMatt Caswell2021-06-173-3/+3
* apps: limit get_cipher() to not return AEAD or XTS ciphersPauli2021-06-161-0/+1
* Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy2021-06-151-3/+6
* Remove "-immedate_renegotiation" optionRich Salz2021-06-151-3/+1
* apps: move global libctx and property query into their own filePauli2021-06-151-0/+2
* add libctx and property query to fetch functionsPauli2021-06-152-6/+19
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-0/+1
* Fix s_server app to not report an error when using a non DH certificate.Shane Lontis2021-06-101-0/+3
* 80-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb2021-06-091-1/+1
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-2/+2
* Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb2021-05-251-0/+3
* APPS: Allow duplicate entries in options list, marking them OPT_DUPDr. David von Oheimb2021-05-201-0/+1
* APPS: Allow non-option parameters appear anywhere in list, marking them OPT_P...Dr. David von Oheimb2021-05-201-0/+2
* VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte2021-05-202-0/+48
* CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb2021-05-201-0/+35
* Update copyright yearMatt Caswell2021-05-201-1/+1
* apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb2021-05-181-4/+4
* Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz2021-05-171-2/+8
* APPS: Make the cmp Mock server output the accept address and portRichard Levitte2021-05-161-0/+1
* HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb2021-05-141-0/+1
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-5/+10
* HTTP test server: Improve connection management and loggingDr. David von Oheimb2021-05-141-3/+5
* Update copyright yearMatt Caswell2021-05-061-1/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-7/+8
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-0/+2
* APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb2021-05-051-24/+28
* APPS: Document the core of the opt_ APIRich Salz2021-05-012-4/+2
* apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard2021-04-301-3/+3
* Fix CRL app so that stdin works.Shane Lontis2021-04-301-1/+1