summaryrefslogtreecommitdiffstats
path: root/apps/lib
AgeCommit message (Expand)Author
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb
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-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-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-22Update copyright yearMatt Caswell
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-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis
2021-04-14APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-04-13apps: call ERR_print_errors when OSSL_PROVIDER_load failsPetr Gotthard
2021-04-09apps: fix warning about size_t / int conversionArmin Fuerst
2021-03-26apps: fix coverity 1455340: unchecked return valuePauli
2021-03-22APPS: fix load_certs_multifile() interpreting backslashesDr. David von Oheimb
2021-03-18apps.c: Fix missing newline in warn_cert_msg() outputDr. David von Oheimb
2021-03-15apps: Make load_key_certs_crls to read only what is expectedTomas Mraz
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz
2021-03-13apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb
2021-03-12Don't crash if the pkeyopt doesn't have a valueMatt Caswell
2021-03-11Check SSL_set1_chain error in set_cert_cbpanda
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb
2021-02-28apps/x509.c: Fix mem leaks in processing of -next_serial in print loopDr. David von Oheimb
2021-02-28apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb
2021-02-28apps: updates for the new additional MAC_init argumentsPauli
2021-02-18Don't forget the type of thing we are loadingMatt Caswell
2021-02-18Update copyright yearMatt Caswell
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2021-02-12Allow -rand to be repeatedRich Salz
2021-02-12Fetch cipher after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2021-02-05Switch to BIO_snprintf to avoid missing symbol problems on WindowsJon Spillett
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-20apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb
2021-01-20apps.c: Clean up copy_extensions()Dr. David von Oheimb
2021-01-13apps/lib/opt.c: Fix error message on unknown option/digestDr. David von Oheimb
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb