aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2015-12-09remove ecdh.h headerDr. Stephen Henson1-1/+0
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte3-13/+13
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte1-7/+11
2015-12-07Have the few apps that accessed EVP_MD directly use accessors insteadRichard Levitte2-2/+2
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte3-49/+66
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte1-1/+1
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx1-45/+2
2015-11-24Fix grammar errorsQuanah Gibson-Mount1-4/+4
2015-11-21Fix "primarility" typoMichal Bozon1-1/+1
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell2-4/+4
2015-11-20Add s_client support for waiting for asyncMatt Caswell4-16/+17
2015-11-20Fix the error code for SSL_get_async_wait_fd()Matt Caswell1-1/+1
2015-11-20make updateMatt Caswell1-22/+22
2015-11-20Fix pools for s_clientMatt Caswell1-1/+7
2015-11-20Fix s_server bugMatt Caswell1-2/+9
2015-11-20Implement local thread poolsMatt Caswell1-1/+1
2015-11-20Initial Async notify code changesMatt Caswell1-1/+21
2015-11-20Add ASYNC_JOB poolsMatt Caswell2-24/+30
2015-11-20Fix s_server -WWW with -asyncMatt Caswell1-2/+2
2015-11-20Add s_server and s_client async supportMatt Caswell2-20/+62
2015-11-20Use better defaults for TSA.Dr. Stephen Henson2-3/+3
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson3-12/+21
2015-11-14add -psk option to ciphers commandDr. Stephen Henson1-0/+24
2015-11-14add -tls1_2,-tls1_1 options to ciphers commandDr. Stephen Henson1-0/+10
2015-11-13RT2667: Add IRC support to -starttlsNathan Phillip Brink1-2/+66
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell16-38/+46
2015-11-02Fix usage of BIO_ctrl_set_connectedRichard Levitte1-1/+1
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz6-36/+20
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell1-1/+1
2015-10-30Remove a call to SSL_set_state from s_serverMatt Caswell1-7/+19
2015-10-30Remove redundant codeMatt Caswell1-1/+1
2015-10-23Remove useless codeAlessandro Ghedini5-21/+3
2015-10-23Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini1-1/+1
2015-10-18Move auto Host adding to query_responderDr. Stephen Henson1-14/+11
2015-10-18Fix memory leak with -issuer option.Dr. Stephen Henson1-3/+5
2015-10-16Fix error message when loading engines from configDmitry Belyavsky1-4/+4
2015-10-12Rename -set-serial command to reqMatt Caswell1-1/+1
2015-10-12Centralise loading default apps config fileMatt Caswell38-114/+19
2015-10-12Fix option name discrepancyMatt Caswell1-2/+2
2015-10-11Make no-psk compile without warnings.Dr. Stephen Henson1-4/+0
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper2-2/+2
2015-10-06Don't try and parse boolean type.Dr. Stephen Henson1-2/+2
2015-10-05Address Windows warnings in apps/.Andy Polyakov2-25/+1
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov1-6/+6
2015-09-30Display brief help if no options for list.Ben Laurie1-1/+8
2015-09-29Fix -Wshadow warnings in mingw builds.Andy Polyakov1-3/+3
2015-09-28Print debug info for extended master secret extensionAlessandro Ghedini1-0/+3
2015-09-28RT4053: Typo in error messageMichal Bozon1-1/+1
2015-09-28SRP memory leak fixDr. Stephen Henson1-0/+3
2015-09-28Silence Wconditional-uninitializedEmilia Kasper1-1/+1