aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tls
AgeCommit message (Expand)AuthorFilesLines
10 daystls: fix session state update on acceptFlorin Coras1-1/+3
2024-03-26tls: init session for accepted ctxFlorin Coras1-7/+7
2024-03-24tls: pass session state to engine on client initFlorin Coras1-1/+3
2024-03-20tls: avoid app session preallocationFlorin Coras1-42/+14
2024-03-18tls: handle attepts to renegotiate hsFlorin Coras1-1/+2
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2024-02-27tls: pass reset ntf to enginesFlorin Coras2-22/+10
2024-02-23tls: initialize app session app wrkFlorin Coras1-1/+2
2024-02-20tls: fix transport endpoint getFlorin Coras1-3/+4
2024-02-15tls: mark ho done atomically after ctx initFlorin Coras1-1/+2
2024-01-31tls: set app closed flag in frameworkFlorin Coras1-0/+1
2024-01-31tls: convert ctx fields to connection flagsFlorin Coras2-23/+25
2024-01-23tls: fix ho leak on tcp connect returnFlorin Coras1-1/+4
2024-01-23tls: overlap parent opaque with listener ctxFlorin Coras1-5/+6
2024-01-23tls: set flag whenever app session is freedFlorin Coras1-5/+9
2023-12-14tls: no closed notify if no app sessionFlorin Coras1-1/+2
2023-12-13tls: postpone ho cleanup if not fully establishedFlorin Coras2-8/+80
2023-11-10tls: fix forced ho cleanupFlorin Coras1-3/+13
2023-11-09tls: fix handling of client and server init errorsFlorin Coras1-11/+9
2023-11-08tls: avoid reads after tcp transport removedFlorin Coras1-4/+18
2023-10-08tls: report error if connected cannot be initializedFlorin Coras1-4/+6
2023-10-08tls: no read after app closeFlorin Coras1-1/+1
2023-10-02tls: limit openssl engine max read burstFlorin Coras1-1/+1
2023-10-02tls: fix formatting of half open connectionsFlorin Coras1-0/+1
2023-09-26tls: init connection for prealloced app sessionsFlorin Coras1-0/+3
2023-09-22tls: ignore tx events for not fully established sessionsFlorin Coras1-6/+9
2023-09-04session: fix allocation of proxy fifosFlorin Coras1-0/+1
2023-08-09session: async rx event notificationsFlorin Coras1-4/+4
2023-05-26tls: fix memory leak when client/server init errorXiaoming Jiang1-2/+18
2022-12-02session: move connects to first workerFlorin Coras1-0/+1
2022-10-31tls: use safe pool reallocsFlorin Coras2-51/+7
2022-05-04tls: free app session if connect notify refusedFlorin Coras1-2/+2
2022-04-11tls: fix connected notifications with no app wrkFlorin Coras1-5/+9
2022-04-07tls http: run config fns after init onesFlorin Coras1-1/+1
2022-03-30tls: support to reinitialise ca_chain wo restartSaravanan Murugesan2-0/+8
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion1-2/+1
2022-02-28tls: handle read write ssl errorsFlorin Coras2-0/+11
2022-02-28tls: Receive only when the app_session is availableSaravanan Murugesan1-0/+5
2022-02-17tls http srtp: fix session index for listenersFlorin Coras1-0/+1
2022-02-10session: use transport endpoint cfg for listenFlorin Coras1-1/+1
2022-02-05session: track bytes dequeued in snd paramsFlorin Coras1-2/+1
2021-12-21tls: don't add listen to lookup tableFilip Tehlar1-0/+1
2021-11-19tls: add option to config additional segment sizeFlorin Coras2-4/+9
2021-06-17tls: increase engine bits room in handle to support custom engine typejxm1-1/+1
2021-05-29tls: fix handling of failed connectsFlorin Coras1-16/+18
2021-05-20tls svm: prealloc tcp fifo chunks before ssl writeFlorin Coras1-1/+3
2021-05-18tls: fix dtls with no workersFlorin Coras1-6/+6
2021-05-14tls: switch dtls to vc and track half-opensFlorin Coras1-4/+59
2021-05-12tls: switch to vc service and track half-open sessionsFlorin Coras2-13/+64
2021-05-07session: connects seg manager is always firstFlorin Coras1-2/+0