2018-03-14 |
Matt Caswell | Split configuration of TLSv1.3 ciphers from older ciphers |
blob | commitdiff | raw |
2018-02-13 |
Matt Caswell | Update copyright year |
blob | commitdiff | raw | diff to current |
2018-01-31 |
Richard Levitte | apps: Don't include progs.h in apps.h |
blob | commitdiff | raw | diff to current |
2017-12-08 |
Rich Salz | Consistent formatting for sizeof(foo) |
blob | commitdiff | raw | diff to current |
2017-07-20 |
Paul Yang | Support converting cipher name to RFC name and vice... |
blob | commitdiff | raw | diff to current |
2017-06-12 |
Paul Yang | Clean up a bundle of codingstyle stuff in apps directory |
blob | commitdiff | raw | diff to current |
2016-11-02 |
Matt Caswell | Add the SSL_METHOD for TLSv1.3 and all other base chang... |
blob | commitdiff | raw | diff to current |
2016-10-14 |
FdaSilvaYY | Constify command options |
blob | commitdiff | raw | diff to current |
2016-06-14 |
Matt Caswell | Add missing break statement |
blob | commitdiff | raw | diff to current |
2016-05-17 |
Rich Salz | Copyright consolidation 01/10 |
blob | commitdiff | raw | diff to current |
2016-05-10 |
Dr. Stephen Henson | Add -srp option to ciphers command. |
blob | commitdiff | raw | diff to current |
2016-03-09 |
Kurt Roeckx | Use minimum and maximum protocol version instead of... |
blob | commitdiff | raw | diff to current |
2016-01-19 |
Viktor Dukhovni | Support disabling any or all TLS or DTLS versions |
blob | commitdiff | raw | diff to current |
2016-01-07 |
Dr. Stephen Henson | Fix declarations and constification for inline stack. |
blob | commitdiff | raw | diff to current |
2015-12-15 |
Matt Caswell | Fix no-psk compile failure |
blob | commitdiff | raw | diff to current |
2015-11-14 |
Dr. Stephen Henson | add -psk option to ciphers command |
blob | commitdiff | raw | diff to current |
2015-11-14 |
Dr. Stephen Henson | add -tls1_2,-tls1_1 options to ciphers command |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Matt Caswell | Centralise loading default apps config file |
blob | commitdiff | raw | diff to current |
2015-06-02 |
Rich Salz | Standardize handling of #ifdef'd options. |
blob | commitdiff | raw | diff to current |
2015-05-29 |
Richard Levitte | Restore module loading |
blob | commitdiff | raw | diff to current |
2015-05-16 |
Matt Caswell | Server side version negotiation rewrite |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Rich Salz | free NULL cleanup -- coda |
blob | commitdiff | raw | diff to current |
2015-04-24 |
Rich Salz | Big apps cleanup (option-parsing, etc) |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Rich Salz | free NULL cleanup 10 |
blob | commitdiff | raw | diff to current |
2015-03-25 |
Rich Salz | free NULL cleanup |
blob | commitdiff | raw | diff to current |
2015-01-27 |
Rich Salz | OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1 |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Matt Caswell | Fix source where indent will not be able to cope |
blob | commitdiff | raw | diff to current |
2015-01-12 |
Rich Salz | RT3548: Remove unsupported platforms |
blob | commitdiff | raw | diff to current |
2014-12-04 |
Kurt Roeckx | Remove SSLv2 support |
blob | commitdiff | raw | diff to current |
2014-06-29 |
Rich Salz | Merge branch 'master' of git.openssl.org:openssl |
blob | commitdiff | raw | diff to current |
2014-06-29 |
Dr. Stephen Henson | Make no-ssl3 no-ssl2 do more sensible things. |
blob | commitdiff | raw | diff to current |
2014-03-29 |
Ben Laurie | Fix warning. |
blob | commitdiff | raw | diff to current |
2014-03-28 |
Dr. Stephen Henson | Allow return of supported ciphers. |
blob | commitdiff | raw | diff to current |
2012-11-16 |
Dr. Stephen Henson | new command line option -stdname to ciphers utility |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Dr. Stephen Henson | Initial "opaque SSL" framework. If an application defines |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Dr. Stephen Henson | Stage 1 GOST ciphersuite support. |
blob | commitdiff | raw | diff to current |
2005-10-26 |
Bodo Möller | fix stupid typo |
blob | commitdiff | raw | diff to current |
2005-10-01 |
Bodo Möller | new option "openssl ciphers -V" |
blob | commitdiff | raw | diff to current |
2005-08-14 |
Nils Larsch | Let the TLSv1_method() etc. functions return a const... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Nils Larsch | some const fixes |
blob | commitdiff | raw | diff to current |
2002-12-03 |
Richard Levitte | EXIT() may mean return(). That's confusing, so let... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Ben Laurie | Security fixes brought forward from 0.9.7. |
blob | commitdiff | raw | diff to current |
2001-06-23 |
Richard Levitte | Use apps_shutdown() in all applications, in case someon... |
blob | commitdiff | raw | diff to current |
2001-02-20 |
Richard Levitte | Use new-style system-id macros everywhere possible... |
blob | commitdiff | raw | diff to current |
2001-02-19 |
Richard Levitte | Make all configuration macros available for application... |
blob | commitdiff | raw | diff to current |
2001-02-06 |
Ulf Möller | format strings |
blob | commitdiff | raw | diff to current |
2000-09-20 |
Richard Levitte | On VMS, stdout may very well lead to a file that is... |
blob | commitdiff | raw | diff to current |
2000-04-06 |
Bodo Möller | In theory, TLS v1 ciphersuites are not the same as... |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Ralf S. Engelschall | Make gcc 2.95.2 happy again, even under ``-Wall -Wshado... |
blob | commitdiff | raw | diff to current |
2000-02-04 |
Dr. Stephen Henson | Rename SSLeay_add_all_algorithms() et al to |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Dr. Stephen Henson | Apply Lutz Behnke's 56 bit cipher patch with a few |
blob | commitdiff | raw | diff to current |
2000-01-16 |
Ulf Möller | Add missing #ifndefs that caused missing symbols when... |
blob | commitdiff | raw | diff to current |
1999-04-27 |
Ulf Möller | New Configure option no-<cipher> (rsa, idea, rc5, ... |
blob | commitdiff | raw | diff to current |
1999-04-23 |
Bodo Möller | Change #include filenames from <foo.h> to <openssl.h>. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Ulf Möller | Change functions to ANSI C. |
blob | commitdiff | raw | diff to current |
1999-04-17 |
Ben Laurie | Massive constification. |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ben Laurie | Add type-safe STACKs and SETs. |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | Import of old SSLeay release: SSLeay 0.9.0b |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | Import of old SSLeay release: SSLeay 0.8.1b |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Ralf S. Engelschall | This commit was generated by cvs2svn to track changes... |
blob | commitdiff | raw | diff to current |
|