mbed TLS

mbed TLS
Developer(s) Paul Bakker
Stable release

1.3.10 (February 8, 2015 [1]) [±]

1.2.13 (February 16, 2015[2]) [±]
Preview release 1.4 DTLS preview (February 16, 2015[2]) [±]
Written in C
Operating system Multi-platform
Type Security library
License GPLv2 or proprietary
Website https://tls.mbed.org/

mbed TLS (previously PolarSSL) is a dual licensed (GPLv2 or proprietary) implementation of the SSL and TLS protocols and the respective cryptographic algorithms and support code required. Stated on the website is that mbed TLS aims to be "easy to understand, use, integrate and expand".

History

The PolarSSL SSL library is the official continuation fork of the XySSL SSL library. XySSL was created by the French "white hat hacker" Christophe Devine and was first released on November 1, 2006 under GPL and BSD licenses. In 2008 Christophe Devine was no longer able to support XySSL and allowed Paul Bakker to create the official fork, named PolarSSL.[3] In November 2014 PolarSSL was acquired by ARM. [4]

In 2011 the Dutch government approved an integration between OpenVPN and PolarSSL, which is named OpenVPN-NL. This version of OpenVPN has been approved for use in protecting government communications up to the level of Restricted.[5]

As of the release of version 1.3.10, PolarSSL has been rebranded to mbed TLS to better show its fit inside the mbed ecosystem.[6] It was also announced that the licence would change from GPL to Apache License later in 2015.[7]

Library

The core SSL library is written in the C programming language and implements the SSL module, the basic cryptographic functions and provides various utility functions. Unlike OpenSSL and other implementations of TLS, mbed TLS is designed to fit on small embedded devices, with the minimum complete TLS stack requiring under 60KB of program space and under 64KB of RAM. It is also highly modular: each component, such as a cryptographic function, can be used independently from the rest of the framework. Versions are also available for Microsoft Windows and Linux. Because mbed TLS is written in the C programming language, without external dependencies, it works on most operating systems and architectures without any trouble.

Later versions of the SSL library (> PolarSSL 1.3.0) add abstraction layers for memory allocation and threading to the core "to support better integration with existing embedded operating systems".[8]

Design priorities

The mbed TLS library expresses a focus on readability of the code, documentation, automated regression tests, a loosely coupled design and portable code.[9]

Development Documentation

The following documentation is available for developers:

Automated Testing

mbed TLS provides automated testing of the code and of PolarSSL's compatibility as follows:

Use

mbed TLS is used as the SSL component in large open source projects:

Platforms

mbed TLS is currently available for most Operating Systems including Linux, Microsoft Windows, OS X, OpenWrt, Android, iOS and FreeRTOS. Chipsets supported at least include ARM, x86, PowerPC, MIPS.

Algorithms

mbed TLS supports a number of different cryptographic algorithms:

Ciphers
AES, Camellia, DES, RC4, RC5, Triple DES, XTEA, Blowfish
Cryptographic hash functions
MD5, MD2, MD4, SHA-1, SHA-2
Public-key cryptography
RSA, Diffie-Hellman key exchange, Elliptic curve cryptography (ECC), Elliptic curve Diffie–Hellman (ECDH), Elliptic Curve DSA (ECDSA)

See also

References

  1. "Download - mbed TLS (Previously PolarSSL)". 2015-02-08. Retrieved 2015-02-09.
  2. 2.0 2.1 "Download archive - mbed TLS (Previously PolarSSL)". 2015-02-16. Retrieved 2014-02-19.
  3. "About us". PolarSSL. Retrieved 2014-05-08.
  4. "PolarSSL is now a part of ARM". 2014-11-24.
  5. "mbed TLS 1.3.10 released". 2015-02-08. Retrieved 2015-02-09.
  6. "PolarSSL is dead, long live mbed TLS". ARM. Retrieved 2015-02-10.
  7. "New features in PolarSSL 1.3.0 - Tech Updates". Polarssl.org. Retrieved 2014-05-08.
  8. "PolarSSL Features: easy to use SSL library and well-documented". Polarssl.org. Retrieved 2014-05-08.
  9. "PolarSSL High Level Design". Polarssl.org. Retrieved 2014-05-08.
  10. "v1.3.6 source code documentation - API Documentation". PolarSSL. Retrieved 2014-05-08.
  11. "polarssl/polarssl ¡ GitHub". Github.com. Retrieved 2014-05-08.
  12. "PolarSSL Core Features: Check out all technical details". Polarssl.org. Retrieved 2014-05-08.
  13. executable file 1038 lines (940 sloc) 39.573 kb (2014-02-13). "polarssl/tests/compat.sh at development · polarssl/polarssl · GitHub". Github.com. Retrieved 2014-05-08.

External links