aboutsummaryrefslogtreecommitdiff
path: root/internal/stupidgcm/cipher_suites.go
AgeCommit message (Collapse)Author
2024-06-06stupidgcm: detect AES-GCM acceleration like crypto/tlsJakob Unterwurzacher
Instead of just looking for AES, also look for PCLMULQDQ, like crypto/tls does. Fixes: https://github.com/rfjakob/gocryptfs/issues/822