summaryrefslogtreecommitdiffstats
path: root/apps/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-221-1/+1
* 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-201-4/+10
* 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-192-2/+2
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-1/+1
* APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb2021-04-141-0/+3
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-5/+6
* apps: call ERR_print_errors when OSSL_PROVIDER_load failsPetr Gotthard2021-04-131-0/+1
* apps: fix warning about size_t / int conversionArmin Fuerst2021-04-091-2/+2
* apps: fix coverity 1455340: unchecked return valuePauli2021-03-251-3/+5
* APPS: fix load_certs_multifile() interpreting backslashesDr. David von Oheimb2021-03-221-5/+1
* apps.c: Fix missing newline in warn_cert_msg() outputDr. David von Oheimb2021-03-181-1/+1
* apps: Make load_key_certs_crls to read only what is expectedTomas Mraz2021-03-151-8/+24
* apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz2021-03-152-4/+4
* apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb2021-03-131-0/+158
* Don't crash if the pkeyopt doesn't have a valueMatt Caswell2021-03-111-6/+10
* Check SSL_set1_chain error in set_cert_cbpanda2021-03-111-1/+2
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-1/+2
* apps/x509.c: Fix mem leaks in processing of -next_serial in print loopDr. David von Oheimb2021-02-281-0/+1
* apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb2021-02-281-6/+5
* apps: updates for the new additional MAC_init argumentsPauli2021-02-281-8/+2
* Don't forget the type of thing we are loadingMatt Caswell2021-02-181-12/+25
* Update copyright yearMatt Caswell2021-02-182-2/+2
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-1/+11
* Deprecate the low level SRP APIsMatt Caswell2021-02-122-0/+225
* Allow -rand to be repeatedRich Salz2021-02-111-15/+30
* Fetch cipher after loading providersRich Salz2021-02-111-9/+12
* Load rand state after loading providersRich Salz2021-02-111-7/+11
* Switch to BIO_snprintf to avoid missing symbol problems on WindowsJon Spillett2021-02-051-1/+1
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-052-2/+11
* Update copyright yearRichard Levitte2021-01-283-3/+3
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-262-9/+21
* apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb2021-01-201-4/+1
* apps.c: Clean up copy_extensions()Dr. David von Oheimb2021-01-201-13/+13
* apps/lib/opt.c: Fix error message on unknown option/digestDr. David von Oheimb2021-01-131-1/+2
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-131-20/+17
* apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb2021-01-131-2/+46
* APPS: Print help also on -h and --h; print high-level help when no cmd givenDr. David von Oheimb2021-01-111-1/+2
* APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb2021-01-111-1/+9
* apps.c: Fix crash in case uri arg of IS_HTTP or IS_HTTPS is NULLDr. David von Oheimb2021-01-111-4/+4
* Adding TLS group name retrievalMichael Baentsch2021-01-081-19/+4
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-3/+1
* Skip unavailable digests and ciphers in -*-commandsDmitry Belyavskiy2020-12-151-0/+28
* apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ,_CRL} code to apps/lib/...Dr. David von Oheimb2020-12-101-0/+146
* APPS: Adapt load_key() and load_pubkey() for the engine: loaderRichard Levitte2020-12-022-63/+63
* APPS: Add OSSL_STORE loader for engine keysRichard Levitte2020-12-023-1/+206
* Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell2020-11-271-21/+0
* Fix no-posix-ioMatt Caswell2020-11-261-6/+3