summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-07Remove unused variablePauli
2017-01-17Fix list -disabled for blake2 algEasySec
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-09-22Add -Wswitch-enumRich Salz
2016-09-13Add --missing-help to list commandRich Salz
2016-08-01apps/openssl.c: UTF-y Windows argv.Andy Polyakov
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-20Fixup READLINE caseRichard Levitte
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-05remove unused macros in list -disabledJ Mohan Rao Arisankala
2016-04-26Remove the never-functional no-sctBenjamin Kaduk
2016-04-21Remove some unneccessary assignments to argcMatt Caswell
2016-04-21Fix some code maintenance issuesMatt Caswell
2016-04-13Remove OPENSSL_NO_HMACMatt Caswell
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-01Force argv to be an array of long pointers on VMSRichard Levitte
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-30Fix pointer size issues with argv on VMSRichard Levitte
2016-03-21Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte
2016-03-19Revert "Include progs.h directly in openssl.c instead of via apps.h"Viktor Dukhovni
2016-03-19Include progs.h directly in openssl.c instead of via apps.hRichard Levitte
2016-03-11Add blake2 support.Bill Cox
2016-03-09Remove the old threading APIMatt Caswell
2016-02-17Remove JPAKERich Salz
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Get the apps to use auto-init/de-initMatt Caswell
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-13Don't return from main(), use EXIT() insteadRichard Levitte
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Inline LHASH_OFDr. Stephen Henson
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2015-12-22Add ssl configuration support to s_server and s_clientDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-12Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-16Fix error message when loading engines from configDmitry Belyavsky
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-30Display brief help if no options for list.Ben Laurie
2015-09-24Restore the old interactive prompt.Rich Salz