summaryrefslogtreecommitdiffstats
path: root/apps/include/apps.h
AgeCommit message (Expand)Author
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
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-23Test RSA oaep in fips modeShane Lontis
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte
2020-05-15Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb
2020-05-15Clean up macro definitions of openssl_fdset() in apps.h and sockets.hDr. David von Oheimb
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-09Move legacy ciphers into the legacy providerShane Lontis
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-15APPS: Remove all traces of special SM2 treatment.Richard Levitte
2020-03-15APPS: Add ctrl_str()-like functionality for X509 and X509_REQRichard Levitte
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2019-12-18APPS & TEST: Adapt to use the new BIO_f_prefix()Richard Levitte
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-08-24Add app for fips installationShane Lontis
2019-07-24Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre
2019-03-05testutil: ensure good treatment of argv on non-Unix platformsRichard Levitte
2019-02-13Move libapps headers into their own directoryRichard Levitte