aboutsummaryrefslogtreecommitdiff
path: root/apps/s_client.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-18GH681: More command help cleanupRich Salz1-22/+35
2016-02-17Remove JPAKERich Salz1-26/+5
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte1-5/+5
2016-02-09Auto init/deinit libcryptoMatt Caswell1-4/+0
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni1-15/+1
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson1-1/+1
2016-02-03Refactoring BIO: Adapt s_client and s_serverRichard Levitte1-22/+95
2016-01-29Implement Async SSL_shutdownMatt Caswell1-2/+23
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni1-3/+2
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni1-14/+31
2016-01-14RT4232: Extra space in help message.Rich Salz1-11/+1
2016-01-08Another portability fix.Rich Salz1-1/+1
2016-01-08Portability fix for apps/s_client.cRich Salz1-13/+16
2016-01-07DANE s_client supportViktor Dukhovni1-2/+222
2015-12-22Add ssl configuration support to s_server and s_clientDr. Stephen Henson1-1/+15
2015-12-15Fix s_server problem with no-ecMatt Caswell1-1/+1
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson1-2/+1
2015-12-12Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx1-2/+2
2015-11-24Fix grammar errorsQuanah Gibson-Mount1-4/+4
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell1-2/+2
2015-11-20Add s_client support for waiting for asyncMatt Caswell1-0/+2
2015-11-20Fix pools for s_clientMatt Caswell1-1/+7
2015-11-20Add s_server and s_client async supportMatt Caswell1-0/+21
2015-11-13RT2667: Add IRC support to -starttlsNathan Phillip Brink1-2/+66
2015-11-02Fix usage of BIO_ctrl_set_connectedRichard Levitte1-1/+1
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-28SRP memory leak fixDr. Stephen Henson1-0/+3
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell1-3/+14
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-1/+1
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte1-2/+2
2015-09-01RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.Adam Eijdenberg1-1/+1
2015-08-04Fix SRTP s_client/s_server optionsMatt Caswell1-1/+1
2015-08-02Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie1-1/+1
2015-07-31Various doc fixes from GH pull requestsRich Salz1-1/+1
2015-07-31RT3742: Add xmpp_server to s_client.Kai Engert1-2/+7
2015-06-25missing breakDr. Stephen Henson1-0/+1
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz1-1/+0
2015-06-02Standardize handling of #ifdef'd options.Rich Salz1-70/+60
2015-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-25fix s_client crashRich Salz1-3/+4
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell1-49/+19
2015-05-22RT266: Add HTTP proxy/CONNECT to s_clientMichael Trapp1-6/+48
2015-05-22Fix various OPENSSL_NO_* optionsMatt Caswell1-0/+14
2015-05-16Client side version negotiation rewriteMatt Caswell1-1/+1
2015-05-15Use #error in openssl/srp.hRich Salz1-0/+7
2015-05-13Remove Kerberos support from appsMatt Caswell1-21/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-1/+2
2015-05-01free null cleanup finaleRich Salz1-8/+2
2015-04-30free NULL cleanup 7Rich Salz1-8/+4
2015-04-30free cleanup almost the finaleRich Salz1-14/+4