mbedTLS v0.99-pre3 Release Notes

Release Date: 2011-02-28 // about 13 years ago
  • ๐Ÿš€ This release replaces version 0.99-pre2 which had possible copyright issues. ๐Ÿ”‹ Features

    • Parsing PEM private keys encrypted with DES and AES are now supported as well (Fixes ticket #5)
    • Added crl_app program to allow easy reading and printing of X509 CRLs from file

    ๐Ÿ”„ Changes

    • Parsing of PEM files moved to separate module (Fixes ticket #13). Also possible to remove PEM support for systems only using DER encoding

    ๐Ÿ›  Bugfixes

    • Corrected parsing of UTCTime dates before 1990 and after 1950
    • Support more exotic OID's when parsing certificates (found by Mads Kiilerich)
    • Support more exotic name representations when parsing certificates (found by Mads Kiilerich)
    • Replaced the expired test certificates
    • Do not bail out if no client certificate specified. Try to negotiate anonymous connection (Fixes ticket #12, found by Boris Krasnovskiy)

    ๐Ÿ”’ Security fixes

    • Fixed a possible Man-in-the-Middle attack on the Diffie Hellman key exchange (thanks to Larry Highsmith, Subreption LLC)