tls: init session for accepted ctx
[vpp.git] / src / vnet / crypto /
2024-03-12 Damjan Marionmisc: remove GNU Indent directives 02/40502/5
2024-02-28 Niyaz Murshedcrypto: CLI to change dispatch mode 74/40374/5
2024-02-19 Lijian Zhangwireguard: notify key changes to crypto engine 46/40046/3
2023-10-24 Dmitry Valtercrypto: fix algo selection 14/39614/3
2023-09-12 Vratko Polakcrypto: allow changing dispatch mode 86/39386/6
2023-08-08 Benoît Ganneipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMAC 70/38470/9
2023-06-08 gaoginskxcrypto: use fixed crypto frame pool 26/38926/5
2023-06-01 Xiaoming Jiangcrypto: make crypto-dispatch node working in adaptive... 53/38453/7
2023-03-06 Benoît Gannecrypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flag 66/34966/9
2023-03-06 Benoît Gannecrypto: make it easier to diagnose keys use-after-free 71/37871/3
2023-02-08 Benoît Ganneipsec: fix AES CBC IV generation (CVE-2022-46397) 57/37557/6
2022-10-24 Dmitry Valtercrypto: fix dead nn foreach 38/37438/2
2022-03-31 Dastin Wilskicrypto: drop the frame if there is no handler 42/35842/1
2022-03-18 Damjan Marionvppinfra: refactor *_will_expand() functions 04/35704/4
2022-02-16 mgovindcrypto: Fix for the crash in crypto 38/35338/1
2022-01-21 Gabriel Oginskiwireguard: add async mode for encryption packets 60/34660/5
2022-01-12 Dastin Wilskicrypto: omit loop iteration 85/34885/1
2022-01-05 Jakub Wysockicrypto: encrypt/decrypt queues sw_scheduler 86/30386/12
2021-10-26 Gabriel Oginskicrypto: add barrier in crypto key add 47/34247/2
2021-09-09 Benoît Gannevlib: fix vlib_buffer_enqueue_to_next() overflow 93/33693/3
2021-05-13 Dave Wallacetests: move test source to vpp/test 93/32293/2
2021-05-05 Filip Tehlarcrypto crypto-openssl: support hashing operations 02/32202/5
2021-04-20 Alexander Chernavincrypto: support async handlers for 3des and md5 32/31032/4
2021-04-09 Fan Zhangdpdk: selection of cryptodev engine data-path 03/31703/7
2021-03-26 Damjan Marionvlib: introduce vlib_get_main_by_index(), vlib_get_n_th... 82/31782/4
2021-03-05 Neale Rannsipsec: Submit fuller async frames 66/31466/2
2021-03-04 Benoît Gannecrypto: add support for aes-ctr+sha-1 chains 16/30916/4
2021-02-26 Piotr Bronowskicrypto: fix coverity issue 218445 53/31453/2
2021-02-24 Neale Rannscrypto: A more memory efficient layout of the frame... 25/31425/2
2021-01-20 PiotrX Kleskicrypto: fixed vnet_crypto_is_set_handler() 90/30690/5
2020-12-14 Damjan Marionmisc: refactor clib_bitmap_foreach macro 97/30397/2
2020-12-04 PiotrX Kleskicrypto: fixed vnet_crypto_async_reset_frame assert 46/30246/2
2020-12-04 PiotrX Kleskicrypto: fixed async frame enqueue race condition 47/30247/2
2020-11-17 Dave Wallacetests: move crypto tests to src/vnet/crypto/test 59/29959/2
2020-09-22 Yulong Peicrypto: revert crypto set handler all API 85/28985/3
2020-09-16 Yulong Peicrypto: Crypto set handler API to support set all as CLI 39/28839/2
2020-09-09 Fan Zhangcrypto: change cryptodev with new cryptodev API 19/28419/10
2020-09-03 Nathan Skrzypczakcrypto: Add async crypto APIs 19/28619/3
2020-09-03 PiotrX Kleskicrypto: SW scheduler async crypto engine 76/27176/11
2020-09-01 Artem Glazychevcrypto: add chacha20-poly1305 algo 14/28614/2
2020-05-06 Fan Zhangcrypto: fix coverity issues 19/26819/3
2020-04-30 Fan Zhangcrypto: introduce async crypto infra 36/18036/54
2020-02-26 Filip Tehlarcrypto: fix set crypto handlers 15/25415/2
2020-02-18 Filip Tehlarcrypto: show crypto handlers re-design 37/25237/3
2020-02-11 Filip Tehlaripsec: add support for chained buffers 58/23358/17
2019-11-13 Benoît Gannecrypto: do not crash if no crypto engine loaded 85/23285/4
2019-11-12 Lijian Zhangcrypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS] 75/23075/4
2019-07-24 Neale Rannsipsec: GCM, Anti-replay and ESN fixess 30/20730/4
2019-06-25 Neale Rannsipsec: return error if the engine backend has no handle... 82/20282/2
2019-06-07 Neale Rannsipsec: remove the set_key API 03/20003/3
2019-06-05 Neale RannsIPSEC: some CLI fixes 58/19958/3
2019-04-30 Benoît Gannecrypto: enforce per-alg crypto key length 40/19240/2
2019-04-26 Damjan Marioncrypto, ipsec: change GCM IV handling 82/19182/2
2019-04-25 Damjan Marioncrypto: AES GCM IV length is always 12 74/19174/3
2019-04-25 Damjan Marioncrypto: improve key handling 81/18981/10
2019-04-16 Neale RannsIPSEC: support GCM in ESP 34/18834/8
2019-04-14 fituldocrypto: add support for AES-CTR cipher 58/18858/2
2019-04-11 Neale RannsIPSEC-MB: Use random & non-repeating IV (VPP-1642) 07/18807/5
2019-04-11 Damjan Marioncrypto: add performace test to unittest plugin 40/18740/5
2019-04-07 Damjan Marioncrypto: add support for AEAD and AES-GCM 13/18713/4
2019-04-07 Damjan Marioncrypto: coverity issues 01/18701/5
2019-04-04 Damjan Marioncrypto: pass multiple ops to handler 74/18674/5
2019-03-29 Damjan Marionipsec: esp-decrypt rework 38/18538/7
2019-03-28 Damjan Marioncrypto: add vnet_crypto_op_init (...) 83/18583/3
2019-03-27 Damjan Marionipsec: compress ipsec_sa_t so data used by dataplane... 31/18531/3
2019-03-26 Filip Tehlarcrypto: add set crypto handler CLI 19/18519/4
2019-03-26 Damjan Marionipsec: esp-encrypt rework 98/18398/18
2019-03-20 Damjan Marioncrypto: add hmac truncate option 38/18438/3
2019-03-20 Filip Tehlartests: implement crypto tests per RFC2202 95/18395/2
2019-03-19 Damjan Marioncrypto: introduce crypto infra 75/18375/5