summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
AgeCommit message (Expand)Author
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
2020-05-19Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy
2020-05-15Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-05-07SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov
2020-05-06s_server normal shutdownDmitry Belyavskiy
2020-04-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-04-01apps: support sendfile in s_server when ktls enabledTianjia Zhang
2020-03-27s_server: Properly indicate ALPN protocol mismatchTomas Mraz
2020-03-24Use ctx2 instead ctx.Richard Könning
2020-03-20s_server: warn about NO PSK identity hint in TLSv1.3EasySec
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2019-11-16commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-10-28Fix an s_server arbitrary file read issue on WindowsMatt Caswell
2019-10-28Cleanup hardcoded cipher suite codepoints in s_serverJohannes Bauer
2019-10-17Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-08-19Get rid of using deprecated function isasciiDmitry Belyavskiy
2019-05-09Squashed commit of the following:Lorinczy Zsigmond
2019-04-01apps: print Kernel receive side TLS in s_client and s_serverBoris Pismenny
2019-03-29Remove heartbeats completelyRichard Levitte
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2019-01-31Fix error message for s_server -psk optionweinholtendian
2018-12-07apps: print Kernel TLS in s_client and s_serverBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-11-21openssl s_server: don't use sendto() with connected UDP socketMatthew Hodgson
2018-10-19Don't complain and fail about unknown TLSv1.3 PSK identities in s_serverMatt Caswell
2018-09-13Don't allow -early_data with other options where it doesn't workMatt Caswell