aboutsummaryrefslogtreecommitdiff
path: root/networking/tls_aesgcm.c
AgeCommit message (Expand)Author
2018-11-23tls: code shrinkDenys Vlasenko
2018-11-23tls: typo fix in commentDenys Vlasenko
2018-11-23tls: make local buffers in aesgcm_GHASH() explicitly 32-bit alignedDenys Vlasenko
2018-11-23tls: simplify aesgcm_GHASH()Denys Vlasenko
2018-11-23tls: in AES-CBC code, do not set key for every record - do it onceDenys Vlasenko
2018-11-23tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko