summaryrefslogtreecommitdiff
path: root/lib/secrets.c
Commit message (Expand)AuthorAgeFilesLines
* secrets: refactor using gnutls_hkdf_{extract,expand}Daiki Ueno2020-02-041-26/+19
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* nettle: require Nettle library >= 3.4Dmitry Eremin-Solenikov2018-06-131-1/+1
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-11/+58
* session state: TLS1.2 and TLS1.3 state is stored as unionNikos Mavrogiannopoulos2018-02-191-5/+5
* session state: organized key exchange keys into structuresNikos Mavrogiannopoulos2018-02-191-5/+5
* _tls13_derive_secret: define secret argumentDaiki Ueno2018-02-191-18/+5
* handshake: generate application keysNikos Mavrogiannopoulos2018-02-191-0/+4
* handshake: simplify by storing a pointer to PRF mac entryNikos Mavrogiannopoulos2018-02-191-6/+6
* Added TLS 1.3 HKDF key derivation functionalityNikos Mavrogiannopoulos2018-02-191-0/+171