summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2021-05-20apps/cms: Clean up order of options in help output and documentationDr. 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-20DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistencyDr. David von Oheimb
2021-05-20CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb
2021-05-20apps/cmp.c: Move CMP server code portion to separate functionDr. David von Oheimb
2021-05-20Update copyright yearMatt Caswell
2021-05-20app: add a -store_loaders option to list.Pauli
2021-05-20Complete 'no-sock' guards in apps/ocsp.cRichard Levitte
2021-05-19Make apps/progs.pl not look at apps/progs.cRichard Levitte
2021-05-19apps/list: Remove obsolete -missing-help optionDr. David von Oheimb
2021-05-19Tweak apps/build.info for VMSRichard Levitte
2021-05-19apps/cms.c: Simplify make_receipt_request() and load_content_info(()Dr. David von Oheimb
2021-05-19apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-18DOC: Fix nits found by improved find-doc-nits -cDr. David von Oheimb
2021-05-18find-doc-nits: Make -c option (cmd-nits) independent of app build and executionDr. David von Oheimb
2021-05-18apps/s_server: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-18apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-18Add -quiet flag to genpkeyRich Salz
2021-05-18apps: use else if when checking for headers in the http server codePauli
2021-05-18apps: clean up the http server codePauli
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-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb
2021-05-14http_client.c: Rename internal fields and functions for consistencyDr. David von Oheimb
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-14CMP test server: Extend error reporting on cert rejected for revocationDr. David von Oheimb
2021-05-14HTTP test server: Improve connection management and loggingDr. David von Oheimb
2021-05-12apps: improve hygeine for SET_EXPECT macroBenjamin Kaduk
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-12apps: make list -help not continue with listingPauli
2021-05-12apps: change list command to only list fetchable algorithms.Pauli
2021-05-12coverity: fix 1484540 resource leakPauli
2021-05-12coverity: fix 1484539 resource leakPauli
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-08apps/mac: Add digest and cipher command line optionsPauli
2021-05-08apps/mac: avoid need for two ^D when using stdin from a terminalPauli
2021-05-08apps: remove initial newline from mac outputPauli
2021-05-08apps: add mac, cipher and digest arguments to the kdf applet.Pauli
2021-05-06Update copyright yearMatt Caswell
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-06change salt handling, way 1EasySec
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-05Fetch cipher-wrap after loading providers.Rich Salz
2021-05-04APPS load_key_certs_crls(): Correct the 'expect' arg calculation for OSSL_STO...Dr. David von Oheimb
2021-05-04apps: Switch to X509_REQ_verify_exPetr Gotthard