SecureSession version 9 is officially released

Robert Withers <robert.w.withers@gmail.com> Wed, 09 December 2015 00:37 UTC

Return-Path: <robert.w.withers@gmail.com>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E002A1B2A54 for <ietf@ietfa.amsl.com>; Tue, 8 Dec 2015 16:37:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.262
X-Spam-Level: *
X-Spam-Status: No, score=1.262 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, FREEMAIL_FROM=0.001, HTML_IMAGE_ONLY_08=1.651, HTML_MESSAGE=0.001, SPF_PASS=-0.001, T_DKIM_INVALID=0.01] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OCkM22Okmvl6 for <ietf@ietfa.amsl.com>; Tue, 8 Dec 2015 16:37:43 -0800 (PST)
Received: from mail-qg0-x22a.google.com (mail-qg0-x22a.google.com [IPv6:2607:f8b0:400d:c04::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 01F341B2A53 for <ietf@ietf.org>; Tue, 8 Dec 2015 16:37:43 -0800 (PST)
Received: by qgec40 with SMTP id c40so46866807qge.2 for <ietf@ietf.org>; Tue, 08 Dec 2015 16:37:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type; bh=VdOKA+DP++YEVp99S+NGx92V6XbL55+iw53lfpCzN/Y=; b=g8ePihvcZuMF1lYjUIn5/ypCEw/pxDfR1luRtdIgjH1ztWUgLf5J1fZvn7uXPialED uBWqqcUQT4AhXtlKSNoepMkW+VQSYbvRdi0+8hwhbh6fDdhxIvMvG67bHT86waLfJ+RS kVVj+5DCQYKYLIeSGnFW6939ccuvwuGd+coKoUjeFAn+EVUmPCSkcn65QnPMI6GJ7mPV AQUBtL6ALIZQHSpYCgIObvWyuYFKdcpDXa+lI+4obvwqhwbdwG0GFHVvB+SLkY6oFdcC ynI9XC1vub07p8NZbm9grKsuvl+CKKdOgfQr6Ym05u7f7aO9A/N1/QVlWImEg7mAusRM vYSw==
X-Received: by 10.55.22.206 with SMTP id 75mr3497619qkw.53.1449621462164; Tue, 08 Dec 2015 16:37:42 -0800 (PST)
Received: from ?IPv6:2606:a000:4040:e400:b873:a5ca:2111:e1b8? ([2606:a000:4040:e400:b873:a5ca:2111:e1b8]) by smtp.gmail.com with ESMTPSA id g130sm2697538qkb.28.2015.12.08.16.37.39 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Dec 2015 16:37:40 -0800 (PST)
To: The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>, Squeak Virtual Machine Development Discussion <vm-dev@lists.squeakfoundation.org>, Any question about pharo is welcome <pharo-users@lists.pharo.org>, Pharo Development List <pharo-dev@lists.pharo.org>, Cryptography Mailing List <cryptography@lists.squeakfoundation.org>, Discussion of E and other capability languages <e-lang@mail.eros-os.org>, ietf@ietf.org
From: Robert Withers <robert.w.withers@gmail.com>
Subject: SecureSession version 9 is officially released
Message-ID: <566777D2.9090303@gmail.com>
Date: Tue, 08 Dec 2015 19:37:38 -0500
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="------------020104080504030206040505"
Archived-At: <http://mailarchive.ietf.org/arch/msg/ietf/CCt2oCADTF3dfoiADZeUCVk_e-c>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Dec 2015 00:37:45 -0000

Good evening,

After some sprints over the past couple of days, the SecureSession 
project has reached an Official Release. This project implements a 
Certificateless secure connection, with no third parties. It is a 6 leg 
handshake.

Here is the wiki: 
https://github.com/SqueakCryptographySquad/Mushroom/wiki/SecureSession

thank You,
Robert