Age | Commit message (Expand) | Author | Files | Lines |
2023-10-08 | tls: report error if connected cannot be initialized | Florin Coras | 1 | -4/+6 |
2023-10-08 | tls: no read after app close | Florin Coras | 1 | -1/+1 |
2023-10-02 | tls: limit openssl engine max read burst | Florin Coras | 1 | -1/+1 |
2023-10-02 | tls: fix formatting of half open connections | Florin Coras | 1 | -0/+1 |
2023-09-26 | tls: init connection for prealloced app sessions | Florin Coras | 1 | -0/+3 |
2023-09-22 | tls: ignore tx events for not fully established sessions | Florin Coras | 1 | -6/+9 |
2023-09-04 | session: fix allocation of proxy fifos | Florin Coras | 1 | -0/+1 |
2023-08-09 | session: async rx event notifications | Florin Coras | 1 | -4/+4 |
2023-05-26 | tls: fix memory leak when client/server init error | Xiaoming Jiang | 1 | -2/+18 |
2022-12-02 | session: move connects to first worker | Florin Coras | 1 | -0/+1 |
2022-10-31 | tls: use safe pool reallocs | Florin Coras | 2 | -51/+7 |
2022-05-04 | tls: free app session if connect notify refused | Florin Coras | 1 | -2/+2 |
2022-04-11 | tls: fix connected notifications with no app wrk | Florin Coras | 1 | -5/+9 |
2022-04-07 | tls http: run config fns after init ones | Florin Coras | 1 | -1/+1 |
2022-03-30 | tls: support to reinitialise ca_chain wo restart | Saravanan Murugesan | 2 | -0/+8 |
2022-03-18 | vppinfra: refactor *_will_expand() functions | Damjan Marion | 1 | -2/+1 |
2022-02-28 | tls: handle read write ssl errors | Florin Coras | 2 | -0/+11 |
2022-02-28 | tls: Receive only when the app_session is available | Saravanan Murugesan | 1 | -0/+5 |
2022-02-17 | tls http srtp: fix session index for listeners | Florin Coras | 1 | -0/+1 |
2022-02-10 | session: use transport endpoint cfg for listen | Florin Coras | 1 | -1/+1 |
2022-02-05 | session: track bytes dequeued in snd params | Florin Coras | 1 | -2/+1 |
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 |