- Updated with tickets

This commit is contained in:
Paul Bakker 2012-05-16 07:57:36 +00:00
parent 40dd5303c2
commit 5b37784f6d

View file

@ -25,12 +25,13 @@ Changes
* Documentation for mpi_lsb() and mpi_msb()
* Moved out_msg to out_hdr + 32 to support hardware acceleration
* Changed certificate verify behaviour to comply with RFC 6125 section 6.3
to not match CN if subjectAltName extension is present.
to not match CN if subjectAltName extension is present (Closes ticket #56)
Bugfix
* Fixed handling error in mpi_cmp_mpi() on longer B values (found by
Hui Dong)
* Fixed potential heap corruption in x509_name allocation
* Fixed single RSA test that failed on Big Endian systems (Closes ticket #54)
Security
* Fixed potential memory corruption on miscrafted client messages (found by