aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ciphers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* new command line option -stdname to ciphers utilityDr. Stephen Henson2012-11-161-1/+16
* Initial "opaque SSL" framework. If an application definesDr. Stephen Henson2011-04-291-1/+1
* Stage 1 GOST ciphersuite support.Dr. Stephen Henson2007-03-231-0/+2
* fix stupid typoBodo Möller2005-10-261-1/+1
* new option "openssl ciphers -V"Bodo Möller2005-10-011-6/+27
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-1/+1
* some const fixesNils Larsch2005-04-051-2/+2
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-7/+7
* format stringsUlf Möller2001-02-061-1/+1
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-1/+7
* In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuitesBodo Möller2000-04-061-0/+5
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-041-1/+1
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-2/+6
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-4/+0
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+4
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2