summaryrefslogtreecommitdiffstats
path: root/apps/ciphers.c
AgeCommit message (Expand)Author
2022-09-20Check that sk_SSL_CIPHER_value returns non-NULL value.Daniel Fiala
2022-05-03Update copyright yearMatt Caswell
2022-01-27Ensure ciphers command honours -propqueryMatt Caswell
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-08-25apps/ciphers: Fix wrong return value when using -convert parameterTianjia Zhang
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2020-12-15Check non-option argumentsRich Salz
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-05-27Use fixed length for formatting standard cipher namesDaniƫl van Eeden
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-10-14Constify command optionsFdaSilvaYY
2016-06-14Add missing break statementMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-10Add -srp option to ciphers command.Dr. Stephen Henson
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2015-12-15Fix no-psk compile failureMatt Caswell
2015-11-14add -psk option to ciphers commandDr. Stephen Henson
2015-11-14add -tls1_2,-tls1_1 options to ciphers commandDr. Stephen Henson
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-01free NULL cleanup -- codaRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-11free NULL cleanup 10Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-06-29Make no-ssl3 no-ssl2 do more sensible things.Dr. Stephen Henson
2014-03-29Fix warning.Ben Laurie
2014-03-28Allow return of supported ciphers.Dr. Stephen Henson