SM4 optimization for ARM by HW instruction
[openssl.git] / apps / include /
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2022-01-05 Dimitris ApostolouFix typos
2022-01-04 Dr. David von OheimbCMP mock server: add -ref_cert option and corresponding...
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-11-24 Rami Khaldix509: Return a nonzero exit code on error when checking...
2021-11-22 Dr. David von OheimbFix HTTP server port output and allow dynamic verbosity...
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_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
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-11-02 Felipe GasperRevise s_client and s_server verbiage re secure renegot...
2021-08-25 Dr. David von OheimbAPPS: Fix result type of dump_cert_text() and behavior...
2021-07-11 Pauliapps: add query to allow a command to know of a provide...
2021-06-22 Richard LevitteAPPS: Make fallback opt_[u]intmax() implementations...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Pauliapps: limit get_cipher() to not return AEAD or XTS...
2021-06-15 Dmitry BelyavskiyDisabling Encrypt-then-MAC extension in s_client/s_server
2021-06-15 Rich SalzRemove "-immedate_renegotiation" option
2021-06-15 Pauliapps: move global libctx and property query into their...
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-06-09 Dr. David von Oheimb80-test_cmp_http.t: Improve the way the test server...
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-25 Dr. David von OheimbAdd warning to key/param generating apps on potential...
2021-05-20 Dr. David von OheimbAPPS: Allow duplicate entries in options list, marking...
2021-05-20 Dr. David von OheimbAPPS: Allow non-option parameters appear anywhere in...
2021-05-20 Richard LevitteVMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more...
2021-05-20 Dr. David von OheimbCMP test server: move apps/{,lib/}cmp_mock_srv.c and...
2021-05-20 Matt CaswellUpdate copyright year
2021-05-18 Dr. David von Oheimbapps/ocsp: Add -proxy and -no_proxy options
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-16 Richard LevitteAPPS: Make the cmp Mock server output the accept addres...
2021-05-14 Dr. David von OheimbHTTP client API: Generalize to arbitrary request and...
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-05-14 Dr. David von OheimbHTTP test server: Improve connection management and...
2021-05-06 Matt CaswellUpdate copyright year
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-05-05 Dr. David von OheimbAPPS: Slightly extend and improve documentation of...
2021-05-01 Rich SalzAPPS: Document the core of the opt_ API
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-28 Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-24 Dr. David von OheimbAPPS: Improve diagnostics for string options and option...
2021-04-22 Dr. David von Oheimbapps/cmp.c and APP_HTTP_TLS_INFO: Fix use-after-free...
2021-04-20 Rich SalzFetch and free cipher and md's
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...
next