SM4 optimization for ARM by HW instruction
[openssl.git] / apps / s_client.c
2021-12-29 Matt CaswellEnsure s_client sends SNI data when used with -proxy
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-11-22 Peiwei HuSSL_export_keying_material: fix return check
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-02 Felipe GasperRevise s_client and s_server verbiage re secure renegot...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-09 Dmitry BelyavskiyBindhost/bindport should be freed
2021-09-18 Tianjia Zhangapps/s_client: Add ktls option
2021-06-15 Rich SalzRemove "-immedate_renegotiation" option
2021-06-13 Richard LevitteAPPS: Remove an unreachable statement in s_client.c
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
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-04-30 Shane LontisFix CRL app so that stdin works.
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-03-15 Tomas Mrazapps: Add maybe_stdin argument to load_certs and set...
2021-02-17 Petr GotthardReplace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server...
2021-02-12 Matt CaswellDeprecate the low level SRP APIs
2021-02-11 Rich SalzLoad rand state after loading providers
2021-01-28 Richard LevitteUpdate copyright year
2021-01-11 Dr. David von OheimbAPPS: Fix confusion between program and app/command...
2020-12-15 Rich SalzCheck non-option arguments
2020-10-26 Richard LevitteAPPS: Remove the format argument where it's not used
2020-10-04 Richard LevitteAPPS: Reduce deprecation warning suppression - ENGINE
2020-09-24 Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-09-13 Matt CaswellFix safestack issues in ct.h
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509.h
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-07-16 Pauliapps: deprecate engines
2020-07-16 Todd ShortAdd SSL_get[01]_peer_certificate()
2020-06-30 Benny BaumannForce ssl/tls protocol flags to use stream sockets
2020-05-25 Marcs_client: Fix -proxy flag regression
2020-05-19 Dmitry BelyavskiyIntroducing option SSL_OP_IGNORE_UNEXPECTED_EOF
2020-05-19 MarcUse _get0_ functions instead of _get_.
2020-05-19 Marcs_client: Show cert algorithms & validity period
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-06 Dmitry Belyavskiys_server normal shutdown
2020-04-24 Dr. David von OheimbClean up the use of ERR_print_errors() in apps.c and...
2020-04-24 David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Dr. David von OheimbFix descriptions of credentials and verification option...
2020-03-07 Paulicmdline app: add provider commandline options.
2020-03-05 Roger Ningfix a minor bug of s_client
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2020-02-06 Rich SalzMore accurate doc of -ssl_config option
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-14 Kurt RoeckxAdd BN_check_prime()
2019-07-16 Pauliremove end of line spaces
2019-07-16 PauliRemove tab characters from C source files.
2019-07-01 Antoine CœurFix Typos
2019-04-08 Dan Campbells_client starttls: fix handling of multiline reply
2019-04-01 Boris Pismennyapps: print Kernel receive side TLS in s_client and...
2019-03-29 Richard LevitteRemove heartbeats completely
2019-03-06 Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-02-19 Ionut MihalceaDon't set SNI by default if hostname is not dNS name
2019-02-14 Matt CaswellFix -verify_return_error in s_client
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-27 Shigeki Ohtsus_client: fix not to send a command letter of R
2019-01-24 Matt CaswellFix s_client so that it builds on Windows
2019-01-18 Marcs_client: Add basic proxy authentication support
2018-12-17 QuantomicusFix s_client hang on non-compliant NNTP server test
2018-12-07 Boris Pismennyapps: print Kernel TLS in s_client and s_server
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-06-26 Matt CaswellOnly dump session data after we have received it
2018-05-31 Matt CaswellFix a memory leak in an error path
2018-05-22 Kurt RoeckxEnable SSL_MODE_AUTO_RETRY by default
2018-05-20 Todd ShortFix no-srtp build warnings
2018-05-08 Matt CaswellFix s_client and s_server so that they correctly handle...
2018-04-25 Matt CaswellFix documentation for the -showcerts s_client option
2018-04-08 Andy Polyakovapps/{s_client.c|s_socket}.c: omit usleep calls.
2018-03-21 FdaSilvaYYUnify s_client/s_server srtp profiles option handling
2018-03-19 Richard Levittes_client, s_server: do generic SSL configuration first...
2018-03-09 Matt CaswellTolerate TLSv1.3 PSKs that are a different size to...
2018-02-19 John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-14 Matt CaswellIgnore an s_client psk in TLSv1.3 if not TLSv1.3 suitable
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-14 Richard LevitteFix intermittent Cygwin failures in s_client
2018-01-14 Bernd EdlingerExplicitly shut the socket down in s_client
2017-11-21 Matt CaswellIgnore the session when setting SNI in s_client
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-09 Matt CaswellFix an s_client memory leak
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-22 KaoruTodaapps/s_client.c: add missing null check
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-16 Paul YangMake '-name' option of the 's_client' more generic
2017-08-31 Matt CaswellVarious review fixes for PSK early_data support
2017-08-31 Matt CaswellShow the error stack if there was an error writing...
next