summaryrefslogtreecommitdiffstats
path: root/apps/ciphers.c
AgeCommit message (Expand)Author
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
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
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-06format stringsUlf Möller
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-04-06In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuitesBodo Möller
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-04-12Add type-safe STACKs and SETs.Ben Laurie