summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2021-06-01req: fix Coverity 1485137 Explicit null dereferencePauli
2021-05-29apps/ocsp: Allow -port 0Dr. David von Oheimb
2021-05-29apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...Dr. David von Oheimb
2021-05-27APPS req: Extend the -keyout option to be respected also with -keyDr. David von Oheimb
2021-05-27DOC: Improve description of 'req' app: -new, -newkey, and -keyout optionsDr. David von Oheimb
2021-05-27Use "" for include internal/xxxRich Salz
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-26apps: Fix the mismatch of SM2 keys keymgmtTianjia Zhang
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-25Fix 'openssl req' to be able to use provided keytypesRichard Levitte
2021-05-25Add fipsinstall option to run self test KATS on module loadShane Lontis
2021-05-24openssl srp: make index.txt parsing error more verboseFlorian Mickler
2021-05-24openssl ocsp: make index.txt parsing error more verboseFlorian Mickler
2021-05-24openssl ca: make index.txt parsing error more verboseFlorian Mickler
2021-05-22apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb
2021-05-22apps/cms: Simplify handling of encerts; add warning if they are ignoredDr. David von Oheimb
2021-05-22VMS: don't use app_malloc() in apps/lib/vms_decc_argv.cRichard Levitte
2021-05-21HMAC doesn't work with a default digestDmitry Belyavskiy
2021-05-21apps: Cleanup useless bio_open_default() calls for key inputTomas Mraz
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