BearSSL
2016-12-15 Thomas PorninFixed description of TLS_ECDHE_RSA_WITH_CHACHA20_POLY13...
2016-12-13 Thomas PorninAdded ChaCha20+Poly1305 support (stand-alone, cipher...
2016-12-12 Thomas PorninAdded certificate name extraction API (from subject...
2016-12-12 Thomas PorninOptimised T0 generated code: when possible (at most...
2016-12-10 Thomas PorninAdded support for client certificates (both client...
2016-11-30 Thomas PorninSmall documentation fixes.
2016-11-29 Thomas PorninFixed buffer overrun (read only, usually harmless,...
2016-11-23 Thomas PorninMore Doxygen-compatible documentation (SSL API).
2016-11-22 Thomas PorninSome more Doxygen API documentation (X.509 processing).
2016-11-21 Thomas PorninMore API documentation (Doxygen format) for EC code.
2016-11-21 Thomas PorninFixed buffer overflow, and also NULL pointer dereferenc...
2016-11-21 Thomas PorninMore API documentation in Doxygen format (block ciphers...
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 PorninSIGPIPE shall be ignored in most network-related cases.
2016-11-20 Thomas PorninAdded support for TLS_FALLBACK_SCSV.
2016-11-19 Thomas PorninMore Doxygen documentation.
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-17 Thomas PorninAdded Doxygen configuration file, and converted bearssl...
2016-11-12 Thomas PorninMoved address-to-string translation code to blocks...
2016-11-12 Thomas PorninFixed error reporting in case of PEM encoding error...
2016-11-12 Thomas PorninBetter handling of inet_ntop() failures (which should...
2016-11-12 Thomas PorninImproved parsing of some integer arguments (sizes).
2016-11-12 Thomas PorninFixed displaying of IPv6 addresses.
2016-11-12 Thomas PorninRemoved unreachable code.
2016-11-09 Thomas PorninNo need to check for NULL, free_private_key() already...
2016-11-09 Thomas PorninRemoved needless variable shadowing (suggested by Doug...
2016-11-09 Thomas PorninAdded .gitignore file (suggested by Doug Hogan).
2016-11-05 Thomas PorninFixed some small bugs.
2016-11-02 Thomas PorninInitial import.