aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlspicotls/tls_picotls.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-10tls: picotls optimize writesFlorin Coras1-7/+3
2021-08-06tls: avoid picotls buffer allocs on rxFlorin Coras1-0/+1
2021-01-18tls: make picotls engine able to initial connection as clientSimon Zhang1-0/+1
2020-11-04tls: fix picotls engine crypto multi-thread issueSimon Zhang1-0/+1
2020-03-16tls: refactor Picotls ctx_read function to reduce one time memory copySimon Zhang1-1/+7
2020-03-13tls: small refactor for Picotls engine ctx_write functionSimon Zhang1-2/+1
2020-03-07tls: refactor ctx_write function to avoid allocate new memory every timeSimon Zhang1-0/+7
2020-02-11tls: refactor picotls ctx_read process to improve CPSSimon Zhang1-0/+6
2019-11-10tls: picotls engine basic enabling for TLSSimon Zhang1-0/+40