summaryrefslogtreecommitdiffstats
path: root/apps/include/apps.h
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2023-05-03apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang
2023-03-14apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2022-09-20APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-02-14Add tests for do_updatedbArmin Fuerst
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-21Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville
2021-11-24x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-11-11X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb
2021-08-25APPS: Fix result type of dump_cert_text() and behavior of print_name() on out...Dr. David von Oheimb
2021-06-15add libctx and property query to fetch functionsPauli
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-10Fix s_server app to not report an error when using a non DH certificate.Shane Lontis
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-18apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-14HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-04-30apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard
2021-04-30Fix CRL app so that stdin works.Shane Lontis
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-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-04-09apps: fix warning about size_t / int conversionArmin Fuerst
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-02-28apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb
2021-02-12Load rand state after loading providersRich Salz
2021-02-05apps/openssl: add -propquery command line optionPetr Gotthard
2021-01-28Update copyright yearRichard Levitte
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2021-01-13apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb
2020-12-15Skip unavailable digests and ciphers in -*-commandsDmitry Belyavskiy
2020-12-02APPS: Adapt load_key() and load_pubkey() for the engine: loaderRichard Levitte
2020-12-02APPS: Add OSSL_STORE loader for engine keysRichard Levitte
2020-11-25Remove deprecation warning suppression from genpkeyMatt Caswell
2020-11-10Fix the reading of DSA parameters files using the dsaparam appMatt Caswell
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis