aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-25GH408 follow-on: update buflenAlessandro Ghedini1-1/+5
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell11-58/+170
2015-09-24fix compilation on SolarisVladimir Kotal1-3/+2
2015-09-24Restore the old interactive prompt.Rich Salz1-12/+1
2015-09-23Fix s_server DTLSv1_listen issuesMatt Caswell1-5/+4
2015-09-23Add support for DTLSv1_listen in s_serverMatt Caswell1-3/+41
2015-09-22Remove "noise" comments from TS files.Rich Salz1-134/+29
2015-09-21Fix -srpvfile option in srp command lineMatt Caswell1-12/+16
2015-09-20Make SRP work with -wwwDr. Stephen Henson1-0/+45
2015-09-20make no-dh workDr. Stephen Henson2-3/+14
2015-09-20Finally, remove a possibly disabled featureRichard Levitte1-3/+0
2015-09-20Add more features that may be disabledRichard Levitte1-0/+6
2015-09-20Add more features that may be disabledRichard Levitte1-1/+19
2015-09-20Add more features that may be disabledRichard Levitte1-3/+21
2015-09-20Add more features that may be disabledRichard Levitte1-0/+63
2015-09-20Sort the disabled features alphabeticallyRichard Levitte1-7/+7
2015-09-20Small typoRichard Levitte1-1/+1
2015-09-19Print out a list of disabled features.Dr. Stephen Henson1-1/+36
2015-09-17RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz2-2/+3
2015-09-11Use default field separator.Dr. Stephen Henson1-1/+5
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie10-17/+26
2015-09-10Unwriteable directories are errorsRich Salz1-1/+1
2015-09-08Fix rehash/c_rehash doc and behavior.Rich Salz1-0/+4
2015-09-08Fix uninit warning. Remove unnecessary casts. Nothing to add is an error.Ben Laurie1-5/+10
2015-09-07add support for apple os/xRich Salz1-3/+2
2015-09-07GH391: Apple portRich Salz1-28/+57