Age | Commit message (Expand) | Author | Files | Lines |
2023-05-19 | tls: flag no app session on handshake failure |  Florin Coras | 1 | -1/+1 |
2023-02-02 | tls: openssl: fix SSL_read partial read scenario |  Ofer Heifetz | 1 | -8/+10 |
2022-10-31 | tls: use safe pool reallocs |  Florin Coras | 1 | -2/+3 |
2022-04-11 | tls: fix connected notifications with no app wrk |  Florin Coras | 1 | -1/+5 |
2022-04-07 | tls: fix session pool realloc on accept |  Florin Coras | 1 | -0/+3 |
2022-04-04 | tls: set client ckpair only for non-test ckp |  Florin Coras | 1 | -13/+15 |
2022-04-04 | tls: null terminate openssl chiphers |  Florin Coras | 1 | -2/+2 |
2022-04-01 | tls: enable host verification by hostname |  satna | 1 | -3/+40 |
2022-03-30 | tls: support to reinitialise ca_chain wo restart |  Saravanan Murugesan | 1 | -25/+40 |
2022-03-29 | tls: Support for client certificate-key pair |  sarmurug | 1 | -0/+50 |
2022-02-28 | tls: handle read write ssl errors |  Florin Coras | 1 | -3/+31 |
2022-02-28 | tls: Handle transport disconnect during client HS failures |  Saravanan Murugesan | 1 | -1/+2 |
2022-01-19 | svm: update number of segments in svm_fifo_segments |  Florin Coras | 1 | -2/+2 |
2022-01-11 | tls: ssl close only after all data drained |  Florin Coras | 1 | -2/+2 |
2021-10-08 | tls: shutdown openssl context on app close |  Florin Coras | 1 | -0/+2 |
2021-08-30 | tls: use default OpenSSL built-in DH parameters |  Ofer Heifetz | 1 | -0/+8 |
2021-08-12 | tls: add start_listen openssl API return value check |  Ofer Heifetz | 1 | -4/+30 |
2021-05-28 | tls: fix handling of failed accepts |  Florin Coras | 1 | -3/+12 |
2021-05-22 | tls: prealloc chunks for dtls dgram enq |  Florin Coras | 1 | -2/+4 |
2021-05-20 | tls svm: prealloc tcp fifo chunks before ssl write |  Florin Coras | 1 | -0/+7 |
2021-05-19 | tls: fix signed unsigned comparison |  Florin Coras | 1 | -2/+2 |
2021-05-02 | tls: cleanup dtls migrated context |  Florin Coras | 1 | -4/+9 |
2021-03-24 | tls: fix cleanup on app close with data |  Florin Coras | 1 | -0/+3 |
2021-03-22 | tls: fix tlsopenssl for remaining buffer |  Sivaprasad Tummala | 1 | -3/+4 |
2021-03-11 | session tls: deq notifications for custom tx |  Florin Coras | 1 | -0/+3 |
2021-02-09 | tls: dtls initial implementation |  Florin Coras | 1 | -19/+225 |
2020-12-20 | tls: use fifo segments instead of chunks |  Florin Coras | 1 | -33/+26 |
2020-12-18 | tls: add custom openssl bio |  Florin Coras | 1 | -183/+26 |
2020-04-04 | session tls: support tls descheduling |  Florin Coras | 1 | -22/+36 |
2020-04-04 | session tls: improve app transports tx scheduling |  Florin Coras | 1 | -10/+7 |
2020-04-03 | session: improve error reporting |  Florin Coras | 1 | -3/+3 |
2020-02-29 | tls: reduce bio buffering |  Florin Coras | 1 | -2/+2 |
2020-02-26 | tls: fix bulk bio read/write |  Florin Coras | 1 | -47/+29 |
2020-02-26 | tls session: fix unlisten |  Florin Coras | 1 | -4/+0 |
2020-02-25 | svm: refactor fifo |  Florin Coras | 1 | -107/+169 |
2020-02-19 | tls: handle disconect and reset in async mode |  Yu Ping | 1 | -5/+21 |
2020-02-03 | tls: refactor for tls async event handling |  Yu Ping | 1 | -61/+50 |
2020-01-13 | tls: enable TLS OpenSSL plugin works in 3.0.0 |  Yu Ping | 1 | -0/+5 |
2020-01-07 | tls: Make tls CPS test run for a quite long time |  Yu Ping | 1 | -3/+7 |
2019-12-05 | tls: change SSL_has_pending to avoid BIO check error |  Yu Ping | 1 | -2/+2 |
2019-10-09 | hsa: use crypto_engine_type_t for TLS |  Nathan Skrzypczak | 1 | -2/+2 |
2019-10-09 | session: Add certificate store |  Nathan Skrzypczak | 1 | -8/+6 |
2019-08-20 | tls: Add C API for TLS openssl to set engine |  Ping Yu | 1 | -5/+8 |
2019-08-09 | tls: mark as no lookup transport |  Florin Coras | 1 | -14/+24 |
2019-08-08 | tls: fix close with data |  Florin Coras | 1 | -12/+43 |
2019-06-29 | svm: rename fifo tx notifications to reflect use |  Florin Coras | 1 | -1/+1 |
2019-05-16 | init / exit function ordering |  Dave Barach | 1 | -7/+6 |
2019-05-08 | session: send tx events when data is dequeued |  Florin Coras | 1 | -0/+3 |
2019-05-03 | plugins: clean up plugin descriptions |  Dave Wallace | 1 | -1/+1 |
2019-04-18 | tls: allow engines to customize close |  Florin Coras | 1 | -0/+24 |