Use ctx2 instead ctx.
[openssl.git] / apps / s_server.c
2020-03-24 Richard KönningUse ctx2 instead ctx.
2020-03-20 EasySecs_server: warn about NO PSK identity hint in TLSv1.3
2020-03-07 Paulicmdline app: add provider commandline options.
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2019-11-15 raniervfcommit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8
2019-11-07 Rich SalzAdd "sections" to -help output
2019-11-03 Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-28 Matt CaswellFix an s_server arbitrary file read issue on Windows
2019-10-28 Johannes BauerCleanup hardcoded cipher suite codepoints in s_server
2019-10-17 Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-08-19 Dmitry BelyavskiyGet rid of using deprecated function isascii
2019-05-08 Lorinczy ZsigmondSquashed commit of the following:
2019-04-01 Boris Pismennyapps: print Kernel receive side TLS in s_client and...
2019-03-29 Richard LevitteRemove heartbeats completely
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-31 weinholtendianFix error message for s_server -psk option
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-11-21 Matthew Hodgsonopenssl s_server: don't use sendto() with connected...
2018-10-19 Matt CaswellDon't complain and fail about unknown TLSv1.3 PSK ident...
2018-09-13 Matt CaswellDon't allow -early_data with other options where it...
2018-08-30 Matt CaswellFree SSL object on an error path
2018-07-06 Matt CaswellDon't fail if the PSK identity doesn't match
2018-07-06 Matt CaswellAdd the ability to configure recv_max_early_data via...
2018-07-02 Matt CaswellAdd the ability to configure anti-replay via SSL_CONF
2018-05-31 Matt CaswellFree a variable on 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-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...
next