summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-29crl: noout is not an output itemTomas Mraz
2021-04-29runchecker: fix no-sock build by conditioning clean up on the NO_SOCK symbol.Pauli
2021-04-28Add X509 version constants.David Benjamin
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-24APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname()Dr. 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-22Remove an unused parameterRich Salz
2021-04-22Read a REQUEST not RESPONSE in ocsp responderRich Salz
2021-04-22Force public key to be included unless explicitly excluded with -no_publicWolf
2021-04-22Update copyright yearMatt Caswell
2021-04-21Use build.info not file-wide ifndefRich Salz
2021-04-21apps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR() failureDr. David von Oheimb
2021-04-20Flip ordering backRich Salz
2021-04-20Fetch before get-by-nameRich Salz
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-19PKCS12 etc.: Add hints on using -legacy and -provider-path optionsDr. David von Oheimb
2021-04-19Avoid more MSVC-specific C runtime library functionsTanzinul Islam
2021-04-19Build resource filesTanzinul Islam
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-17apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...Dr. David von Oheimb
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis
2021-04-15Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz