Normalize use of BR_DOXYGEN_IGNORE.
[BearSSL] / tools /
2019-01-03 Thomas PorninFixed fd leak in test code.
2018-12-18 Thomas PorninMade m64 implementations of elliptic curves the default...
2018-12-08 Thomas PorninMade ec_c25519_m62 implementation the default on suppor...
2018-08-12 Thomas PorninAdded POWER8 implementation for AES/CTR+CBC-MAC (for...
2018-08-05 Thomas PorninAdded support code for RSA and EC key encoding (includi...
2018-07-31 Thomas PorninAdded RSA key generation code (i15, i31, i62).
2018-07-28 Thomas PorninAdded support for CCM and CCM_8 cipher suites.
2017-08-28 Thomas PorninAdded seeder API. Also overhauled compile-time detectio...
2017-08-19 Thomas PorninAdded intermediate casts to void* to prevent spurious...
2017-07-30 Thomas PorninAdded Twrch support.
2017-07-26 Thomas PorninAdded name for new ChaCha20 implementation.
2017-06-15 Thomas PorninFixed handling of incoming application data after sendi...
2017-04-01 Thomas PorninSmall patch to allow compilation on old systems that...
2017-03-19 Thomas PorninSmall improvement to tolerate PEM files missing the...
2017-03-19 Thomas PorninNew "i62" code for big integers with 64x64->128 opcodes...
2017-03-18 Thomas PorninAdded "ctmulq" implementation of Poly1305 (using 64...
2017-02-15 Thomas PorninNew AES and GHASH implementations using POWER8 crypto...
2017-01-29 Thomas PorninAdded AES+GHASH implementation using AES-NI opcodes...
2017-01-22 Thomas PorninNew Makefile structure; added compatibility with Window...
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-15 Thomas PorninFixed description of TLS_ECDHE_RSA_WITH_CHACHA20_POLY13...
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-20 Thomas PorninSIGPIPE shall be ignored in most network-related cases.
2016-11-20 Thomas PorninAdded support for TLS_FALLBACK_SCSV.
2016-11-18 Thomas PorninAdded support for ClientHello padding (RFC 7685) and...
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-05 Thomas PorninFixed some small bugs.
2016-11-02 Thomas PorninInitial import.