Age | Commit message (Expand) | Author | Files | Lines |
2021-05-05 | crypto crypto-openssl: support hashing operations |  Filip Tehlar | 1 | -0/+68 |
2021-01-28 | crypto-openssl: fix iv size for AES CTR |  Benoît Ganne | 1 | -68/+69 |
2021-01-12 | crypto-openssl: chacha support in openssl version |  Ray Kinsella | 1 | -8/+8 |
2020-09-01 | crypto-openssl: add chacha20-poly1305 to crypto-openssl |  Artem Glazychev | 1 | -9/+65 |
2020-05-26 | ipsec: DES/3DES fixing the iv_len for openssl crypto |  Rajesh Goel | 1 | -1/+2 |
2020-02-25 | crypto-openssl: fix coverity warnings |  Filip Tehlar | 1 | -5/+5 |
2020-02-11 | ipsec: add support for chained buffers |  Filip Tehlar | 1 | -34/+157 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 1 | -1/+1 |
2020-01-02 | crypto-ipsecmb: Add FEATURE.yaml for all crypto engine plugins |  Neale Ranns | 1 | -0/+14 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess |  Neale Ranns | 1 | -1/+1 |
2019-05-20 | openssl plugin 3des routine iv_len fix |  Vladimir Ratnikov | 1 | -1/+7 |
2019-05-16 | init / exit function ordering |  Dave Barach | 1 | -5/+7 |
2019-05-03 | plugins: clean up plugin descriptions |  Dave Wallace | 1 | -1/+1 |
2019-04-26 | crypto, ipsec: change GCM IV handling |  Damjan Marion | 1 | -5/+1 |
2019-04-25 | crypto: AES GCM IV length is always 12 |  Damjan Marion | 1 | -1/+1 |
2019-04-25 | crypto: improve key handling |  Damjan Marion | 1 | -5/+10 |
2019-04-16 | IPSEC: support GCM in ESP |  Neale Ranns | 1 | -2/+6 |
2019-04-15 | crypto: openssl - IV len not passed by caller. Callee knows from algo type |  Neale Ranns | 1 | -2/+2 |
2019-04-15 | crypto-openssl-gcm: account for failed decrypts |  Neale Ranns | 1 | -3/+6 |
2019-04-14 | crypto: add support for AES-CTR cipher |  fituldo | 1 | -1/+4 |
2019-04-11 | crypto: add more AES-GCM test cases |  Filip Tehlar | 1 | -2/+4 |
2019-04-07 | crypto: add support for AEAD and AES-GCM |  Damjan Marion | 1 | -14/+72 |
2019-04-05 | crypto: fix init dependency |  Filip Tehlar | 1 | -1/+2 |
2019-04-04 | crypto: pass multiple ops to handler |  Damjan Marion | 1 | -3/+3 |
2019-03-29 | ipsec: esp-decrypt rework |  Damjan Marion | 1 | -4/+11 |
2019-03-20 | crypto: add hmac truncate option |  Damjan Marion | 1 | -1/+8 |
2019-03-20 | crypto_openssl: call EVP_EncryptFinal_ex only if needed |  Damjan Marion | 1 | -2/+4 |
2019-03-20 | tests: implement crypto tests per RFC2202 |  Filip Tehlar | 1 | -0/+1 |
2019-03-19 | crypto: introduce crypto infra |  Damjan Marion | 2 | -0/+239 |