aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix "primarility" typoMichal Bozon2015-11-211-1/+1
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-202-4/+4
* Add s_client support for waiting for asyncMatt Caswell2015-11-204-16/+17
* Fix the error code for SSL_get_async_wait_fd()Matt Caswell2015-11-201-1/+1
* make updateMatt Caswell2015-11-201-22/+22
* Fix pools for s_clientMatt Caswell2015-11-201-1/+7
* Fix s_server bugMatt Caswell2015-11-201-2/+9
* Implement local thread poolsMatt Caswell2015-11-201-1/+1
* Initial Async notify code changesMatt Caswell2015-11-201-1/+21
* Add ASYNC_JOB poolsMatt Caswell2015-11-202-24/+30
* Fix s_server -WWW with -asyncMatt Caswell2015-11-201-2/+2
* Add s_server and s_client async supportMatt Caswell2015-11-202-20/+62
* Use better defaults for TSA.Dr. Stephen Henson2015-11-202-3/+3
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-203-12/+21
* add -psk option to ciphers commandDr. Stephen Henson2015-11-141-0/+24
* add -tls1_2,-tls1_1 options to ciphers commandDr. Stephen Henson2015-11-141-0/+10
* RT2667: Add IRC support to -starttlsNathan Phillip Brink2015-11-131-2/+66
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-0916-38/+46
* Fix usage of BIO_ctrl_set_connectedRichard Levitte2015-11-021-1/+1
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-306-36/+20
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-1/+1
* Remove a call to SSL_set_state from s_serverMatt Caswell2015-10-301-7/+19
* Remove redundant codeMatt Caswell2015-10-301-1/+1
* Remove useless codeAlessandro Ghedini2015-10-235-21/+3
* Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini2015-10-231-1/+1
* Move auto Host adding to query_responderDr. Stephen Henson2015-10-181-14/+11
* Fix memory leak with -issuer option.Dr. Stephen Henson2015-10-181-3/+5
* Fix error message when loading engines from configDmitry Belyavsky2015-10-161-4/+4
* Rename -set-serial command to reqMatt Caswell2015-10-121-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-1238-114/+19
* Fix option name discrepancyMatt Caswell2015-10-121-2/+2
* Make no-psk compile without warnings.Dr. Stephen Henson2015-10-111-4/+0
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-092-2/+2
* Don't try and parse boolean type.Dr. Stephen Henson2015-10-061-2/+2
* Address Windows warnings in apps/.Andy Polyakov2015-10-052-25/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-051-6/+6
* Display brief help if no options for list.Ben Laurie2015-09-301-1/+8
* Fix -Wshadow warnings in mingw builds.Andy Polyakov2015-09-291-3/+3
* Print debug info for extended master secret extensionAlessandro Ghedini2015-09-281-0/+3
* RT4053: Typo in error messageMichal Bozon2015-09-281-1/+1
* SRP memory leak fixDr. Stephen Henson2015-09-281-0/+3
* Silence Wconditional-uninitializedEmilia Kasper2015-09-281-1/+1
* GH408 follow-on: update buflenAlessandro Ghedini2015-09-251-1/+5
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-2511-58/+170
* fix compilation on SolarisVladimir Kotal2015-09-241-3/+2
* Restore the old interactive prompt.Rich Salz2015-09-241-12/+1
* Fix s_server DTLSv1_listen issuesMatt Caswell2015-09-231-5/+4
* Add support for DTLSv1_listen in s_serverMatt Caswell2015-09-231-3/+41
* Remove "noise" comments from TS files.Rich Salz2015-09-221-134/+29
* Fix -srpvfile option in srp command lineMatt Caswell2015-09-211-12/+16