mbedTLS v1.0.0 Release Notes

Release Date: 2011-07-27 // over 12 years ago
  • ๐Ÿ”‹ Features

    • Expanded cipher layer with support for CFB128 and CTR mode
    • Added rsa_encrypt and rsa_decrypt simple example programs.

    ๐Ÿ”„ Changes

    • The generic cipher and message digest layer now have normal error codes instead of integers

    ๐Ÿ›  Bugfix

    • Undid faulty bug fix in ssl_write() when flushing old data (Ticket #18)