From e228155f90da836c07017e4909e295ac584829f5 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 6 May 2014 21:54:08 +0200 Subject: [PATCH] updates --- css/main.css | 20 ++++++++++++++------ docs/client/ReleaseNotes | 26 +++++++++++++++++++++++++- index.html | 4 ++-- info.html | 30 ------------------------------ 4 files changed, 41 insertions(+), 39 deletions(-) diff --git a/css/main.css b/css/main.css index d4588ed..60f8304 100644 --- a/css/main.css +++ b/css/main.css @@ -132,6 +132,14 @@ small { margin: 0px 0 0 0; } +small a, small a:visited { + color: #555; +} + +small a:hover { + color: #777; +} + code { font-size: 18px; } @@ -252,7 +260,7 @@ footer { } } -@media screen and (min-height: 900px) { +@media screen and (min-height: 930px) { footer { height:300px; } @@ -260,15 +268,15 @@ footer { @media screen and (max-width: 700px), screen and (max-height: 700px) { #container { - font-size: 50px; + font-size: 56px; padding: 4% 0 80px; } #container2 { - font-size: 46px; + font-size: 38px; padding: 1% 0 10px; } body { - font-size: 24px; + font-size: 22px; } code { font-size: 16px; @@ -281,11 +289,11 @@ footer { padding: 4% 0 70px; } #container2 { - font-size: 38px; + font-size: 36px; padding: 1% 0 5px; } body { - font-size: 22px; + font-size: 20px; } code { font-size: 14px; diff --git a/docs/client/ReleaseNotes b/docs/client/ReleaseNotes index 5716ca5..4b5a569 100644 --- a/docs/client/ReleaseNotes +++ b/docs/client/ReleaseNotes @@ -1 +1,25 @@ -bar +SILC Client 1.1.10 +================== + +This version introduces a new default private message key protection +method by auto-negotiating private message key with SILC Key Exchange +protocol over the SILC network, client-to-client. The SKE is executed +by encapsulating it inside private messages. SKE results into secret +shared key between the two clients and all private messages are protected +with that key. This provides complete end-to-end protection for private +messages even if the SILC servers cannot be trusted. + +SILC Client will auto-negotiate the key when private message is sent +for the first time. Both users will be prompted to accept each others +public keys and once accpeted they are cached and subsequent verification +will be done automatically. It is important to verify the public key +to avoid the possibility of man-in-the-middle attacks. + +SILC Client automatically detects, within seconds, if the remote client +does not support the new method. User will receive a notification on +screen telling that the private messages will be protected using normal +session keys instead. This may happen also if an error occurs during +the key exchange protocol. + +This version also fixes numerous bugs that have been found using static +analysis tools. diff --git a/index.html b/index.html index 88f1063..1758f62 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@
-
SILC logo
+
SILC logo

@@ -40,7 +40,7 @@ - ChangeLog 2014-05-06 | + Release Notes 2014-05-06 | Other versions diff --git a/info.html b/info.html index fb06841..8dafdeb 100644 --- a/info.html +++ b/info.html @@ -30,45 +30,15 @@
- SILC Client 1.1.20 Release Notes
- SILC Client 1.1.20 Changes - -

- - - - - - - - - - - - - - - - - - - - - - -
PackageVersionURLSUM
Source tar.gz1.1.20HTTPSHA512
Pidgin WindowsChangeLogHTTPN/A
-
-- 2.24.0