aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* Fix s_server problem with no-ecMatt Caswell2015-12-151-1/+1
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-2/+1
* Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx2015-12-121-2/+2
* Fix grammar errorsQuanah Gibson-Mount2015-11-241-4/+4
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-2/+2
* Add s_client support for waiting for asyncMatt Caswell2015-11-201-0/+2
* Fix pools for s_clientMatt Caswell2015-11-201-1/+7
* Add s_server and s_client async supportMatt Caswell2015-11-201-0/+21
* RT2667: Add IRC support to -starttlsNathan Phillip Brink2015-11-131-2/+66
* Fix usage of BIO_ctrl_set_connectedRichard Levitte2015-11-021-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* SRP memory leak fixDr. Stephen Henson2015-09-281-0/+3
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-3/+14
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-061-2/+2
* RT3984: Fix clang compiler warning on Mac OS X where %ld is used for uint64_t.Adam Eijdenberg2015-09-011-1/+1
* Fix SRTP s_client/s_server optionsMatt Caswell2015-08-041-1/+1
* Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie2015-08-021-1/+1
* Various doc fixes from GH pull requestsRich Salz2015-07-311-1/+1
* RT3742: Add xmpp_server to s_client.Kai Engert2015-07-311-2/+7
* missing breakDr. Stephen Henson2015-06-251-0/+1
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-1/+0
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-70/+60
* Restore module loadingRichard Levitte2015-05-291-0/+3
* fix s_client crashRich Salz2015-05-251-3/+4
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-49/+19
* RT266: Add HTTP proxy/CONNECT to s_clientMichael Trapp2015-05-221-6/+48
* Fix various OPENSSL_NO_* optionsMatt Caswell2015-05-221-0/+14
* Client side version negotiation rewriteMatt Caswell2015-05-161-1/+1
* Use #error in openssl/srp.hRich Salz2015-05-151-0/+7
* Remove Kerberos support from appsMatt Caswell2015-05-131-21/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+2
* free null cleanup finaleRich Salz2015-05-011-8/+2
* free NULL cleanup 7Rich Salz2015-04-301-8/+4
* free cleanup almost the finaleRich Salz2015-04-301-14/+4
* In apps, malloc or dieRich Salz2015-04-301-25/+18
* free NULL cleanup 5aRich Salz2015-04-301-8/+4
* Remove needless bio_err argumentRich Salz2015-04-291-2/+2
* remove malloc castsRich Salz2015-04-281-1/+1
* Fix Wmaybe-uninitialized: initialize variableEmilia Kasper2015-04-271-1/+1
* RT2451: Add telnet to s_client -starttlsRich Salz2015-04-251-5/+45
* Add -nocommands to s_client.Rich Salz2015-04-251-5/+9
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-16/+11
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-712/+644
* Code style: space after 'if'Viktor Dukhovni2015-04-161-5/+5
* free NULL cleanup 10Rich Salz2015-04-111-4/+2
* free NULL cleanupRich Salz2015-03-281-2/+1
* free NULL cleanupRich Salz2015-03-251-8/+4
* Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell2015-03-251-6/+5
* apps return value checksMatt Caswell2015-03-231-8/+28