summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
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-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-15Update copyright yearMatt Caswell
2022-03-14check return value of functions that call BIO_new() internallyxkernel
2022-03-10check the return value of BIO_new_file()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-24s_server: correctly handle 2^14 byte long recordsHubert Kario
2021-11-22SSL_export_keying_material: fix return checkPeiwei Hu
2021-10-22Fix the s_server psk_server_cb for use in DTLSMatt Caswell
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
2020-11-19Minor cleanup of error output for various appsDavid von Oheimb
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell
2020-11-18Remove deprecated functionality from s_serverMatt Caswell
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-09-08OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-07-30unify spelling of serializePauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short