Whitespace cleanup in apps
[openssl.git] / apps / s_server.c
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-01 Matt CaswellFree a BIO_ADDR if DTLSv1_listen return <=0
2016-06-01 Matt CaswellDon't leak X509_OBJECT in an error path
2016-05-27 Matt CaswellFix s_client/s_server waiting for stdin on Windows
2016-05-27 Matt CaswellFix some s_server issues on Windows
2016-05-23 Dr. Stephen HensonSupport -no-CAfile -no-CApath in ctx2
2016-05-18 FdaSilvaYYFew cleanups in s_client, s_server apps.
2016-05-17 Rich SalzX509_STORE_CTX accessors.
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-05 Matt CaswellHandle no async jobs in libssl
2016-04-29 Matt CaswellFix building with -DCHARSET_EBCDIC
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-04-06 Matt CaswellFix no-ocsp
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21 Matt CaswellFix no-sock
2016-03-17 Rich SalzRemove Netware and OS/2
2016-03-09 Kurt RoeckxUse minimum and maximum protocol version instead of...
2016-03-08 FdaSilvaYYFix cert leaks in s_server
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-02-29 J Mohan Rao ArisankalaGH764: s_server: trace option fall through
2016-02-27 J Mohan Rao Arisankalausing macro inside the case.
2016-02-27 J Mohan Rao Arisankalafix build with no-srtp
2016-02-27 Rich SalzRT2275: use BIO_sock_nbio()
2016-02-25 Emilia KasperCVE-2016-0798: avoid memory leak in SRP
2016-02-24 Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-17 Rich SalzRemove JPAKE
2016-02-14 Richard LevitteMake sure to use unsigned char for is*() functions
2016-02-09 A J Mohan RaoGH646: Update help for s_server command.
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-08 Dr. Stephen HensonDeprecate undocumented SSL_cache_hit().
2016-02-05 Matt CaswellMake DTLSv1_listen a first class function and change...
2016-02-03 Richard LevitteRefactoring BIO: Adapt s_client and s_server
2016-02-03 Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-02-01 Emilia Kasperconstify PACKET
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.
2015-12-22 Dr. Stephen HensonAdd ssl configuration support to s_server and s_client
2015-12-16 Ben LaurieFix no-dgram.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-15 Matt CaswellFix s_server problem with no-ec
2015-12-12 Kurt RoeckxUse OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
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 the error code for SSL_get_async_wait_fd()
2015-11-20 Matt CaswellFix s_server bug
2015-11-20 Matt CaswellImplement local thread pools
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellAdd ASYNC_JOB pools
2015-11-20 Matt CaswellFix s_server -WWW with -async
2015-11-20 Matt CaswellAdd s_server and s_client async support
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellRemove a call to SSL_set_state from s_server
2015-10-30 Matt CaswellRemove redundant code
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-10-11 Dr. Stephen HensonMake no-psk compile without warnings.
2015-09-28 Emilia KasperSilence Wconditional-uninitialized
2015-09-25 Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-09-23 Matt CaswellFix s_server DTLSv1_listen issues
2015-09-23 Matt CaswellAdd support for DTLSv1_listen in s_server
2015-09-20 Dr. Stephen HensonMake SRP work with -www
2015-09-20 Dr. Stephen Hensonmake no-dh work
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-06 Richard LevitteChange the treatment of stdin and stdout to allow binar...
2015-08-04 Matt CaswellFix SRTP s_client/s_server options
2015-07-31 Adam EijdenbergRT3963: Allow OCSP stapling with -rev and -www
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-10 Emilia KasperRemove SSL_OP_TLS_BLOCK_PADDING_BUG
2015-06-09 Rich SalzUse bio_err not stderr in apps.
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-22 Matt CaswellFix various OPENSSL_NO_* options
2015-05-19 Robert SwieckiDon't add write errors into bytecounts
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-15 Rich SalzUse #error in openssl/srp.h
2015-05-13 Matt CaswellRemove Kerberos support from apps
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-06 Matt CaswellFix s_server version specific methods
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-28 Rich Salzremove malloc casts
next