aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tls
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-02tls: cleanup dtls migrated contextFlorin Coras1-4/+7
2021-04-23tls quic: improve error reportingFlorin Coras1-6/+7
2021-04-22vcl session: refactor passing of crypto contextFlorin Coras1-11/+36
2021-03-29tls: fix app_worker_connect_notify param erroryedg1-1/+1
2021-03-11session tls: deq notifications for custom txFlorin Coras1-0/+1
2021-02-09tls: dtls initial implementationFlorin Coras2-23/+239
2020-12-18tls: add custom openssl bioFlorin Coras1-0/+1
2020-10-26tls: separate init from enableFlorin Coras1-29/+50
2020-10-21tls: enable cert key pair setting for connectjiangxiaoming1-0/+1
2020-09-24session tcp udp tls quic: improve cli formattingFlorin Coras1-4/+5
2020-09-23tls: fix session format assert crash in connected callbackjiangxiaoming1-9/+8
2020-04-25tls: improve cli state reportingFlorin Coras1-3/+12
2020-04-25session vcl: propagate transport cleanup notificationsFlorin Coras1-1/+6
2020-04-04session tls: support tls deschedulingFlorin Coras2-9/+21
2020-04-04session tls: improve app transports tx schedulingFlorin Coras2-14/+10
2020-04-03session: improve error reportingFlorin Coras2-9/+10
2020-03-25session: api to add new transport typesFlorin Coras1-0/+2
2020-02-26tls session: fix unlistenFlorin Coras1-0/+15
2020-02-19tls: handle disconect and reset in async modeYu Ping1-3/+10
2020-02-14tls: remove session lookup operation in TLSYu Ping1-2/+0
2020-02-03tls: refactor for tls async event handlingYu Ping2-2/+1
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-5/+5
2020-01-08tls: improve connection formatingFlorin Coras1-13/+43
2020-01-03tls: add features.yamlFlorin Coras1-0/+14
2020-01-02session: fix listener global endpoint lookupFlorin Coras1-1/+1
2019-11-18session: extra checks in session validationSrikanth Akula1-2/+2
2019-10-30tls: fifo size is u32Dave Wallace1-3/+10
2019-10-30tls: fix on tcp connection resetZeyu Zhang1-2/+10
2019-10-12tls: allow disconnects from main threadFlorin Coras1-1/+4
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak2-12/+12