summaryrefslogtreecommitdiffstats
path: root/apps/ciphers.c
AgeCommit message (Expand)Author
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
2012-11-16new command line option -stdname to ciphers utilityDr. Stephen Henson
2011-04-29Initial "opaque SSL" framework. If an application definesDr. Stephen Henson
2007-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson
2005-10-26fix stupid typoBodo Möller
2005-10-01new option "openssl ciphers -V"Bodo Möller
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch
2005-04-05some const fixesNils Larsch
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte