aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mptcp/crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2020-05-22mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary1-15/+9
2020-05-08mptcp: use SHA256_BLOCK_SIZE, not SHA_MESSAGE_BYTESEric Biggers1-2/+2
2020-03-29mptcp: Add ADD_ADDR handlingPeter Krystad1-6/+11
2020-01-24mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni1-55/+85
2020-01-24mptcp: Add key generation and token treePeter Krystad1-0/+122