summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2015-11-14add -psk option to ciphers commandDr. Stephen Henson
2015-11-14add -tls1_2,-tls1_1 options to ciphers commandDr. Stephen Henson
2015-11-13RT2667: Add IRC support to -starttlsNathan Phillip Brink
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-11-02Fix usage of BIO_ctrl_set_connectedRichard Levitte
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell
2015-10-30Remove a call to SSL_set_state from s_serverMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini
2015-10-18Move auto Host adding to query_responderDr. Stephen Henson
2015-10-18Fix memory leak with -issuer option.Dr. Stephen Henson
2015-10-16Fix error message when loading engines from configDmitry Belyavsky
2015-10-12Rename -set-serial command to reqMatt Caswell
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-10-12Fix option name discrepancyMatt Caswell
2015-10-11Make no-psk compile without warnings.Dr. Stephen Henson
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-10-06Don't try and parse boolean type.Dr. Stephen Henson
2015-10-05Address Windows warnings in apps/.Andy Polyakov
2015-10-05Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov
2015-09-30Display brief help if no options for list.Ben Laurie
2015-09-29Fix -Wshadow warnings in mingw builds.Andy Polyakov
2015-09-28Print debug info for extended master secret extensionAlessandro Ghedini
2015-09-28RT4053: Typo in error messageMichal Bozon
2015-09-28SRP memory leak fixDr. Stephen Henson
2015-09-28Silence Wconditional-uninitializedEmilia Kasper
2015-09-25GH408 follow-on: update buflenAlessandro Ghedini
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-09-24fix compilation on SolarisVladimir Kotal
2015-09-24Restore the old interactive prompt.Rich Salz
2015-09-23Fix s_server DTLSv1_listen issuesMatt Caswell
2015-09-23Add support for DTLSv1_listen in s_serverMatt Caswell
2015-09-22Remove "noise" comments from TS files.Rich Salz
2015-09-21Fix -srpvfile option in srp command lineMatt Caswell
2015-09-20Make SRP work with -wwwDr. Stephen Henson
2015-09-20make no-dh workDr. Stephen Henson
2015-09-20Finally, remove a possibly disabled featureRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Sort the disabled features alphabeticallyRichard Levitte
2015-09-20Small typoRichard Levitte
2015-09-19Print out a list of disabled features.Dr. Stephen Henson
2015-09-17RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz
2015-09-11Use default field separator.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-10Unwriteable directories are errorsRich Salz