aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlspicotls/tls_picotls.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-20tls: avoid app session preallocationFlorin Coras1-1/+0
2024-03-18tls: handle attepts to renegotiate hsFlorin Coras1-0/+1
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2024-02-27tls: pass reset ntf to enginesFlorin Coras1-0/+17
2024-01-31tls: convert ctx fields to connection flagsFlorin Coras1-3/+3
2023-10-08tls: propagate reads to app irrespective of stateFlorin Coras1-1/+1
2022-10-31tls: use safe pool reallocsFlorin Coras1-2/+2
2022-03-30tls: support to reinitialise ca_chain wo restartSaravanan Murugesan1-0/+8
2022-01-19svm: update number of segments in svm_fifo_segmentsFlorin Coras1-6/+6
2021-08-10tls: picotls optimize rx pathFlorin Coras1-69/+113
2021-08-10tls: picotls optimize writesFlorin Coras1-106/+185
2021-08-06tls: avoid picotls buffer allocs on rxFlorin Coras1-3/+8
2021-08-06tls: avoid ptls ctx free on transport closeFlorin Coras1-2/+1
2021-08-03tls: picotls handle accept failuresFlorin Coras1-3/+15
2021-07-30tls: picotls rx fixes and improvementsFlorin Coras1-101/+85
2021-01-18tls: make picotls engine able to initial connection as clientSimon Zhang1-16/+73
2020-12-04tls: allow picotls to use secp elliptic curvesVladimir Medvedkin1-3/+3
2020-11-04tls: fix picotls engine crypto multi-thread issueSimon Zhang1-3/+5
2020-04-28tls: fix wrong usage of session close function issueSimon Zhang1-1/+1
2020-04-20tls: fix Picotls tx hang issueSimon Zhang1-2/+2
2020-04-11tls: make ctx_write function return the length of enqueueSimon Zhang1-1/+1
2020-04-09tls: adopt picotls engine to new session scheduling mechanismSimon Zhang1-2/+2
2020-04-04session tls: support tls deschedulingFlorin Coras1-2/+3
2020-04-04session tls: improve app transports tx schedulingFlorin Coras1-3/+5
2020-03-16tls: refactor Picotls ctx_read function to reduce one time memory copySimon Zhang1-56/+43
2020-03-13tls: small refactor for Picotls engine ctx_write functionSimon Zhang1-20/+22
2020-03-07tls: refactor ctx_write function to avoid allocate new memory every timeSimon Zhang1-14/+39
2020-02-26tls: fix picotls dbgFlorin Coras1-1/+1
2020-02-18tls: Picotls engine symmetric crypto enhancement by vpp crypto frameworkSimon Zhang1-1/+2
2020-02-15tls: Fix Picotls ctx_read rx_content issueSimon Zhang1-18/+21
2020-02-11tls: refactor picotls ctx_read process to improve CPSSimon Zhang1-58/+49
2020-01-15tls: add picotls session close processSimon Zhang1-1/+10
2019-11-12tls: fix picotls coverity warningsFlorin Coras1-13/+13
2019-11-10tls: picotls engine basic enabling for TLSSimon Zhang1-0/+580