Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-19 | crypto: introduce crypto infra | Damjan Marion | 1 | -0/+163 |