aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlsopenssl
AgeCommit message (Expand)AuthorFilesLines
2022-10-31tls: use safe pool reallocsFlorin Coras1-2/+3
2022-09-26api: replace print functions wth formatDamjan Marion1-1/+0
2022-04-11tls: fix connected notifications with no app wrkFlorin Coras1-1/+5
2022-04-07tls: fix session pool realloc on acceptFlorin Coras1-0/+3
2022-04-04tls: set client ckpair only for non-test ckpFlorin Coras1-13/+15
2022-04-04tls: null terminate openssl chiphersFlorin Coras1-2/+2
2022-04-01tls: enable host verification by hostnamesatna1-3/+40
2022-03-30tls: support to reinitialise ca_chain wo restartSaravanan Murugesan1-25/+40
2022-03-29tls: Support for client certificate-key pairsarmurug1-0/+50
2022-02-28tls: handle read write ssl errorsFlorin Coras1-3/+31
2022-02-28tls: Handle transport disconnect during client HS failuresSaravanan Murugesan1-1/+2
2022-01-27build: fix compilation on OpenSSL 3.0Damjan Marion1-0/+1
2022-01-19svm: update number of segments in svm_fifo_segmentsFlorin Coras1-2/+2
2022-01-11tls: ssl close only after all data drainedFlorin Coras1-2/+2
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