summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson
2016-02-03Refactoring BIO: Adapt s_client and s_serverRichard Levitte
2016-01-29Implement Async SSL_shutdownMatt Caswell
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-14RT4232: Extra space in help message.Rich Salz
2016-01-08Another portability fix.Rich Salz
2016-01-08Portability fix for apps/s_client.cRich Salz
2016-01-07DANE s_client supportViktor Dukhovni
2015-12-22Add ssl configuration support to s_server and s_clientDr. Stephen Henson
2015-12-15Fix s_server problem with no-ecMatt Caswell
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-12Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx
2015-11-24Fix grammar errorsQuanah Gibson-Mount
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Add s_client support for waiting for asyncMatt Caswell
2015-11-20Fix pools for s_clientMatt Caswell
2015-11-20Add s_server and s_client async supportMatt Caswell
2015-11-13RT2667: Add IRC support to -starttlsNathan Phillip Brink
2015-11-02Fix usage of BIO_ctrl_set_connectedRichard Levitte
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-28SRP memory leak fixDr. Stephen Henson
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte
2015-09-01RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.Adam Eijdenberg
2015-08-04Fix SRTP s_client/s_server optionsMatt Caswell
2015-08-02Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie
2015-07-31Various doc fixes from GH pull requestsRich Salz
2015-07-31RT3742: Add xmpp_server to s_client.Kai Engert
2015-06-25missing breakDr. Stephen Henson
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-25fix s_client crashRich Salz
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-22RT266: Add HTTP proxy/CONNECT to s_clientMichael Trapp
2015-05-22Fix various OPENSSL_NO_* optionsMatt Caswell
2015-05-16Client side version negotiation rewriteMatt Caswell
2015-05-15Use #error in openssl/srp.hRich Salz
2015-05-13Remove Kerberos support from appsMatt Caswell
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-29Remove needless bio_err argumentRich Salz