aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlspicotls/tls_picotls.c
AgeCommit message (Expand)AuthorFilesLines
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