summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
2023-03-28RFC7250 (RPK) supportTodd Short
2023-02-08Fix a potential memory leak in apps/s_server.cbesher
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-06Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte
2022-06-22apps/s_server.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-05-06s_serve: Report an error if init-connection fails without an attempt to read.Daniel Fiala
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10check the return value of BIO_new_file()xkernel
2022-03-04apps: several return value checks for BIO_new()xkernel
2022-03-03s_server: Do not use SSL_sendfile when KTLS is not being usedHugo Landau
2022-02-17apps/s_server: Add missing check for BIO_newJiasheng Jiang
2022-02-17s_server: Add check for OPENSSL_strdupJiasheng Jiang
2022-01-20s_server: correctly handle 2^14 byte long recordsHubert Kario
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-10apps/s_server: Correct s_server to return the correct file pathTianjia Zhang
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-11-22SSL_export_keying_material: fix return checkPeiwei Hu
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-11-02Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper
2021-10-22Fix the s_server psk_server_cb for use in DTLSMatt Caswell
2021-09-19apps/s_server: Add ktls optionTianjia Zhang
2021-07-09Fix s_server PSK handlingMatt Caswell
2021-06-26apps: address potential memory leaksPauli
2021-06-15s_server: make -rev option easier to find (mention echo)Hubert Kario
2021-06-15Remove "-immedate_renegotiation" optionRich Salz
2021-06-10Fix s_server app to not report an error when using a non DH certificate.Shane Lontis
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-20DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistencyDr. David von Oheimb
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-18apps/s_server: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-18apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-30Fix CRL app so that stdin works.Shane Lontis
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-17Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_clientPetr Gotthard
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2021-02-12Load rand state after loading providersRich Salz
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-16Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte
2020-12-15Check non-option argumentsRich Salz