aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlsopenssl
AgeCommit message (Expand)AuthorFilesLines
2 daystls: don't upper-case cipher stringBrian Morris1-6/+1
2024-03-30tls: fix rescheduling when no data availableFlorin Coras1-2/+5
2024-03-20tls: avoid app session preallocationFlorin Coras1-13/+1
2024-03-18tls: handle attepts to renegotiate hsFlorin Coras1-1/+13
2024-03-12misc: remove GNU Indent directivesDamjan Marion2-8/+0
2024-02-27tls: pass reset ntf to enginesFlorin Coras1-0/+17
2024-01-31tls: set app closed flag in frameworkFlorin Coras1-2/+0
2024-01-31tls: convert ctx fields to connection flagsFlorin Coras2-10/+12
2023-10-11tls: Fix SSL_CTX leak on every client sessionBrian Morris2-11/+12
2023-10-08tls: propagate reads to app irrespective of stateFlorin Coras1-2/+1
2023-10-02tls: limit openssl engine max read burstFlorin Coras1-3/+5
2023-05-19tls: flag no app session on handshake failureFlorin Coras1-1/+1
2023-02-02tls: openssl: fix SSL_read partial read scenarioOfer Heifetz1-8/+10
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