summaryrefslogtreecommitdiff
path: root/apps/ciphers.c
Commit message (Expand)AuthorAgeFilesLines
* Check that sk_SSL_CIPHER_value returns non-NULL value.Daniel Fiala2022-09-201-0/+7
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Ensure ciphers command honours -propqueryMatt Caswell2022-01-271-1/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-3/+2
* apps/ciphers: Fix wrong return value when using -convert parameterTianjia Zhang2021-08-251-0/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-8/+3
* Check non-option argumentsRich Salz2020-12-151-2/+3
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-2/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Document command parameters.Rich Salz2019-11-201-0/+5
* Add "sections" to -help outputRich Salz2019-11-081-9/+14
* Use fixed length for formatting standard cipher namesDaniƫl van Eeden2019-05-271-1/+1
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-1/+13
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-211-10/+13
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-1/+1
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-0/+8
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Add missing break statementMatt Caswell2016-06-141-0/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Add -srp option to ciphers command.Dr. Stephen Henson2016-05-101-0/+21
* Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx2016-03-091-12/+14
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-191-3/+15
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-2/+2
* Fix no-psk compile failureMatt Caswell2015-12-151-0/+2
* add -psk option to ciphers commandDr. Stephen Henson2015-11-141-0/+24
* add -tls1_2,-tls1_1 options to ciphers commandDr. Stephen Henson2015-11-141-0/+10
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-9/+5
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Server side version negotiation rewriteMatt Caswell2015-05-161-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-1/+1
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-86/+77
* free NULL cleanup 10Rich Salz2015-04-111-4/+2
* free NULL cleanupRich Salz2015-03-251-2/+1
* OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz2015-01-271-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-168/+159
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-2/+8
* RT3548: Remove unsupported platformsRich Salz2015-01-121-3/+0
* Remove SSLv2 supportKurt Roeckx2014-12-041-8/+1
* Make no-ssl3 no-ssl2 do more sensible things.Dr. Stephen Henson2014-06-291-6/+0
* Fix warning.Ben Laurie2014-03-291-1/+1
* Allow return of supported ciphers.Dr. Stephen Henson2014-03-281-3/+12