Age | Commit message (Expand) | Author | Files | Lines |
2021-12-21 | tls: don't add listen to lookup table | Filip Tehlar | 1 | -0/+1 |
2021-11-19 | tls: add option to config additional segment size | Florin Coras | 2 | -4/+9 |
2021-06-17 | tls: increase engine bits room in handle to support custom engine type | jxm | 1 | -1/+1 |
2021-05-29 | tls: fix handling of failed connects | Florin Coras | 1 | -16/+18 |
2021-05-20 | tls svm: prealloc tcp fifo chunks before ssl write | Florin Coras | 1 | -1/+3 |
2021-05-18 | tls: fix dtls with no workers | Florin Coras | 1 | -6/+6 |
2021-05-14 | tls: switch dtls to vc and track half-opens | Florin Coras | 1 | -4/+59 |
2021-05-12 | tls: switch to vc service and track half-open sessions | Florin Coras | 2 | -13/+64 |
2021-05-07 | session: connects seg manager is always first | Florin Coras | 1 | -2/+0 |
2021-05-02 | tls: cleanup dtls migrated context | Florin Coras | 1 | -4/+7 |
2021-04-23 | tls quic: improve error reporting | Florin Coras | 1 | -6/+7 |
2021-04-22 | vcl session: refactor passing of crypto context | Florin Coras | 1 | -11/+36 |
2021-03-29 | tls: fix app_worker_connect_notify param error | yedg | 1 | -1/+1 |
2021-03-11 | session tls: deq notifications for custom tx | Florin Coras | 1 | -0/+1 |
2021-02-09 | tls: dtls initial implementation | Florin Coras | 2 | -23/+239 |
2020-12-18 | tls: add custom openssl bio | Florin Coras | 1 | -0/+1 |
2020-10-26 | tls: separate init from enable | Florin Coras | 1 | -29/+50 |
2020-10-21 | tls: enable cert key pair setting for connect | jiangxiaoming | 1 | -0/+1 |
2020-09-24 | session tcp udp tls quic: improve cli formatting | Florin Coras | 1 | -4/+5 |
2020-09-23 | tls: fix session format assert crash in connected callback | jiangxiaoming | 1 | -9/+8 |
2020-04-25 | tls: improve cli state reporting | Florin Coras | 1 | -3/+12 |
2020-04-25 | session vcl: propagate transport cleanup notifications | Florin Coras | 1 | -1/+6 |
2020-04-04 | session tls: support tls descheduling | Florin Coras | 2 | -9/+21 |
2020-04-04 | session tls: improve app transports tx scheduling | Florin Coras | 2 | -14/+10 |
2020-04-03 | session: improve error reporting | Florin Coras | 2 | -9/+10 |
2020-03-25 | session: api to add new transport types | Florin Coras | 1 | -0/+2 |
2020-02-26 | tls session: fix unlisten | Florin Coras | 1 | -0/+15 |
2020-02-19 | tls: handle disconect and reset in async mode | Yu Ping | 1 | -3/+10 |
2020-02-14 | tls: remove session lookup operation in TLS | Yu Ping | 1 | -2/+0 |
2020-02-03 | tls: refactor for tls async event handling | Yu Ping | 2 | -2/+1 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -5/+5 |
2020-01-08 | tls: improve connection formating | Florin Coras | 1 | -13/+43 |
2020-01-03 | tls: add features.yaml | Florin Coras | 1 | -0/+14 |
2020-01-02 | session: fix listener global endpoint lookup | Florin Coras | 1 | -1/+1 |
2019-11-18 | session: extra checks in session validation | Srikanth Akula | 1 | -2/+2 |
2019-10-30 | tls: fifo size is u32 | Dave Wallace | 1 | -3/+10 |
2019-10-30 | tls: fix on tcp connection reset | Zeyu Zhang | 1 | -2/+10 |
2019-10-12 | tls: allow disconnects from main thread | Florin Coras | 1 | -1/+4 |
2019-10-09 | hsa: use crypto_engine_type_t for TLS | Nathan Skrzypczak | 2 | -12/+12 |
2019-10-09 | session: Add certificate store | Nathan Skrzypczak | 2 | -0/+3 |
2019-08-09 | tls: mark as no lookup transport | Florin Coras | 1 | -0/+2 |
2019-08-09 | tls: handle transport reset | Florin Coras | 1 | -1/+6 |
2019-08-08 | tls: fix close with data | Florin Coras | 2 | -1/+20 |
2019-07-27 | session: define connection id length | Florin Coras | 1 | -4/+5 |
2019-07-26 | session tcp: handle rxt and acks as custom events | Florin Coras | 1 | -1/+1 |
2019-07-24 | tls: handle engine listen failure | Florin Coras | 1 | -1/+12 |
2019-07-12 | tls quic: reduce default segment sizes | Aloys Augustin | 1 | -1/+1 |
2019-07-12 | session: add thread index to all formatters | Aloys Augustin | 1 | -0/+2 |
2019-06-27 | session: Add transport vft protocol options | Nathan Skrzypczak | 1 | -3/+5 |
2019-06-17 | session: use listener_handle instead of listener_index | Nathan Skrzypczak | 1 | -2/+3 |