ietf
[Top] [All Lists]

Fwd: SecureSessionV1Server

2016-04-09 22:21:34
Please find a squeak implementation of the frame design I published here some months ago.

Robert

-------- Forwarded Message --------
Subject:        SecureSessionV1Server
Date:   Sat, 9 Apr 2016 22:55:51 -0400
From:   Robert Withers <robert(_dot_)w(_dot_)withers(_at_)gmail(_dot_)com>
To: The general-purpose Squeak developers list <squeak-dev(_at_)lists(_dot_)squeakfoundation(_dot_)org>, Pharo Development List <pharo-dev(_at_)lists(_dot_)pharo(_dot_)org>, Cryptography Mailing List <cryptography(_at_)lists(_dot_)squeakfoundation(_dot_)org>



Over the course of several months, I've been working on the
implementation of SecureSessionV1 to adopt new protocol and message
frame definitions. As to the original connection protocol and frames, I
preserved it as a backwards compatible Vintage implementation. This
change simplified a fair bit of code and will allow for some further
modifications.

I apologize for my habit in using the code and unit tests to document
the system, an old habit to try for a self-describing domain language of
secure sessions. Please look in SecureSession-Tests for examples in
using both the Vintage and V1 protocols. The key classes for the Vintage
version remain SecureSessionServer and SecureSessionTerminal, while the
V1 version use SecureSessionV1Server and SecureSessionV1Terminal.

Here are some helpful links..

The V1 Frame Design is http://jmp.sh/1Uo0dr7, though I should note there
are changes to the DataHeader, which holds the mac and the plaintextLength.

The code is found in http://www.squeaksource.com/Cryptography and the
SecureSession package requires the Cryptography package and for a
notable speed improvements the Cryptography plugins build for your VM.

- Robert



<Prev in Thread] Current Thread [Next in Thread>
  • Fwd: SecureSessionV1Server, Robert Withers <=