Age | Commit message (Expand) | Author | Files | Lines |
13 days | tls: add async processing support | Varun Rapelly | 2 | -2/+19 |
2024-10-25 | session: support of multiple extended configs | Matus Fabian | 1 | -6/+12 |
2024-09-26 | tls: cleanup engine hs cb and improve ctx formatting | Florin Coras | 3 | -20/+15 |
2024-08-13 | tls: add basic tls record parsers | Florin Coras | 2 | -0/+529 |
2024-07-16 | tls: track app owner of transport session | Florin Coras | 2 | -1/+4 |
2024-07-09 | tls: refactor vft functionsn to allow for reuse | Florin Coras | 3 | -140/+152 |
2024-04-08 | tls: fix session state update on accept | Florin Coras | 1 | -1/+3 |
2024-03-26 | tls: init session for accepted ctx | Florin Coras | 1 | -7/+7 |
2024-03-24 | tls: pass session state to engine on client init | Florin Coras | 1 | -1/+3 |
2024-03-20 | tls: avoid app session preallocation | Florin Coras | 1 | -42/+14 |
2024-03-18 | tls: handle attepts to renegotiate hs | Florin Coras | 1 | -1/+2 |
2024-03-12 | misc: remove GNU Indent directives | Damjan Marion | 1 | -2/+0 |
2024-02-27 | tls: pass reset ntf to engines | Florin Coras | 2 | -22/+10 |
2024-02-23 | tls: initialize app session app wrk | Florin Coras | 1 | -1/+2 |
2024-02-20 | tls: fix transport endpoint get | Florin Coras | 1 | -3/+4 |
2024-02-15 | tls: mark ho done atomically after ctx init | Florin Coras | 1 | -1/+2 |
2024-01-31 | tls: set app closed flag in framework | Florin Coras | 1 | -0/+1 |
2024-01-31 | tls: convert ctx fields to connection flags | Florin Coras | 2 | -23/+25 |
2024-01-23 | tls: fix ho leak on tcp connect return | Florin Coras | 1 | -1/+4 |
2024-01-23 | tls: overlap parent opaque with listener ctx | Florin Coras | 1 | -5/+6 |
2024-01-23 | tls: set flag whenever app session is freed | Florin Coras | 1 | -5/+9 |
2023-12-14 | tls: no closed notify if no app session | Florin Coras | 1 | -1/+2 |
2023-12-13 | tls: postpone ho cleanup if not fully established | Florin Coras | 2 | -8/+80 |
2023-11-10 | tls: fix forced ho cleanup | Florin Coras | 1 | -3/+13 |
2023-11-09 | tls: fix handling of client and server init errors | Florin Coras | 1 | -11/+9 |
2023-11-08 | tls: avoid reads after tcp transport removed | Florin Coras | 1 | -4/+18 |
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 |