Two new Poly1305 implementations: ctmul32 uses pure 32-bit multiplications (MUL15...
[BearSSL] / src / ssl / ssl_hs_server.c
2016-12-28 Thomas PorninAdded ALPN support (client and server).
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-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-18 Thomas PorninAdded support for ClientHello padding (RFC 7685) and...
2016-11-02 Thomas PorninInitial import.