Build resource files
[openssl.git] / apps / include /
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-18 Matt CaswellUpdate copyright year
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-02-12 Matt CaswellDeprecate the low level SRP APIs
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-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
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...
2021-01-11 Dr. David von OheimbAPPS: Fix confusion between program and app/command...
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-26 Richard LevitteAPPS: Make it possible for apps to set the base (fallba...
2020-11-25 Matt CaswellRemove deprecation warning suppression from genpkey
2020-11-25 Dr. David von Oheimbapps/cmp.c: fix crash with -batch option on OPENSSL_NO_...
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 Matt CaswellUpdate copyright year
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-23 Paulilist: add capability to print details about the current...
2020-09-11 Chris Novakovicapps/ca: allow CRL lastUpdate/nextUpdate fields to...
2020-09-10 Shane LontisFix fipsinstall module path
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-18 PauliApps: change provider_path option to provider-path.
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-13 Dr. David von OheimbAdd request URL path checking and status responses...
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-05-15 Matt CaswellUpdate copyright year
2020-05-09 Dr. David von OheimbExtract HTTP server code from apps/ocsp.c to apps/lib...
2020-05-06 Dmitry Belyavskiys_server normal shutdown
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-24 David von OheimbImprove feedback on wrong format with new print_format_...
2020-04-24 David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-19 Pauliopenssl: include the version a command was deprecated...
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-03-07 Paulicmdline app: add provider commandline options.
2020-02-11 Pauliapp: add a deprecation warning to all deprecated commands.
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-20 Rich SalzDocument command parameters.
2019-11-07 Rich SalzAdd "sections" to -help output
2019-11-03 Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-17 Richard Levitte'openssl list' and 'openssl provider': adapt display...
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-09-19 Jon SpillettAdd option grouping capability to apps
2019-09-04 Richard LevitteMove libapps.a source to apps/lib
2019-08-28 Richard LevitteMove print_param_types() to libapps, and give it indent...
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-07-15 Richard LevitteMove the code for 'openssl list' to its own translation...
2019-07-15 Richard LevitteRefactor apps/progs.* to be generate with 'make update'
2019-06-11 Shane LontisFix app opt compile failure due to missing <inttypes.h>
2019-04-10 Jakub WilkFix typos
2019-03-05 Richard Levittetestutil: ensure good treatment of argv on non-Unix...
2019-02-13 Richard LevitteMove libapps headers into their own directory