****************************************************** SSL Release Notes ****************************************************** ****************************************************** VERSION 1.06 NEW FEATURES BUG FIXES - #23685: Under certain circumstances, would miss a byte in the plaintext message. This resulted in a skipped byte in the decoded message. This has been fixed. - #23677: Under certain circumstances, ssl_fastwrite would truncate data sent via HTTPS. This has been fixed. OTHER FUNCTIONAL CHANGES - Library structure split between Rabbit 4000 and and Rabbit 3000/2000. Version 1.06 only supports the Rabbit 4000. ****************************************************** ****************************************************** VERSION 1.05 NEW FEATURES - Added support for AES (TLS-RSA-AES-128-CBC-SHA). - Added support for Rabbit 4000. BUG FIXES - #20442: Up-negotiating from SSLv2 to SSLv3 or higher limited the cipher suites available. - #20347: SSL_SSI.C had an uncommented "#define SSL_USE_AES". If AES support is not required (or available), this line must be commented out. - #81734, #81740: SSL connection reset, corrupted packet for large file transfers. OTHER FUNCTIONAL CHANGES ****************************************************** ****************************************************** VERSION 1.04 NEW FEATURES - Added _SSL_VERS macro for module versioning. - Encrypted files now contain readable headers that contain version information. BUG FIXES OTHER FUNCTIONAL CHANGES - Added changes for RabbitSys compatibility. ****************************************************** ****************************************************** VERSION 1.03 NEW FEATURES BUG FIXES - Fixed defect #81350. An internal buffer calculation was incorrect, resulting in occasional SSL socket problems. - Fixed defect #81359 - Cosmetic issue with certificate generation error message (the error message indicated the wrong file could not be opened for writing). OTHER FUNCTIONAL CHANGES ****************************************************** ****************************************************** VERSION 1.02 NEW FEATURES BUG FIXES - Fixed issue with Internet Explorer and user-created root CA certificates. If a user signed a device certificate with a custom CA certificate, and installed the CA certificate in IE, then IE would have intermittent problems communicating with the Rabbit device. OTHER FUNCTIONAL CHANGES ******************************************************