aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tlspicotls
AgeCommit message (Expand)AuthorFilesLines
8 daystls: avoid app session preallocationFlorin Coras1-1/+0
10 daystls: 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
2024-01-19build: disable plugins which require openssl if openssl is not availableDamjan Marion1-0/+5
2023-10-08tls: propagate reads to app irrespective of stateFlorin Coras1-1/+1
2022-12-02quic: update to quicly v0.1.4Dave Wallace2-1/+8
2022-11-18tls: memory leak due to missing call to vnet_crypto_key_delSteven Luong1-1/+6
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 Coras2-113/+188
2021-08-06tls: avoid picotls buffer allocs on rxFlorin Coras2-3/+9
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 Coras2-149/+126
2021-06-07tls: change picotls plugin crypto module to accommodate new version picotlsSimon Zhang2-3/+3
2021-04-30build: declare some CMake variables as advancedDamjan Marion1-4/+4
2021-04-22tls: tlspicotls require version when buildingNathan Skrzypczak1-3/+19
2021-04-22quic: update quicly to v0.1.3Mathias Raoul1-6/+15
2021-01-22quic: quicly v0.1.2 updateMathias Raoul1-15/+22
2021-01-18tls: make picotls engine able to initial connection as clientSimon Zhang2-16/+74
2020-12-04tls: allow picotls to use secp elliptic curvesVladimir Medvedkin1-3/+3
2020-11-04tls: fix picotls engine crypto multi-thread issueSimon Zhang3-4/+13
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 Zhang2-57/+50
2020-03-13tls: small refactor for Picotls engine ctx_write functionSimon Zhang2-22/+23
2020-03-07tls: refactor ctx_write function to avoid allocate new memory every timeSimon Zhang2-14/+46
2020-02-26tls: fix picotls dbgFlorin Coras1-1/+1
2020-02-18tls: Picotls engine symmetric crypto enhancement by vpp crypto frameworkSimon Zhang4-1/+373
2020-02-15tls: Fix Picotls ctx_read rx_content issueSimon Zhang1-18/+21
2020-02-11tls: refactor picotls ctx_read process to improve CPSSimon Zhang2-58/+55
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 Zhang5-0/+878