- Updated ChangeLog to include XTEA and Camellia support on 64-bit platforms.

This commit is contained in:
Paul Bakker 2009-05-03 13:12:27 +00:00
parent c81f6c3f06
commit b44f3be436

View File

@ -1,6 +1,6 @@
PolarSSL ChangeLog PolarSSL ChangeLog
= Version 0.11.0 released on 2009-XXXX = Version 0.11.0 released on 2009-05-03
* Fixed a bug in mpi_gcd() so that it also works when both * Fixed a bug in mpi_gcd() so that it also works when both
input numbers are even and added testcases to check input numbers are even and added testcases to check
(found by Pierre Habouzit). (found by Pierre Habouzit).
@ -18,10 +18,12 @@ PolarSSL ChangeLog
systems (Found by Gernot). systems (Found by Gernot).
* Undefining POLARSSL_HAVE_ASM now also handles prevents asm in * Undefining POLARSSL_HAVE_ASM now also handles prevents asm in
padlock and timing code. padlock and timing code.
* Fixed an off-by-one buffer allocation in ssl_set_hostname(). * Fixed an off-by-one buffer allocation in ssl_set_hostname()
* Added support for Certificate Revocation List (CRL parsing. responsible for crashes and unwanted behaviour.
* Added support for Certificate Revocation List (CRL) parsing.
* Added support for CRL revocation to x509parse_verify() and * Added support for CRL revocation to x509parse_verify() and
SSL/TLS code. SSL/TLS code.
* XTEA and Camellia now are 64-bit compatible.
= Version 0.10.0 released on 2009-01-12 = Version 0.10.0 released on 2009-01-12
* Migrated XySSL to PolarSSL * Migrated XySSL to PolarSSL