summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2021-05-04APPS: Add passphrase handling in the "rsa" and "dsa" commandsRichard Levitte
2021-05-04APPS: Set a default passphrase UI for the "ec" commandRichard Levitte
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 memory leak in load_key_certs_crls() when using stdin.Shane Lontis
2021-04-30Fix CRL app so that stdin works.Shane Lontis
2021-04-30remove end of line whitespacePauli