summaryrefslogtreecommitdiffstats
path: root/apps/include
AgeCommit message (Expand)Author
2023-05-30Update copyright yearTomas Mraz
2023-04-18cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb
2022-12-01Update copyright yearTomas Mraz
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-11-11Move e_os.h to include/internalRichard Levitte
2022-11-09Fix typosDimitris Apostolou
2022-11-09Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper
2022-10-11Update copyright yearMatt Caswell
2022-09-20apps/ciphers.h: Ensure ossl_assert() is properly declaredRichard Levitte
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-02-03Fix copyrightsTodd Short
2021-08-25APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb
2021-07-12apps: add query to allow a command to know of a provider command line option ...Pauli
2021-06-22APPS: Make fallback opt_[u]intmax() implementations based on longRichard Levitte
2021-06-17Update copyright yearMatt Caswell
2021-06-16apps: limit get_cipher() to not return AEAD or XTS ciphersPauli
2021-06-15Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy
2021-06-15Remove "-immedate_renegotiation" optionRich Salz
2021-06-15apps: move global libctx and property query into their own filePauli
2021-06-15add libctx and property query to fetch functionsPauli
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-10Fix s_server app to not report an error when using a non DH certificate.Shane Lontis
2021-06-0980-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-20APPS: Allow duplicate entries in options list, marking them OPT_DUPDr. David von Oheimb
2021-05-20APPS: Allow non-option parameters appear anywhere in list, marking them OPT_P...Dr. David von Oheimb
2021-05-20VMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more placesRichard Levitte
2021-05-20CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb
2021-05-20Update copyright yearMatt Caswell
2021-05-18apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-16APPS: Make the cmp Mock server output the accept address and portRichard Levitte
2021-05-14HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-14HTTP test server: Improve connection management and loggingDr. David von Oheimb
2021-05-06Update copyright yearMatt Caswell
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb
2021-05-01APPS: Document the core of the opt_ APIRich Salz
2021-04-30apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard
2021-04-30Fix CRL app so that stdin works.Shane Lontis
2021-04-28Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb
2021-04-22apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() fu...Dr. David von Oheimb
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-04-09apps: fix warning about size_t / int conversionArmin Fuerst
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz