summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2011-07-24 20:13:07 +0200
committerSybren A. St?vel <sybren@stuvel.eu>2011-07-24 20:13:07 +0200
commitf2794752f92634530ddc5a8437c17749b00eb4b1 (patch)
tree7607fdcef3f52aab354c4e15ccf21dff79914563 /CHANGELOG.txt
parent29b01c42910cc39b9ad6afa7226af5cd04efe617 (diff)
downloadrsa-f2794752f92634530ddc5a8437c17749b00eb4b1.tar.gz
Updated changelog
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a06b166..e172e61 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -9,21 +9,21 @@ Version 3.0 - in development
RSA keysize. To get the old behaviour, double the keysize when generating a
new key.
-- Ensured that newkey(nbits) results in a ``n`` that can be stored in that many
- bits (it used to overflow).
-
-- Including 'n' in the private key
-
- Added a lot of doctests
- Added random-padded encryption and decryption using PKCS#1 version 1.5
-- Added hash-based signatures using PKCS#1v1.5
+- Added hash-based signatures and verification using PKCS#1v1.5
- Modeling private and public key as real objects rather than dicts.
-- Support for saving and loading private keys as PEM and DER files
+- Support for saving and loading keys as PEM and DER files.
+
+- Ability to extract a public key from a private key (PEM+DER)
+
Version 2.0
----------------------------------------
+- Security improvements by Barry Mead.
+