diff options
author | lloyd <[email protected]> | 2011-12-17 23:17:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-17 23:17:33 +0000 |
commit | 204fbced5343ebc9e07c9a27041af27be73a2b77 (patch) | |
tree | 108d6c312722b8753b2ef4be4b057d92d5a29e7c /doc | |
parent | a296a2e4d9f45cc3b22cc91e4c89b6c8e4dee303 (diff) |
Initial run at an SRP-6a implementation. Not entirely sure about the
interface but it's a plausible start. Will probably have more insights
after adding TLS hooks.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 47c80d4fb..94c760a8a 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -10,6 +10,9 @@ Series 1.10 Version 1.10.2, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* An implementation of SRP-6a compatible with the specification in + RFC 5054 is now available in srp6.h + * The exception catching syntax of configure.py has been changed to the Python 3.x syntax. This syntax also works with Python 2.6 and 2.7, but not with any earlier Python 2 release. A simple search and |