aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_3_2.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-06-20 16:45:46 +0000
committerlloyd <[email protected]>2012-06-20 16:45:46 +0000
commitb5753ba9469450adde1136c5d50e82b4cad7b658 (patch)
tree235faa83a76a128b2690c75616a328c5ec269565 /doc/relnotes/1_3_2.txt
parent38acefedb83e291d13431a85120c942a389e0b99 (diff)
Split log.txt into individual release notes. Integrate most of the
relevant contents from the pyblosxom news site into said relnotes. DRY suggests having only one form of release notes, and having it in the public source repo. Also some updates for the allocator changes.
Diffstat (limited to 'doc/relnotes/1_3_2.txt')
-rw-r--r--doc/relnotes/1_3_2.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/relnotes/1_3_2.txt b/doc/relnotes/1_3_2.txt
new file mode 100644
index 000000000..c4a99be88
--- /dev/null
+++ b/doc/relnotes/1_3_2.txt
@@ -0,0 +1,21 @@
+Version 1.3.2, 2003-11-13
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* Fixed a bug preventing DSA signatures from verifying on X.509 objects
+* Made the X509_Store search routines more efficient and flexible
+* Added a function to X509_PublicKey to do easy public/private key matching
+* Added support for decoding indefinite length BER data
+* Changed Pipe's peek() to take an offset
+* Removed Filter::set_owns in favor of the new incr_owns function
+* Removed BigInt::zero() and BigInt::one()
+* Renamed the PEM related options from base/pem_* to pem/*
+* Added an option to specify the line width when encoding PEM
+* Removed the "rng/safe_longterm" option; it's always on now
+* Changed the cipher used for RNG super-encryption from ARC4 to WiderWake4+1
+* Cleaned up the base64/hex encoders and decoders
+* Added an ASN.1/BER decoder as an example
+* AES had its internals marked 'public' in previous versions
+* Changed the value of the ASN.1 NO_OBJECT enum
+* Various new hacks in the configure script
+* Removed the already nominal support for SunOS
+