summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_clientPetr Gotthard2021-02-171-2/+2
* Deprecate the low level SRP APIsMatt Caswell2021-02-121-121/+22
* Load rand state after loading providersRich Salz2021-02-111-0/+1
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-3/+1
* Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-161-6/+1
* Check non-option argumentsRich Salz2020-12-151-1/+4
* Minor cleanup of error output for various appsDavid von Oheimb2020-11-191-1/+2
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-181-6/+0
* Implement a replacement for SSL_set_tmp_dh()Matt Caswell2020-11-181-52/+35
* Remove deprecated functionality from s_serverMatt Caswell2020-11-181-2/+15
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-6/+5
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-6/+6
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-1/+0
* OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2020-09-081-2/+2
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-201-10/+8
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-2/+2
* unify spelling of serializePauli2020-07-301-1/+1
* 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-151-4/+6
* Add "sections" to -help outputRich Salz2019-11-071-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