summaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_openssl
AgeCommit message (Expand)AuthorFilesLines
2019-05-13plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-17IPSEC: support GCM in ESPNeale Ranns1-2/+6
2019-04-16crypto: add more AES-GCM test casesFilip Tehlar1-2/+4
2019-04-16crypto: openssl - IV len not passed by caller. Callee knows from algo typeNeale Ranns1-2/+2
2019-04-16crypto-openssl-gcm: account for failed decryptsNeale Ranns1-3/+6
2019-04-07crypto: add support for AEAD and AES-GCMDamjan Marion1-14/+72
2019-04-05crypto: fix init dependencyFilip Tehlar1-1/+2
2019-04-04crypto: pass multiple ops to handlerDamjan Marion1-3/+3
2019-03-29ipsec: esp-decrypt reworkDamjan Marion1-4/+11
2019-03-20crypto: add hmac truncate optionDamjan Marion1-1/+8
2019-03-20crypto_openssl: call EVP_EncryptFinal_ex only if neededDamjan Marion1-2/+4
2019-03-20tests: implement crypto tests per RFC2202Filip Tehlar1-0/+1
2019-03-19crypto: introduce crypto infraDamjan Marion2-0/+239