aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-4/+2
* Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy2020-05-191-2/+10
* Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb2020-05-151-1/+3
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-9/+8
* SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov2020-05-071-1/+11
* s_server normal shutdownDmitry Belyavskiy2020-05-061-5/+3
* Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb2020-04-241-15/+5
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-241-5/+2
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-201-24/+24
* apps: support sendfile in s_server when ktls enabledTianjia Zhang2020-04-011-24/+83
* s_server: Properly indicate ALPN protocol mismatchTomas Mraz2020-03-271-1/+1
* Use ctx2 instead ctx.Richard Könning2020-03-241-1/+1
* s_server: warn about NO PSK identity hint in TLSv1.3EasySec2020-03-201-4/+10
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+7
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-7/+6
* commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf2019-11-161-4/+6
* Add "sections" to -help outputRich Salz2019-11-081-69/+85
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-8/+34
* Fix an s_server arbitrary file read issue on WindowsMatt Caswell2019-10-281-4/+10
* Cleanup hardcoded cipher suite codepoints in s_serverJohannes Bauer2019-10-281-3/+0
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-171-2/+2
* Get rid of using deprecated function isasciiDmitry Belyavskiy2019-08-191-1/+1
* Squashed commit of the following:Lorinczy Zsigmond2019-05-091-2/+11
* apps: print Kernel receive side TLS in s_client and s_serverBoris Pismenny2019-04-011-0/+2
* Remove heartbeats completelyRichard Levitte2019-03-291-8/+0
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-011-1/+16
* Fix error message for s_server -psk optionweinholtendian2019-01-311-1/+1
* apps: print Kernel TLS in s_client and s_serverBoris Pismenny2018-12-071-0/+4
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* openssl s_server: don't use sendto() with connected UDP socketMatthew Hodgson2018-11-211-0/+2
* Don't complain and fail about unknown TLSv1.3 PSK identities in s_serverMatt Caswell2018-10-191-3/+2
* Don't allow -early_data with other options where it doesn't workMatt Caswell2018-09-131-0/+5
* Free SSL object on an error pathMatt Caswell2018-08-301-2/+6
* Don't fail if the PSK identity doesn't matchMatt Caswell2018-07-061-2/+5
* Add the ability to configure recv_max_early_data via s_serverMatt Caswell2018-07-061-4/+15
* Add the ability to configure anti-replay via SSL_CONFMatt Caswell2018-07-021-0/+5
* Free a variable on an error pathMatt Caswell2018-05-311-0/+1
* Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx2018-05-221-0/+3
* Fix no-srtp build warningsTodd Short2018-05-201-0/+4
* Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell2018-05-171-1/+4
* Fix s_client and s_server so that they correctly handle the DTLS timerMatt Caswell2018-05-081-5/+2
* apps/s_server.c: Avoid unused variable due to 'no-dtls'Richard Levitte2018-04-271-6/+4
* openssl s_server: print the accepting address and socketRichard Levitte2018-04-041-8/+1
* Unify s_client/s_server srtp profiles option handlingFdaSilvaYY2018-03-211-9/+2
* s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte2018-03-191-4/+8
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-121-0/+4
* Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell2018-03-091-7/+3
* Do not set a nonzero default max_early_dataBenjamin Kaduk2018-02-281-0/+2