Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | secrets: refactor using gnutls_hkdf_{extract,expand} | Daiki Ueno | 2020-02-04 | 1 | -26/+19 |
* | Use https:// for www.gnu.org and www.example.com | Tim Rühsen | 2019-03-13 | 1 | -1/+1 |
* | nettle: require Nettle library >= 3.4 | Dmitry Eremin-Solenikov | 2018-06-13 | 1 | -1/+1 |
* | Added support for out-of-band Pre-shared keys under TLS1.3 | Ander Juaristi | 2018-04-06 | 1 | -11/+58 |
* | session state: TLS1.2 and TLS1.3 state is stored as union | Nikos Mavrogiannopoulos | 2018-02-19 | 1 | -5/+5 |
* | session state: organized key exchange keys into structures | Nikos Mavrogiannopoulos | 2018-02-19 | 1 | -5/+5 |
* | _tls13_derive_secret: define secret argument | Daiki Ueno | 2018-02-19 | 1 | -18/+5 |
* | handshake: generate application keys | Nikos Mavrogiannopoulos | 2018-02-19 | 1 | -0/+4 |
* | handshake: simplify by storing a pointer to PRF mac entry | Nikos Mavrogiannopoulos | 2018-02-19 | 1 | -6/+6 |
* | Added TLS 1.3 HKDF key derivation functionality | Nikos Mavrogiannopoulos | 2018-02-19 | 1 | -0/+171 |