]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/s_server.c
Security hardening: Expose Build flags for Position Independed Execution (PIE)
[thirdparty/openssl.git] / apps / s_server.c
2024-04-09  Richard LevitteCopyright year updates
2024-03-12  olszomalUse the untrusted certificate chain to create a valid...
2024-01-15  Frederik Wedel-HeinenError in s_server when -rev option is used with dtls.
2023-09-11  Dimitri PapadopoulosBad function definition
2023-09-08  wangchengModify the dkeyform type to support engine
2023-07-18  Dimitri PapadopoulosFix typos found by codespell
2023-06-10  Tomas MrazCoverity 1528490: Avoid assignment of unused value...
2023-03-28  Todd ShortRFC7250 (RPK) support
2023-02-08  besherFix a potential memory leak in apps/s_server.c
2022-12-05  Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-11-24  Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-10-18  Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-06  Richard LevitteRename ossl_sleep calls to OSSL_sleep everywhere
2022-06-22  Jiasheng Jiangapps/s_server.c: Add check for OPENSSL_strdup
2022-05-06  Daniel Fialas_serve: Report an error if init-connection fails witho...
2022-05-04  JHH20Remove duplicated #include headers
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-10  Todd ShortAdd TFO support to socket BIO and s_client/s_server
2022-03-10  xkernelcheck the return value of BIO_new_file()
2022-03-04  xkernelapps: several return value checks for BIO_new()
2022-03-03  Hugo Landaus_server: Do not use SSL_sendfile when KTLS is not...
2022-02-17  Jiasheng Jiangapps/s_server: Add missing check for BIO_new
2022-02-17  Jiasheng Jiangs_server: Add check for OPENSSL_strdup
2022-01-20  Hubert Karios_server: correctly handle 2^14 byte long records
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-12-10  Tianjia Zhangapps/s_server: Correct s_server to return the correct...
2021-12-07  Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-11-22  Peiwei HuSSL_export_keying_material: fix return check
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-02  Felipe GasperRevise s_client and s_server verbiage re secure renegot...
2021-10-22  Matt CaswellFix the s_server psk_server_cb for use in DTLS
2021-09-18  Tianjia Zhangapps/s_server: Add ktls option
2021-07-09  Matt CaswellFix s_server PSK handling
2021-06-26  Pauliapps: address potential memory leaks
2021-06-15  Hubert Karios_server: make -rev option easier to find (mention...
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
next