Skip to content

Commit

Permalink
update NEWS for 0.3 release
Browse files Browse the repository at this point in the history
Also mark it as compatible with python-3.5 .
  • Loading branch information
warner committed Sep 22, 2015
1 parent c9ab0bd commit ddc2c42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

User-Visible Changes in python-spake2

* Release 0.3 (22-Sep-2015)

Use the faster "M=N" blinding factors for SPAKE2_Symmetric, instead of
running two sessions in parallel and combining the results. This gets the
same speed and message size as the asymmetric (SPAKE2_A/SPAKE2_B) approach,
and is probably safe (see README for the security proofs).

* Release 0.2 (08-Apr-2015)

Use Ed25519 group/parameters by default (improves speed, security, and
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def abbrev(t):
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Security :: Cryptography",
],
)

0 comments on commit ddc2c42

Please sign in to comment.