aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-2/+2
* APPS: Reduce deprecation warning suppression - ENGINERichard Levitte2020-10-041-6/+3
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-2/+2
* Fix safestack issues in ct.hMatt Caswell2020-09-131-2/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-3/+0
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-201-6/+6
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-2/+1
* apps: deprecate enginesPauli2020-07-161-0/+3
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-2/+1
* Force ssl/tls protocol flags to use stream socketsBenny Baumann2020-06-301-0/+20
* s_client: Fix -proxy flag regressionMarc2020-05-251-15/+31
* Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy2020-05-191-1/+10
* Use _get0_ functions instead of _get_.Marc2020-05-191-2/+2
* s_client: Show cert algorithms & validity periodMarc2020-05-191-0/+14
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-6/+5
* s_server normal shutdownDmitry Belyavskiy2020-05-061-21/+0
* Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb2020-04-241-6/+2
* 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-10/+10
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* fix a minor bug of s_clientRoger Ning2020-03-051-2/+2
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-114/+16
* More accurate doc of -ssl_config optionRich Salz2020-02-061-1/+1
* Document command parameters.Rich Salz2019-11-201-0/+5
* Add "sections" to -help outputRich Salz2019-11-081-82/+96
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-9/+34
* Add BN_check_prime()Kurt Roeckx2019-10-141-4/+2
* remove end of line spacesPauli2019-07-161-2/+2
* Remove tab characters from C source files.Pauli2019-07-161-1/+1
* Fix TyposAntoine Cœur2019-07-011-1/+1
* s_client starttls: fix handling of multiline replyDan Campbell2019-04-081-1/+1
* apps: print Kernel receive side TLS in s_client and s_serverBoris Pismenny2019-04-011-0/+2
* Remove heartbeats completelyRichard Levitte2019-03-291-9/+1
* Adapt SSL_DEBUG to the new generic trace APIRichard Levitte2019-03-061-3/+3
* Don't set SNI by default if hostname is not dNS nameIonut Mihalcea2019-02-191-4/+72
* Fix -verify_return_error in s_clientMatt Caswell2019-02-141-0/+1
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-2/+2
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-011-0/+15
* s_client: fix not to send a command letter of RShigeki Ohtsu2019-01-271-3/+1
* Fix s_client so that it builds on WindowsMatt Caswell2019-01-241-2/+4
* s_client: Add basic proxy authentication supportMarc2019-01-181-5/+76
* Fix s_client hang on non-compliant NNTP server testQuantomicus2018-12-171-6/+10
* 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
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-7/+7
* Only dump session data after we have received itMatt Caswell2018-06-261-15/+39
* Fix a memory leak in an error pathMatt Caswell2018-05-311-0/+1