aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/crypto_openssl
AgeCommit message (Expand)AuthorFilesLines
2020-02-25crypto-openssl: fix coverity warningsFilip Tehlar1-5/+5
2020-02-11ipsec: add support for chained buffersFilip Tehlar1-34/+157
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-1/+1
2020-01-02crypto-ipsecmb: Add FEATURE.yaml for all crypto engine pluginsNeale Ranns1-0/+14
2019-07-24ipsec: GCM, Anti-replay and ESN fixessNeale Ranns1-1/+1
2019-05-20openssl plugin 3des routine iv_len fixVladimir Ratnikov1-1/+7
2019-05-16init / exit function orderingDave Barach1-5/+7
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-26crypto, ipsec: change GCM IV handlingDamjan Marion1-5/+1
2019-04-25crypto: AES GCM IV length is always 12Damjan Marion1-1/+1
2019-04-25crypto: improve key handlingDamjan Marion1-5/+10
2019-04-16IPSEC: support GCM in ESPNeale Ranns1-2/+6
2019-04-15crypto: openssl - IV len not passed by caller. Callee knows from algo typeNeale Ranns1-2/+2
2019-04-15crypto-openssl-gcm: account for failed decryptsNeale Ranns1-3/+6
2019-04-14crypto: add support for AES-CTR cipherfituldo1-1/+4
2019-04-11crypto: add more AES-GCM test casesFilip Tehlar1-2/+4
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