]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/s_server.c
Remove "-immedate_renegotiation" option
[thirdparty/openssl.git] / apps / s_server.c
2021-06-15  Rich SalzRemove "-immedate_renegotiation" option
2021-06-10  Shane LontisFix s_server app to not report an error when using...
2021-05-26  Tomas MrazDeprecate old style BIO callback calls
2021-05-20  Dr. David von OheimbDOC: Fix nits found by new check on SYNOPSIS and OPTION...
2021-05-18  Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-18  Dr. David von Oheimbapps/s_server: Add -proxy and -no_proxy options
2021-05-18  Dr. David von Oheimbapps/ocsp: Add -proxy and -no_proxy options
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-03-01  Dr. David von OheimbOSSL_HTTP_parse_url(): Handle any userinfo, query,...
2021-02-18  Matt CaswellUpdate copyright year
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
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-16  Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
2020-12-15  Rich SalzCheck non-option arguments
2020-11-19  David von OheimbMinor cleanup of error output for various apps
2020-11-18  Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18  Matt CaswellImplement a replacement for SSL_set_tmp_dh()
2020-11-18  Matt CaswellRemove deprecated functionality from s_server
2020-10-26  Richard LevitteAPPS: Remove the format argument where it's not used
2020-09-24  Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-09-13  Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-13  Matt CaswellFix safestack issues in ssl.h
2020-09-08  Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
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-30  Pauliunify spelling of serialize
2020-07-16  Todd ShortAdd SSL_get[01]_peer_certificate()
2020-05-19  Dmitry BelyavskiyIntroducing option SSL_OP_IGNORE_UNEXPECTED_EOF
2020-05-15  David von OheimbAdd 'methods' parameter to setup_engine() in apps.c...
2020-05-15  Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-07  Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
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-04-01  Tianjia Zhangapps: support sendfile in s_server when ktls enabled
2020-03-27  Tomas Mrazs_server: Properly indicate ALPN protocol mismatch
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
next