aboutsummaryrefslogtreecommitdiff
path: root/libs/libfizz
Commit message (Collapse)AuthorAge
* libfizz: Update to 2019.10.07.00Rosen Penev2019-10-07
| | | | | | Add patch removing boost-thread dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for cvescannerJan Pavlinec2019-09-24
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* libfizz: Update to 2019.09.22.00Rosen Penev2019-09-22
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libfizz: Update to 2019.09.09.00Rosen Penev2019-09-09
| | | | | | Several size optimizations. ~76KB savings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libfizz: Update to 2019.06.10.00Rosen Penev2019-06-13
| | | | | | | | | | Fixes compilation when ChaCha20 is missing from OpenSSL 1.1 Added Maintainer. Rearranged Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libfizz: Update to 2019.05.27.00Rosen Penev2019-05-31
| | | | | | Simplified DEPENDS. libfolly is all that's needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libfizz: Add libfizz packageAmol Bhave2019-05-10
Fizz is a TLS 1.3 implementation. Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with the final specification), and 23. All major handshake modes are supported, including PSK resumption, early data, client authentication, and HelloRetryRequest. Compile tested: nbg6817 and arc700, openwrt master Signed-off-by: Amol Bhave <ambhave@fb.com>