aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlsmbedtls
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2024-02-27tls: pass reset ntf to enginesFlorin Coras1-0/+16
2024-02-14tls: fix compilation errorNiyaz Murshed1-1/+2
2022-11-03tls: crash in mbedtls due to ctx is already freeSteven Luong1-1/+0
2022-10-31tls: use safe pool reallocsFlorin Coras1-1/+2
2022-03-30tls: support to reinitialise ca_chain wo restartSaravanan Murugesan1-0/+8
2021-04-30build: declare some CMake variables as advancedDamjan Marion1-1/+1
2020-04-04session tls: support tls deschedulingFlorin Coras1-2/+3
2020-04-04session tls: improve app transports tx schedulingFlorin Coras1-4/+5
2020-04-03session: improve error reportingFlorin Coras1-2/+2
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak1-2/+2
2019-10-09session: Add certificate storeNathan Skrzypczak1-10/+8
2019-05-16init / exit function orderingDave Barach1-5/+6
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-30svm: more fifo refactor/cleanupFlorin Coras1-4/+4
2019-04-18tls: allow engines to customize closeFlorin Coras1-0/+24
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-5/+5
2019-03-28cmake: add vpp_plugin_find_library macroDamjan Marion1-17/+21
2019-02-18tls: fix openssl/mbedtls use of app_wrk indexFlorin Coras1-2/+7
2019-02-04session: cleanup part 1Florin Coras1-17/+16
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-10-02tls: fix disconnects for sessions with pending dataFlorin Coras1-8/+8
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-2/+7
2018-08-18cmake: highlight warning and error messagesDamjan Marion1-3/+3
2018-08-18cmake: DPDK rte_config.h parsingDamjan Marion1-1/+1
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+30
2018-08-17optimize init_server to reduce session overheadPing Yu1-0/+14
2018-03-15tls: add openssl engineFlorin Coras1-28/+123
2018-03-08tls: make tls engines pluggableFlorin Coras1-0/+548