aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Use the untrusted certificate chain to create a valid certificate ID for OCSP...olszomal2024-03-121-14/+30
* Error in s_server when -rev option is used with dtls.Frederik Wedel-Heinen2024-01-151-0/+5
* Bad function definitionDimitri Papadopoulos2023-09-111-1/+1
* Modify the dkeyform type to support enginewangcheng2023-09-081-1/+1
* Fix typos found by codespellDimitri Papadopoulos2023-07-181-2/+2
* Coverity 1528490: Avoid assignment of unused value of iTomas Mraz2023-06-101-5/+2
* RFC7250 (RPK) supportTodd Short2023-03-281-3/+40
* Fix a potential memory leak in apps/s_server.cbesher2023-02-081-0/+1
* Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu2022-12-051-2/+2
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-241-0/+16
* Add support for compressed certificates (RFC8879)Todd Short2022-10-181-1/+16
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-061-2/+2
* apps/s_server.c: Add check for OPENSSL_strdupJiasheng Jiang2022-06-221-0/+2
* s_serve: Report an error if init-connection fails without an attempt to read.Daniel Fiala2022-05-061-4/+42
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+1
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-101-1/+16
* check the return value of BIO_new_file()xkernel2022-03-101-0/+4
* apps: several return value checks for BIO_new()xkernel2022-03-041-2/+6
* s_server: Do not use SSL_sendfile when KTLS is not being usedHugo Landau2022-03-031-1/+8
* apps/s_server: Add missing check for BIO_newJiasheng Jiang2022-02-171-4/+50
* s_server: Add check for OPENSSL_strdupJiasheng Jiang2022-02-171-2/+3
* s_server: correctly handle 2^14 byte long recordsHubert Kario2022-01-201-5/+9
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-2/+2
* apps/s_server: Correct s_server to return the correct file pathTianjia Zhang2021-12-101-1/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+1
* SSL_export_keying_material: fix return checkPeiwei Hu2021-11-221-2/+2
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-14/+10
* Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper2021-11-021-6/+4
* Fix the s_server psk_server_cb for use in DTLSMatt Caswell2021-10-221-5/+5
* apps/s_server: Add ktls optionTianjia Zhang2021-09-191-1/+19
* Fix s_server PSK handlingMatt Caswell2021-07-091-0/+11
* apps: address potential memory leaksPauli2021-06-261-0/+4
* s_server: make -rev option easier to find (mention echo)Hubert Kario2021-06-151-1/+1
* Remove "-immedate_renegotiation" optionRich Salz2021-06-151-6/+0
* Fix s_server app to not report an error when using a non DH certificate.Shane Lontis2021-06-101-4/+6
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-3/+3
* DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistencyDr. David von Oheimb2021-05-201-6/+6
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-181-6/+2
* apps/s_server: Add -proxy and -no_proxy optionsDr. David von Oheimb2021-05-181-1/+22
* apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb2021-05-181-2/+2
* Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz2021-05-171-0/+6
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-10/+12
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+2
* Fix CRL app so that stdin works.Shane Lontis2021-04-301-1/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz2021-03-151-2/+2
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-5/+5