Improved performance on dedicated P-256/i15 EC implementation.
[BearSSL] / src /
2017-01-12 Thomas PorninImproved performance on dedicated P-256/i15 EC implemen...
2017-01-09 Thomas PorninFixed wrong check on length overflow (unsigned/signed...
2017-01-05 Thomas PorninTwo new Poly1305 implementations: ctmul32 uses pure...
2017-01-04 Thomas PorninNew "i15" implementation of big integers (faster, and...
2017-01-02 Thomas PorninNew experimental EC implementation (P-256, only 32...
2016-12-31 Thomas PorninFixed RSA "i32" PKCS#1 v1.5 signature generation.
2016-12-29 Thomas PorninNew simplified initialisation function for X.509 minima...
2016-12-28 Thomas PorninAdded ALPN support (client and server).
2016-12-24 Thomas PorninFixed scheduling error (jumping back to failed engine...
2016-12-22 Thomas PorninFixed definition of function (wrong name).
2016-12-13 Thomas PorninAdded ChaCha20+Poly1305 support (stand-alone, cipher...
2016-12-12 Thomas PorninAdded certificate name extraction API (from subject...
2016-12-10 Thomas PorninAdded support for client certificates (both client...
2016-11-29 Thomas PorninFixed buffer overrun (read only, usually harmless,...
2016-11-23 Thomas PorninMore Doxygen-compatible documentation (SSL API).
2016-11-21 Thomas PorninFixed buffer overflow, and also NULL pointer dereferenc...
2016-11-21 Thomas PorninFixed handling of CR+LF line endings in PEM objects.
2016-11-20 Thomas PorninAdded API to save and restore session parameters (for...
2016-11-20 Thomas PorninAdded flag to prohibit renegotiations.
2016-11-20 Thomas PorninAdded support for TLS_FALLBACK_SCSV.
2016-11-19 Thomas PorninMore Doxygen-compatible documentation. Also unified...
2016-11-18 Thomas PorninAdded support for ClientHello padding (RFC 7685) and...
2016-11-17 Thomas PorninAdded some comments.
2016-11-09 Thomas PorninRemoved needless variable shadowing (suggested by Doug...
2016-11-02 Thomas PorninInitial import.