]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/s_server.c
Enable SSL_MODE_AUTO_RETRY by default
[thirdparty/openssl.git] / apps / s_server.c
2018-05-22  Kurt RoeckxEnable SSL_MODE_AUTO_RETRY by default
2018-05-20  Todd ShortFix no-srtp build warnings
2018-05-17  Matt CaswellAllow configuation of the number of TLSv1.3 session...
2018-05-08  Matt CaswellFix s_client and s_server so that they correctly handle...
2018-04-27  Richard Levitteapps/s_server.c: Avoid unused variable due to 'no-dtls'
2018-04-04  Richard Levitteopenssl s_server: print the accepting address and socket
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-12  Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-09  Matt CaswellTolerate TLSv1.3 PSKs that are a different size to...
2018-03-01  Benjamin KadukDo not set a nonzero default max_early_data
2018-02-13  Matt CaswellUpdate copyright year
2018-02-01  Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-02-01  Todd ShortRemove bad comments
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2018-01-24  Matt CaswellAdd the ability for s_server to operate statelessly
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-11-21  Matt CaswellProvide a more information early_data message in s_server
2017-11-07  FdaSilvaYYstyle : fix some if(...
2017-10-22  KaoruTodaapps/s_client.c: add missing null check
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-28  PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-23  Pichulin DmitriiFix 'key' option in s_server can be in ENGINE keyform
2017-09-21  Benjamin KadukReenable s_server -dhparam option
2017-08-25  Matt CaswellEnsure we exchange cookies in s_server even if SCTP...
2017-08-22  Rich Salz(Re)move some things from e_os.h
2017-08-21  Rich SalzSafely display SNI (just in case)
2017-08-09  Xiaoyin LiuAdd missing HTML tag in www_body in s_server.c
2017-08-03  Rich SalzAdd a DRBG to each SSL object
2017-07-16  Rich SalzStandardize apps use of -rand, etc.
2017-07-07  Matt CaswellFix memory leak when using PSK session files
2017-06-21  Matt CaswellUse constants rather than macros for the cipher bytes...
2017-06-21  Matt CaswellFix no-psk
2017-06-21  Matt CaswellAdd the ability to set a TLSv1.3 PSK via just the key...
2017-06-21  Matt CaswellAdd the ability to use a server side TLSv1.3 external...
2017-06-21  Rich SalzMerge Nokia copyright notice into standard
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-16  Paul YangForbid to specify -nextprotoneg if -tls1_3 is enabled
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-06-09  Paul YangFix a bundle of trailing spaces in several files
2017-06-06  Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-06-05  Daniel Kahn GillmorAvoid failing s_server when client's psk_identity is...
2017-05-09  Matt CaswellFix an s_server infinite loop
2017-04-28  FdaSilvaYYAdd checks on return code when applying some settings.
2017-04-28  FdaSilvaYYOutput prog name within error message
2017-04-28  FdaSilvaYYAdd a 'max_send_frag' option to configure maximum size...
2017-04-25  Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-04-25  Richard LevitteCorrect some badly formated preprocessor lines
2017-04-25  Richard LevitteAdd guards around one of use of IPPROTO_SCTP where...
2017-04-25  Matt CaswellAsk libssl if we should retry not the socket
2017-04-25  Matt CaswellAdd a -sctp option to s_server
2017-04-03  Dr. Stephen HensonPrint CA names in s_server, add -requestCAfile to s_client
2017-03-17  Matt CaswellFix no-dtls builds
2017-03-16  FdaSilvaYYSimplify code around next_proto.len by changing 'len...
2017-03-06  Matt CaswellFix no-psk
2017-03-02  Matt CaswellSilence some clang warnings
2017-03-02  Matt CaswellRename SSL_read_early() to SSL_read_early_data()
2017-03-02  Matt CaswellUpdates to s_server and s_client for the latest early_d...
2017-03-02  Matt CaswellEnsure the max_early_data option to s_server can be 0
2017-03-02  Matt CaswellAdd a "-early_data" option to s_server
2017-03-02  Matt CaswellAdd a -max_early_data option to s_server
2017-02-21  Dmitry BelyavskiyProvided support for the -nameopt flag in s_client...
2017-02-17  Matt CaswellAdd a capability to s_server to send KeyUpdate messages
2017-02-07  Peter Wuapps: Add support for writing a keylog file
2016-11-23  Matt CaswellFix some style issues with TLSv1.3 state machine PR
2016-11-23  Matt CaswellFix some style issues identified during review
2016-11-23  Matt CaswellAdd an s_server capability to read an OCSP Response...
2016-11-15  Richard LevitteRevert "Remove heartbeats completely"
2016-11-15  Richard LevitteRemove heartbeats completely
2016-11-13  EasySecUpdate s_client and s_server documentation about some...
2016-11-10  Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-02  Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14  FdaSilvaYYConstify command options
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-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-25  FdaSilvaYYTypo and comment fix
2016-07-25  FdaSilvaYYUnused variable cleanup
2016-07-25  FdaSilvaYYDiscard a dead option
2016-07-20  FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-08  Matt CaswellDisallow multiple protocol flags to s_server and s_client
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
next