]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/s_client.c
If an engine comes up explicitely, it must also come down explicitely
[thirdparty/openssl.git] / apps / s_client.c
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-17  Valentin VidicAdd Postgres support to -starttls
2016-10-14  FdaSilvaYYConstify command options
2016-10-01  Dr. Stephen Hensonfix memory leak
2016-09-28  David WoodhouseRestore '-keyform engine' support for s_client
2016-09-19  Richard LevitteFix no-ocsp
2016-09-15  Richard LevitteRefactor to avoid unnecessary preprocessor logic
2016-09-15  Richard LevitteReformat to fit OpenSSL source code standards
2016-09-15  Richard LevitteVSI submission: redirect terminal input through socket
2016-09-13  Viktor Szakatss_client: avoid warning on Windows/MS-DOS systems
2016-08-19  Dr. Stephen Hensonfix warning about trailing comma
2016-08-19  Viktor DukhovniAdd -dane_ee_no_namechecks s_client(1) option
2016-08-18  Viktor DukhovniFix missing dane_tlsa_rrdata option error message
2016-08-17  FdaSilvaYYSmall nits and cleanups
2016-08-17  FdaSilvaYYConstify char* input parameters in apps code
2016-08-17  FdaSilvaYYRelocalise some globals variables
2016-08-04  FdaSilvaYYPack globals variables used to control apps/verify_call...
2016-07-26  Jon LoeligerRT4639: Typo when -DSSL_DEBUG
2016-07-19  Richard LevitteFix forgotten goto
2016-07-19  Richard LevitteConvert the last uses of sockaddr in apps/* to use...
2016-07-08  Matt CaswellDisallow multiple protocol flags to s_server and s_client
2016-06-25  David BenjaminFix BN_is_prime* calls.
2016-06-21  mmiyashitasegmentation fault with 'openssl s_client -prexit ...
2016-06-18  FdaSilvaYYAdd a comment after some #endif at end of apps source...
2016-06-12  Dr. Stephen HensonDon't skip leading zeroes in PSK keys.
2016-06-12  John DenkerRT2759: Don't read TTY when already at EOF.
2016-06-12  Rich SalzAvoid memory leaks if options repeated.
2016-06-10  Rich SalzGH1183: Fix -unix and -connect, etc., override
2016-05-27  Matt CaswellFix intermittent windows failures in TLSProxy tests
2016-05-27  Matt CaswellFix s_client/s_server waiting for stdin on Windows
2016-05-18  FdaSilvaYYLocally declare some variables
2016-05-18  FdaSilvaYYFew cleanups in s_client, s_server apps.
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-16  Rich SalzUse OPENSSL_hexchar2int
2016-05-16  Rich SalzUse app_malloc; two missing cases.
2016-05-05  Matt CaswellHandle no async jobs in libssl
2016-04-21  Matt CaswellFix missing break in option parsing
2016-04-11  Matt CaswellFix the no-nextprotoneg option
2016-04-07  Viktor DukhovniSuppress CT callback as appropriate
2016-04-06  Matt CaswellFix no-ocsp
2016-03-21  Matt CaswellFix no-sock
2016-03-20  Rich SalzGH886: CONNECT should use HTTP/1.1
2016-03-18  Matt CaswellFix no-dgram
2016-03-17  Rich SalzRemove Netware and OS/2
2016-03-11  Rob PercivalSurround ctx_set_ctlog_list_file() with #ifndef OPENSSL...
2016-03-10  Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10  Rob Percivalcheck reviewer --reviewer=emilia
2016-03-09  Kurt RoeckxUse minimum and maximum protocol version instead of...
2016-03-09  Rob PercivalMinor improvement to formatting of SCT output in s_client
2016-03-09  Rob PercivalDo not display a CT log error message if CT validation...
2016-03-09  Rob PercivalTreat boolean functions as booleans
2016-03-08  Todd ShortGH787: Fix ALPN
2016-03-07  Matt CaswellFix s_server/s_client handling of the split_send_frag...
2016-03-07  Matt CaswellAdd documentation for new s_server/s_client options
2016-03-07  Matt CaswellEnsure s_client and s_server work when read_ahead is set
2016-03-07  Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-07  Matt CaswellAdd pipeline support to s_server and s_client
2016-03-07  Rich SalzISSUE 43: Add BIO_sock_shutdown
2016-03-04  Rob PercivalExtends s_client to allow a basic CT policy to be enabled
2016-02-27  Rich SalzRT2275: use BIO_sock_nbio()
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-22  Emilia KasperMemorySanitizer: address false positive
2016-02-20  Kurt Roeckxargv was set but unused
2016-02-18  Rich SalzGH681: More command help cleanup
2016-02-17  Rich SalzRemove JPAKE
2016-02-14  Richard LevitteMake sure to use unsigned char for is*() functions
2016-02-09  Matt CaswellAuto init/deinit libcrypto
2016-02-08  Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-08  Dr. Stephen HensonDeprecate undocumented SSL_cache_hit().
2016-02-03  Richard LevitteRefactoring BIO: Adapt s_client and s_server
2016-01-29  Matt CaswellImplement Async SSL_shutdown
2016-01-21  Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2016-01-19  Viktor DukhovniSupport disabling any or all TLS or DTLS versions
2016-01-14  Rich SalzRT4232: Extra space in help message.
2016-01-08  Rich SalzAnother portability fix.
2016-01-08  Rich SalzPortability fix for apps/s_client.c
2016-01-08  Viktor DukhovniDANE s_client support
2015-12-22  Dr. Stephen HensonAdd ssl configuration support to s_server and s_client
2015-12-15  Matt CaswellFix s_server problem with no-ec
2015-12-14  Dr. Stephen HensonNew function X509_get0_pubkey
2015-12-12  Kurt RoeckxUse OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1
2015-11-24  Quanah Gibson-MountFix grammar errors
2015-11-20  Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20  Matt CaswellAdd s_client support for waiting for async
2015-11-20  Matt CaswellFix pools for s_client
2015-11-20  Matt CaswellAdd s_server and s_client async support
2015-11-13  Nathan Phillip BrinkRT2667: Add IRC support to -starttls
2015-11-02  Richard LevitteFix usage of BIO_ctrl_set_connected
2015-10-12  Matt CaswellCentralise loading default apps config file
2015-09-28  Dr. Stephen HensonSRP memory leak fix
2015-09-25  Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-06  Richard LevitteChange the treatment of stdin and stdout to allow binar...
2015-09-01  Adam EijdenbergRT3984: Fix clang compiler warning on Mac OS X where...
2015-08-04  Matt CaswellFix SRTP s_client/s_server options
2015-08-02  Ben LaurieAdd -Wconditional-uninitialized to clang strict warnings.
2015-07-31  Rich SalzVarious doc fixes from GH pull requests
2015-07-31  Kai EngertRT3742: Add xmpp_server to s_client.
2015-06-25  Dr. Stephen Hensonmissing break
2015-06-15  Rich SalzRT2547: Tighten perms on generated privkey files
next