diff options
Diffstat (limited to 'doc/relnotes/1_9_3.rst')
-rw-r--r-- | doc/relnotes/1_9_3.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/relnotes/1_9_3.rst b/doc/relnotes/1_9_3.rst new file mode 100644 index 000000000..7e7b27efc --- /dev/null +++ b/doc/relnotes/1_9_3.rst @@ -0,0 +1,11 @@ +Version 1.9.3, 2009-11-19 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Add new AES implementation using Intel's AES instruction intrinsics +* Add an implementation of format preserving encryption +* Allow use of any hash function in X.509 certificate creation +* Optimizations for MARS, Skipjack, and AES +* Set macros for available SIMD instructions in build.h +* Add support for using InnoSetup to package Windows builds +* By default build a DLL on Windows + |