Standardize progress callback for dhparam, dsaparam, etc.
[openssl.git] / apps / include / apps.h
2022-01-21 Philip PrindevilleStandardize progress callback for dhparam, dsaparam...
2021-11-24 Rami Khaldix509: Return a nonzero exit code on error when checking...
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-11 Dr. David von OheimbX509: Fix handling of AKID and SKID extensions accordin...
2021-08-25 Dr. David von OheimbAPPS: Fix result type of dump_cert_text() and behavior...
2021-06-15 Pauliadd libctx and property query to fetch functions
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-10 Shane LontisFix s_server app to not report an error when using...
2021-05-25 Dr. David von OheimbAdd warning to key/param generating apps on potential...
2021-05-18 Dr. David von Oheimbapps/ocsp: Add -proxy and -no_proxy options
2021-05-14 Dr. David von OheimbHTTP client API: Generalize to arbitrary request and...
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-04-30 Petr Gotthardapps/ca,req,x509: Switch to EVP_DigestSignInit_ex
2021-04-30 Shane LontisFix CRL app so that stdin works.
2021-04-22 Dr. David von Oheimbapps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free...
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-04-09 Armin Fuerstapps: fix warning about size_t / int conversion
2021-03-15 Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-03-13 Dr. David von Oheimbapps/ts.c: Allow -untrusted arg to refer to multiple...
2021-02-28 Dr. David von Oheimbapps/x509.c: Improve print_name() and coding style...
2021-02-11 Rich SalzLoad rand state after loading providers
2021-02-05 Petr Gotthardapps/openssl: add -propquery command line option
2021-01-28 Richard LevitteUpdate copyright year
2021-01-13 Dr. David von OheimbAPPS: Allow OPENSSL_CONF to be empty, not loading a...
2021-01-13 Dr. David von Oheimbapps/{req,x509,ca}.c Make sure certs have SKID and...
2020-12-15 Dmitry BelyavskiySkip unavailable digests and ciphers in -*-commands
2020-12-02 Richard LevitteAPPS: Adapt load_key() and load_pubkey() for the engine...
2020-12-02 Richard LevitteAPPS: Add OSSL_STORE loader for engine keys
2020-11-25 Matt CaswellRemove deprecation warning suppression from genpkey
2020-11-10 Matt CaswellFix the reading of DSA parameters files using the dsapa...
2020-10-26 Richard LevitteAPPS: Remove the format argument where it's not used
2020-10-22 Richard LevitteAPPS: Implement load_keyparams() to load key parameters
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-04 Richard LevitteAPPS: Reduce deprecation warning suppression - ENGINE
2020-09-11 Chris Novakovicapps/ca: allow CRL lastUpdate/nextUpdate fields to...
2020-08-20 Dr. David von OheimbMake better use of new load_cert_pass() variant of...
2020-08-20 Dr. David von Oheimbapps: make use of OSSL_STORE for generalized certs...
2020-08-20 Richard LevitteSTORE: Distinguish public keys from private keys
2020-08-11 Shane LontisAdd fix for RSA keygen in FIPS using keysizes 2048...
2020-08-04 Dr. David von Oheimbapps: Correct and extend diagnostics of parse_name()
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-23 Shane LontisTest RSA oaep in fips mode
2020-06-02 Richard LevitteAPPS: Remove make_config_name, use CONF_get1_default_co...
2020-05-15 David von OheimbAdd 'methods' parameter to setup_engine() in apps.c...
2020-05-15 Dr. David von OheimbClean up macro definitions of openssl_fdset() in apps...
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-24 David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-09 Shane LontisMove legacy ciphers into the legacy provider
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-15 Richard LevitteAPPS: Remove all traces of special SM2 treatment.
2020-03-15 Richard LevitteAPPS: Add ctrl_str()-like functionality for X509 and...
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2019-12-18 Richard LevitteAPPS & TEST: Adapt to use the new BIO_f_prefix()
2019-11-03 Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-08-24 Shane LontisAdd app for fips installation
2019-07-24 Dr. Matthias St... Remove HEADER_X509_H and HEADER_SSL_H include detectors...
2019-03-05 Richard Levittetestutil: ensure good treatment of argv on non-Unix...
2019-02-13 Richard LevitteMove libapps headers into their own directory