aboutsummaryrefslogtreecommitdiff
path: root/networking/tls.h
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-11-24tls: speed up xor'ing of aligned 16-byte buffersDenys Vlasenko
2018-11-24tls: in AES-GCM decoding, avoid memmoveDenys Vlasenko
2018-11-23tls: make tls_get_random() FAST_FUNCDenys Vlasenko
2018-11-23tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko
2018-11-13tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curveDenys Vlasenko
2017-07-15tls: fix pstm asm constraint problemDenys Vlasenko
2017-07-15tls: fix build problem on non-static i386Denys Vlasenko
2017-01-19tls: tested PSTM_X86_64, not enabling it - too largeDenys Vlasenko
2017-01-19tls: commented out psPool_t useDenys Vlasenko
2017-01-18tls: added AES code and made it compile. not used yetDenys Vlasenko
2017-01-16tls: add sha256 hmac and prf codeDenys Vlasenko
2017-01-15tls: format and send CLIENT_KEY_EXCHANGEDenys Vlasenko