Age | Commit message (Expand) | Author | Files | Lines |
2025-01-21 | crypto: add async algo macros for ctr sha2 |  Nithinsen Kaithakadan | 1 | -1/+10 |
2025-01-16 | crypto: combine sync and async algos and ops |  Damjan Marion | 1 | -172/+117 |
2025-01-13 | crypto: remove AEAD opt types |  Damjan Marion | 1 | -2/+1 |
2025-01-10 | crypto: key storage improvements |  Damjan Marion | 1 | -6/+6 |
2024-12-18 | crypto: move crypto engines outside of plugins |  Damjan Marion | 1 | -2/+1 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -2/+0 |
2024-02-19 | wireguard: notify key changes to crypto engine |  Lijian Zhang | 1 | -0/+1 |
2023-09-12 | crypto: allow changing dispatch mode |  Vratko Polak | 1 | -1/+1 |
2023-08-08 | ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMAC |  Benoît Ganne | 1 | -5/+14 |
2023-06-08 | crypto: use fixed crypto frame pool |  gaoginskx | 1 | -6/+10 |
2023-06-01 | crypto: make crypto-dispatch node working in adaptive mode |  Xiaoming Jiang | 1 | -15/+5 |
2023-03-06 | crypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flag |  Benoît Ganne | 1 | -3/+2 |
2023-02-08 | ipsec: fix AES CBC IV generation (CVE-2022-46397) |  Benoît Ganne | 1 | -2/+2 |
2022-03-31 | crypto: drop the frame if there is no handler |  Dastin Wilski | 1 | -0/+6 |
2022-01-21 | wireguard: add async mode for encryption packets |  Gabriel Oginski | 1 | -9/+10 |
2022-01-05 | crypto: encrypt/decrypt queues sw_scheduler |  Jakub Wysocki | 1 | -10/+10 |
2021-05-05 | crypto crypto-openssl: support hashing operations |  Filip Tehlar | 1 | -14/+26 |
2021-04-20 | crypto: support async handlers for 3des and md5 |  Alexander Chernavin | 1 | -0/+9 |
2021-04-09 | dpdk: selection of cryptodev engine data-path |  Fan Zhang | 1 | -0/+1 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 1 | -1/+1 |
2021-03-05 | ipsec: Submit fuller async frames |  Neale Ranns | 1 | -53/+29 |
2021-03-04 | crypto: add support for aes-ctr+sha-1 chains |  Benoît Ganne | 1 | -16/+19 |
2021-02-24 | crypto: A more memory efficient layout of the frame element struct |  Neale Ranns | 1 | -14/+22 |
2020-12-04 | crypto: fixed vnet_crypto_async_reset_frame assert |  PiotrX Kleski | 1 | -1/+2 |
2020-12-04 | crypto: fixed async frame enqueue race condition |  PiotrX Kleski | 1 | -2/+8 |
2020-09-03 | crypto: Add async crypto APIs |  Nathan Skrzypczak | 1 | -1/+0 |
2020-09-03 | crypto: SW scheduler async crypto engine |  PiotrX Kleski | 1 | -10/+34 |
2020-09-01 | crypto: add chacha20-poly1305 algo |  Artem Glazychev | 1 | -2/+5 |
2020-04-30 | crypto: introduce async crypto infra |  Fan Zhang | 1 | -10/+317 |
2020-02-11 | ipsec: add support for chained buffers |  Filip Tehlar | 1 | -10/+85 |
2019-11-12 | crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS] |  Lijian Zhang | 1 | -1/+2 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess |  Neale Ranns | 1 | -2/+1 |
2019-06-25 | ipsec: return error if the engine backend has no handler for the |  Neale Ranns | 1 | -0/+1 |
2019-06-07 | ipsec: remove the set_key API |  Neale Ranns | 1 | -2/+0 |
2019-06-05 | IPSEC: some CLI fixes |  Neale Ranns | 1 | -1/+1 |
2019-04-30 | crypto: enforce per-alg crypto key length |  Benoît Ganne | 1 | -14/+16 |
2019-04-26 | crypto, ipsec: change GCM IV handling |  Damjan Marion | 1 | -1/+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 | -8/+43 |
2019-04-16 | IPSEC: support GCM in ESP |  Neale Ranns | 1 | -1/+1 |
2019-04-14 | crypto: add support for AES-CTR cipher |  fituldo | 1 | -1/+4 |
2019-04-11 | crypto: add performace test to unittest plugin |  Damjan Marion | 1 | -0/+1 |
2019-04-07 | crypto: add support for AEAD and AES-GCM |  Damjan Marion | 1 | -42/+74 |
2019-03-29 | ipsec: esp-decrypt rework |  Damjan Marion | 1 | -11/+7 |
2019-03-28 | crypto: add vnet_crypto_op_init (...) |  Damjan Marion | 1 | -0/+10 |
2019-03-27 | ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline |  Damjan Marion | 1 | -4/+10 |
2019-03-26 | crypto: add set crypto handler CLI |  Filip Tehlar | 1 | -0/+5 |
2019-03-26 | ipsec: esp-encrypt rework |  Damjan Marion | 1 | -0/+1 |
2019-03-20 | crypto: add hmac truncate option |  Damjan Marion | 1 | -1/+1 |
2019-03-20 | tests: implement crypto tests per RFC2202 |  Filip Tehlar | 1 | -0/+1 |