aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlsopenssl
AgeCommit message (Expand)AuthorFilesLines
2021-10-08tls: shutdown openssl context on app closeFlorin Coras1-0/+2
2021-08-30tls: use default OpenSSL built-in DH parametersOfer Heifetz1-0/+8
2021-08-12tls: add start_listen openssl API return value checkOfer Heifetz1-4/+30
2021-05-28tls: fix handling of failed acceptsFlorin Coras1-3/+12
2021-05-22tls: prealloc chunks for dtls dgram enqFlorin Coras2-3/+5
2021-05-20tls svm: prealloc tcp fifo chunks before ssl writeFlorin Coras1-0/+7
2021-05-19tls: fix signed unsigned comparisonFlorin Coras1-2/+2
2021-05-02tls: cleanup dtls migrated contextFlorin Coras1-4/+9
2021-04-20tls: honor tcp deq notification requestFlorin Coras1-0/+6
2021-04-14tls: fix coverity warningFlorin Coras1-1/+1
2021-03-26vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendlyDamjan Marion1-9/+8
2021-03-24tls: fix cleanup on app close with dataFlorin Coras1-0/+3
2021-03-22tls: fix tlsopenssl for remaining bufferSivaprasad Tummala1-3/+4
2021-03-11session tls: deq notifications for custom txFlorin Coras1-0/+3
2021-02-09tls: dtls initial implementationFlorin Coras5-19/+462
2020-12-20tls: use fifo segments instead of chunksFlorin Coras1-33/+26
2020-12-18tls: add custom openssl bioFlorin Coras5-184/+244
2020-12-03tls: fix passed argument in openssl pluginVladimir Medvedkin1-2/+2
2020-04-04session tls: support tls deschedulingFlorin Coras1-22/+36
2020-04-04session tls: improve app transports tx schedulingFlorin Coras1-10/+7
2020-04-03session: improve error reportingFlorin Coras1-3/+3
2020-02-29tls: reduce bio bufferingFlorin Coras1-2/+2
2020-02-26tls: fix bulk bio read/writeFlorin Coras1-47/+29
2020-02-26tls session: fix unlistenFlorin Coras1-4/+0
2020-02-25svm: refactor fifoFlorin Coras1-107/+169
2020-02-20tls: need to use thread id to fetch the eventYu Ping1-2/+1
2020-02-19tls: handle disconect and reset in async modeYu Ping3-11/+38
2020-02-18tls: Add Feature yamlYu Ping1-0/+11
2020-02-03tls: refactor for tls async event handlingYu Ping4-196/+162
2020-01-15tls: enable async node on demandYu Ping1-3/+1
2020-01-13tls: enable TLS OpenSSL plugin works in 3.0.0Yu Ping1-0/+5
2020-01-07tls: Make tls CPS test run for a quite long timeYu Ping1-3/+7
2019-12-05tls: change SSL_has_pending to avoid BIO check errorYu Ping1-2/+2
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak1-2/+2
2019-10-09session: Add certificate storeNathan Skrzypczak1-8/+6
2019-09-30tls: remove api boilerplateOle Troan6-205/+9
2019-09-02tls: some rework based on TLS openssl C APIPing Yu3-26/+33
2019-08-20tls: Add C API for TLS openssl to set enginePing Yu9-10/+436
2019-08-09tls: mark as no lookup transportFlorin Coras1-14/+24
2019-08-08tls: fix close with dataFlorin Coras1-12/+43
2019-06-29svm: rename fifo tx notifications to reflect useFlorin Coras1-1/+1
2019-05-16init / exit function orderingDave Barach1-7/+6
2019-05-08session: send tx events when data is dequeuedFlorin Coras1-0/+3
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-18tls: allow engines to customize closeFlorin Coras1-0/+24
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-7/+7
2019-02-18tls: fix openssl/mbedtls use of app_wrk indexFlorin Coras1-2/+7
2019-02-04session: cleanup part 1Florin Coras3-22/+19
2019-01-28update openssl TLS async to align with openssl master branchPing Yu1-4/+2
2019-01-07Change vpp code to align with openssl interface changePing Yu3-36/+27