- Added bug

This commit is contained in:
Paul Bakker 2012-09-16 21:35:30 +00:00
parent 2d319fdfcb
commit d4c2bd79fe

View file

@ -49,6 +49,8 @@ Bugfix
RFC 2313 RFC 2313
* Handle empty certificate subject names * Handle empty certificate subject names
* Prevent reading over buffer boundaries on X509 certificate parsing * Prevent reading over buffer boundaries on X509 certificate parsing
* mpi_add_abs() now correctly handles adding short numbers to long numbers
with carry rollover
Security Security
* Fixed potential memory corruption on miscrafted client messages (found by * Fixed potential memory corruption on miscrafted client messages (found by