aboutsummaryrefslogtreecommitdiff
path: root/apps/s_client.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-12Deprecate the low level SRP APIsMatt Caswell1-132/+10
2021-02-12Load rand state after loading providersRich Salz1-3/+2
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-11APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb1-2/+1
2020-12-15Check non-option argumentsRich Salz1-17/+18
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte1-2/+2
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte1-6/+3
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb1-2/+2
2020-09-13Fix safestack issues in ct.hMatt Caswell1-2/+0
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell1-1/+0
2020-09-13Fix safestack issues in x509.hMatt Caswell1-3/+0
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb1-6/+6
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb1-2/+1
2020-07-16apps: deprecate enginesPauli1-0/+3
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short1-2/+1
2020-06-30Force ssl/tls protocol flags to use stream socketsBenny Baumann1-0/+20
2020-05-25s_client: Fix -proxy flag regressionMarc1-15/+31
2020-05-19Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy1-1/+10
2020-05-19Use _get0_ functions instead of _get_.Marc1-2/+2
2020-05-19s_client: Show cert algorithms & validity periodMarc1-0/+14
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb1-6/+5
2020-05-06s_server normal shutdownDmitry Belyavskiy1-21/+0
2020-04-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb1-6/+2
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb1-5/+2
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+6
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb1-10/+10
2020-03-07cmdline app: add provider commandline options.Pauli1-1/+6
2020-03-05fix a minor bug of s_clientRoger Ning1-2/+2
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb1-114/+16
2020-02-06More accurate doc of -ssl_config optionRich Salz1-1/+1
2019-11-20Document command parameters.Rich Salz1-0/+5
2019-11-08Add "sections" to -help outputRich Salz1-82/+96
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte1-9/+34
2019-10-14Add BN_check_prime()Kurt Roeckx1-4/+2
2019-07-16remove end of line spacesPauli1-2/+2
2019-07-16Remove tab characters from C source files.Pauli1-1/+1
2019-07-01Fix TyposAntoine Cœur1-1/+1
2019-04-08s_client starttls: fix handling of multiline replyDan Campbell1-1/+1
2019-04-01apps: print Kernel receive side TLS in s_client and s_serverBoris Pismenny1-0/+2
2019-03-29Remove heartbeats completelyRichard Levitte1-9/+1
2019-03-06Adapt SSL_DEBUG to the new generic trace APIRichard Levitte1-3/+3
2019-02-19Don't set SNI by default if hostname is not dNS nameIonut Mihalcea1-4/+72
2019-02-14Fix -verify_return_error in s_clientMatt Caswell1-0/+1
2019-02-05Remove unnecessary trailing whitespaceSam Roberts1-2/+2
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen1-0/+15
2019-01-27s_client: fix not to send a command letter of RShigeki Ohtsu1-3/+1
2019-01-24Fix s_client so that it builds on WindowsMatt Caswell1-2/+4
2019-01-18s_client: Add basic proxy authentication supportMarc1-5/+76
2018-12-17Fix s_client hang on non-compliant NNTP server testQuantomicus1-6/+10