aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/0_8_3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/relnotes/0_8_3.rst')
-rw-r--r--doc/relnotes/0_8_3.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/relnotes/0_8_3.rst b/doc/relnotes/0_8_3.rst
new file mode 100644
index 000000000..88012db05
--- /dev/null
+++ b/doc/relnotes/0_8_3.rst
@@ -0,0 +1,19 @@
+Version 0.8.3, 2002-06-09
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* Added DSA and Rabin-Williams signature schemes
+* Added EMSA3
+* Added PKCS#1 v1.5 encryption padding
+* Added Filters for PK algorithms
+* Added a Keyed_Filter class
+* LibraryInitializer processes arguments now
+* Major revamp of the PK interface classes
+* Changed almost all of the Filters for non-template operation
+* Changed HMAC, Lion, Luby-Rackoff to non-template classes
+* Some fairly minor BigInt optimizations
+* Added simple benchmarking for PK algorithms
+* Added hooks for fixed base and fixed exponent modular exponentiation
+* Added some examples for using RSA
+* Numerous bugfixes and cleanups
+* Documentation updates
+