summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* apps: improve hygeine for SET_EXPECT macroBenjamin Kaduk2021-05-121-8/+8
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-121-10/+23
* apps: make list -help not continue with listingPauli2021-05-121-1/+1
* apps: change list command to only list fetchable algorithms.Pauli2021-05-121-41/+101
* coverity: fix 1484540 resource leakPauli2021-05-121-1/+2
* coverity: fix 1484539 resource leakPauli2021-05-121-1/+2
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-081-29/+6
* apps/mac: Add digest and cipher command line optionsPauli2021-05-081-0/+37
* apps/mac: avoid need for two ^D when using stdin from a terminalPauli2021-05-081-1/+2
* apps: remove initial newline from mac outputPauli2021-05-081-2/+0
* apps: add mac, cipher and digest arguments to the kdf applet.Pauli2021-05-081-0/+44
* Update copyright yearMatt Caswell2021-05-0610-10/+10
* Make the -inform option to be respected if possibleTomas Mraz2021-05-0627-95/+134
* change salt handling, way 1EasySec2021-05-061-33/+41
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-0552-51/+57
* APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb2021-05-055-45/+43
* Fetch cipher-wrap after loading providers.Rich Salz2021-05-051-14/+7
* APPS load_key_certs_crls(): Correct the 'expect' arg calculation for OSSL_STO...Dr. David von Oheimb2021-05-041-18/+16
* apps: Switch to X509_REQ_verify_exPetr Gotthard2021-05-041-1/+2
* APPS: Add passphrase handling in the "rsa" and "dsa" commandsRichard Levitte2021-05-042-0/+28
* APPS: Set a default passphrase UI for the "ec" commandRichard Levitte2021-05-041-0/+3
* APPS: Document the core of the opt_ APIRich Salz2021-05-013-7/+5
* apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard2021-04-305-66/+58
* Fix memory leak in load_key_certs_crls() when using stdin.Shane Lontis2021-04-301-1/+3
* Fix CRL app so that stdin works.Shane Lontis2021-04-305-10/+10
* remove end of line whitespacePauli2021-04-301-2/+2
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-303-18/+38
* crl: noout is not an output itemTomas Mraz2021-04-291-1/+1
* runchecker: fix no-sock build by conditioning clean up on the NO_SOCK symbol.Pauli2021-04-291-0/+2
* Add X509 version constants.David Benjamin2021-04-283-4/+5
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-284-87/+65
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-2410-129/+150
* APPS: Prevent ASAN hickup on idempotent strncpy() in opt_progname()Dr. David von Oheimb2021-04-241-2/+4
* apps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free and add proper free() fu...Dr. David von Oheimb2021-04-223-14/+16
* Remove an unused parameterRich Salz2021-04-221-1/+1
* Read a REQUEST not RESPONSE in ocsp responderRich Salz2021-04-221-1/+1
* Force public key to be included unless explicitly excluded with -no_publicWolf2021-04-221-4/+10
* Update copyright yearMatt Caswell2021-04-222-2/+2
* Use build.info not file-wide ifndefRich Salz2021-04-212-31/+30
* apps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR() failureDr. David von Oheimb2021-04-211-10/+7
* Flip ordering backRich Salz2021-04-201-2/+2
* Fetch before get-by-nameRich Salz2021-04-201-2/+2
* Fetch and free cipher and md'sRich Salz2021-04-2023-53/+88
* PKCS12 etc.: Add hints on using -legacy and -provider-path optionsDr. David von Oheimb2021-04-191-1/+2
* Avoid more MSVC-specific C runtime library functionsTanzinul Islam2021-04-193-3/+3
* Build resource filesTanzinul Islam2021-04-191-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* apps/cmp.c: Fix TLS hostname checking in case -server provides more than host...Dr. David von Oheimb2021-04-171-10/+10
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-1/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-1/+1