summaryrefslogtreecommitdiffstats
path: root/apps/lib/apps.c
AgeCommit message (Expand)Author
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-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic
2020-09-10Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb
2020-09-10app_load_config_bio(): fix crash on errorDr. David von Oheimb
2020-09-10apps.c: Fix mem leaks on error in load_certs() and load_crls()Dr. David von Oheimb
2020-09-10apps.c: Fix diagnostics and return value of load_key_certs_crls() on errorDr. David von Oheimb
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb
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-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-07-16apps: deprecate enginesPauli
2020-07-05apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli
2020-06-13Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb
2020-06-06APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte
2020-06-06APPS: Make it possible to load_cert() from stdin againRichard Levitte
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte
2020-05-25Drop special case of time interval calculation for VMSTomas Mraz
2020-05-25Revert "Guard use of struct tms with #ifdef __TMS"Tomas Mraz
2020-05-15Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-05-15Guard use of struct tms with #ifdef __TMS like done earlier in apps/lib/apps.cDr. David von Oheimb
2020-04-30coverity 1462572 Dereference after null checkPauli
2020-04-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb
2020-04-24Remove a bad 'goto end' and a few superfluous ones in apps/lib/apps.cDavid von Oheimb
2020-04-24Improve feedback on wrong format with new print_format_error() in apps/lib/opt.cDavid von Oheimb
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-20Update comment on crls_http_cb() as it does support non-blocking I/O since #1...Dr. David von Oheimb
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-02-21apps: distinguish between a parameter error and an unknown parameter.Pauli
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli
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