Age | Commit message (Expand) | Author | Files | Lines |
2021-01-20 | crypto: fixed vnet_crypto_is_set_handler() | PiotrX Kleski | 1 | -1/+10 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro | Damjan Marion | 1 | -2/+2 |
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-11-17 | tests: move crypto tests to src/vnet/crypto/test | Dave Wallace | 1 | -0/+28 |
2020-09-21 | crypto: revert crypto set handler all API | Yulong Pei | 1 | -36/+3 |
2020-09-16 | crypto: Crypto set handler API to support set all as CLI | Yulong Pei | 2 | -4/+37 |
2020-09-09 | crypto: change cryptodev with new cryptodev API | Fan Zhang | 1 | -1/+1 |
2020-09-03 | crypto: Add async crypto APIs | Nathan Skrzypczak | 5 | -5/+172 |
2020-09-03 | crypto: SW scheduler async crypto engine | PiotrX Kleski | 4 | -69/+232 |
2020-09-01 | crypto: add chacha20-poly1305 algo | Artem Glazychev | 1 | -2/+5 |
2020-05-06 | crypto: fix coverity issues | Fan Zhang | 1 | -20/+1 |
2020-04-30 | crypto: introduce async crypto infra | Fan Zhang | 5 | -32/+1025 |
2020-02-26 | crypto: fix set crypto handlers | Filip Tehlar | 1 | -1/+1 |
2020-02-18 | crypto: show crypto handlers re-design | Filip Tehlar | 2 | -24/+37 |
2020-02-11 | ipsec: add support for chained buffers | Filip Tehlar | 4 | -57/+256 |
2019-11-13 | crypto: do not crash if no crypto engine loaded | Benoît Ganne | 1 | -1/+1 |
2019-11-12 | crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS] | Lijian Zhang | 3 | -3/+4 |
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 | 2 | -0/+9 |
2019-06-07 | ipsec: remove the set_key API | Neale Ranns | 2 | -24/+0 |
2019-06-05 | IPSEC: some CLI fixes | Neale Ranns | 2 | -3/+3 |
2019-04-30 | crypto: enforce per-alg crypto key length | Benoît Ganne | 2 | -16/+50 |
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 | 2 | -11/+118 |
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 | IPSEC-MB: Use random & non-repeating IV (VPP-1642) | Neale Ranns | 1 | -2/+5 |
2019-04-11 | crypto: add performace test to unittest plugin | Damjan Marion | 2 | -0/+22 |
2019-04-07 | crypto: add support for AEAD and AES-GCM | Damjan Marion | 4 | -104/+228 |
2019-04-07 | crypto: coverity issues | Damjan Marion | 1 | -1/+1 |
2019-04-04 | crypto: pass multiple ops to handler | Damjan Marion | 1 | -6/+41 |
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 | 2 | -5/+11 |
2019-03-26 | crypto: add set crypto handler CLI | Filip Tehlar | 3 | -8/+135 |
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 | 4 | -0/+452 |