Some small performance improvements on 32-bit architectures.
[BearSSL] / inc / bearssl_ssl.h
2018-07-28 Thomas PorninAdded support for CCM and CCM_8 cipher suites.
2018-05-27 Thomas PorninFixed some typographic errors in comments.
2017-08-28 Thomas PorninAdded seeder API. Also overhauled compile-time detectio...
2017-07-26 Thomas PorninAdded function to forget saved session parameters ...
2017-07-15 Thomas PorninFixed behaviour in case of rejected renegotiation.
2017-07-04 Thomas PorninAdded implementation of keying material export (RFC...
2017-06-15 Thomas PorninFixed handling of incoming application data after sendi...
2017-04-05 Thomas PorninMade headers compatible with C++.
2017-01-29 Thomas PorninAdded AES+GHASH implementation using AES-NI opcodes...
2017-01-15 Thomas PorninActivated Curve25519 support for ECDHE cipher suites.
2017-01-13 Thomas PorninAdded API for external hashing of ServerKeyExchange...
2016-12-28 Thomas PorninAdded ALPN support (client and server).
2016-12-13 Thomas PorninAdded ChaCha20+Poly1305 support (stand-alone, cipher...
2016-12-10 Thomas PorninAdded support for client certificates (both client...
2016-11-23 Thomas PorninMore Doxygen-compatible documentation (SSL API).
2016-11-20 Thomas PorninAdded API to save and restore session parameters (for...
2016-11-20 Thomas PorninAdded flag to prohibit renegotiations.
2016-11-18 Thomas PorninAdded support for ClientHello padding (RFC 7685) and...
2016-11-02 Thomas PorninInitial import.