hs-test: clean up Makefile for compatibility with ci-management
[vpp.git] / src / vnet / tls / tls.c
2024-04-08 Florin Corastls: fix session state update on accept 58/40658/3
2024-03-27 Florin Corastls: init session for accepted ctx 14/40614/1
2024-03-24 Florin Corastls: pass session state to engine on client init 75/40575/3
2024-03-20 Florin Corastls: avoid app session preallocation 05/40405/5
2024-02-27 Florin Corastls: pass reset ntf to engines 99/40399/3
2024-02-24 Florin Corastls: initialize app session app wrk 95/40395/1
2024-02-20 Florin Corastls: fix transport endpoint get 70/40370/3
2024-02-15 Florin Corastls: mark ho done atomically after ctx init 33/40333/3
2024-02-01 Florin Corastls: set app closed flag in framework 82/40282/3
2024-01-31 Florin Corastls: convert ctx fields to connection flags 81/40281/2
2024-01-23 Florin Corastls: fix ho leak on tcp connect return 35/40235/5
2024-01-23 Florin Corastls: set flag whenever app session is freed 34/40234/3
2023-12-14 Florin Corastls: no closed notify if no app session 03/40103/3
2023-12-13 Florin Corastls: postpone ho cleanup if not fully established 56/40056/3
2023-11-10 Florin Corastls: fix forced ho cleanup 63/39863/2
2023-11-09 Florin Corastls: fix handling of client and server init errors 55/39855/4
2023-11-08 Florin Corastls: avoid reads after tcp transport removed 53/39853/1
2023-10-08 Florin Corastls: report error if connected cannot be initialized 26/39626/3
2023-10-08 Florin Corastls: no read after app close 25/39625/3
2023-10-02 Florin Corastls: limit openssl engine max read burst 00/39600/3
2023-10-02 Florin Corastls: fix formatting of half open connections 04/39604/2
2023-09-26 Florin Corastls: init connection for prealloced app sessions 85/39585/2
2023-09-23 Florin Corastls: ignore tx events for not fully established sessions 54/39554/1
2023-09-04 Florin Corassession: fix allocation of proxy fifos 67/39467/7
2023-08-09 Florin Corassession: async rx event notifications 58/37858/46
2023-05-26 Xiaoming Jiangtls: fix memory leak when client/server init error 07/38907/1
2022-12-02 Florin Corassession: move connects to first worker 13/35713/69
2022-10-31 Florin Corastls: use safe pool reallocs 18/35818/23
2022-05-04 Florin Corastls: free app session if connect notify refused 79/36079/2
2022-04-11 Florin Corastls: fix connected notifications with no app wrk 26/35926/5
2022-04-07 Florin Corastls http: run config fns after init ones 07/35907/3
2022-03-30 Saravanan Murugesantls: support to reinitialise ca_chain wo restart 84/35484/9
2022-03-18 Damjan Marionvppinfra: refactor *_will_expand() functions 04/35704/4
2022-02-28 Florin Corastls: handle read write ssl errors 40/35440/2
2022-02-28 Saravanan Murugesantls: Receive only when the app_session is available 80/35480/2
2022-02-17 Florin Corastls http srtp: fix session index for listeners 44/35344/3
2022-02-10 Florin Corassession: use transport endpoint cfg for listen 80/35280/2
2022-02-05 Florin Corassession: track bytes dequeued in snd params 19/35219/7
2021-12-21 Filip Tehlartls: don't add listen to lookup table 74/34774/3
2021-11-19 Florin Corastls: add option to config additional segment size 46/34546/3
2021-06-17 jxmtls: increase engine bits room in handle to support... 53/32753/3
2021-05-29 Florin Corastls: fix handling of failed connects 91/32491/6
2021-05-20 Florin Corastls svm: prealloc tcp fifo chunks before ssl write 89/32389/3
2021-05-18 Florin Corastls: fix dtls with no workers 56/32356/4
2021-05-14 Florin Corastls: switch dtls to vc and track half-opens 97/32297/10
2021-05-12 Florin Corastls: switch to vc service and track half-open sessions 75/32275/12
2021-05-07 Florin Corassession: connects seg manager is always first 46/32246/10
2021-05-02 Florin Corastls: cleanup dtls migrated context 87/32187/4
2021-04-23 Florin Corastls quic: improve error reporting 94/32094/5
2021-04-22 Florin Corasvcl session: refactor passing of crypto context 76/32076/14
2021-03-29 yedgtls: fix app_worker_connect_notify param error 87/31787/2
2021-03-11 Florin Corassession tls: deq notifications for custom tx 98/31598/4
2021-02-09 Florin Corastls: dtls initial implementation 36/30036/54
2020-12-18 Florin Corastls: add custom openssl bio 51/30451/18
2020-10-26 Florin Corastls: separate init from enable 20/29620/3
2020-10-21 jiangxiaomingtls: enable cert key pair setting for connect 63/29563/2
2020-09-24 Florin Corassession tcp udp tls quic: improve cli formatting 47/29047/6
2020-09-23 jiangxiaomingtls: fix session format assert crash in connected callback 23/29023/5
2020-04-25 Florin Corastls: improve cli state reporting 96/26696/3
2020-04-25 Florin Corassession vcl: propagate transport cleanup notifications 00/26700/5
2020-04-04 Florin Corassession tls: support tls descheduling 83/26083/9
2020-04-04 Florin Corassession tls: improve app transports tx scheduling 85/25485/8
2020-04-03 Florin Corassession: improve error reporting 95/22895/18
2020-03-25 Florin Corassession: api to add new transport types 40/25840/12
2020-02-26 Florin Corastls session: fix unlisten 33/25433/4
2020-02-19 Yu Pingtls: handle disconect and reset in async mode 31/25231/3
2020-02-14 Yu Pingtls: remove session lookup operation in TLS 26/25126/3
2020-02-03 Yu Pingtls: refactor for tls async event handling 37/24437/6
2020-01-08 Florin Corastls: improve connection formating 31/24231/2
2020-01-02 Florin Corassession: fix listener global endpoint lookup 46/24146/4
2019-11-18 Srikanth Akulasession: extra checks in session validation 23/23523/4
2019-10-30 Dave Wallacetls: fifo size is u32 10/23110/2
2019-10-30 Zeyu Zhangtls: fix on tcp connection reset 88/22688/5
2019-10-12 Florin Corastls: allow disconnects from main thread 74/22674/3
2019-10-09 Nathan Skrzypczakhsa: use crypto_engine_type_t for TLS 42/22042/4
2019-10-09 Nathan Skrzypczaksession: Add certificate store 45/22045/8
2019-08-09 Florin Corastls: mark as no lookup transport 61/21161/3
2019-08-09 Florin Corastls: handle transport reset 32/21132/6
2019-08-08 Florin Corastls: fix close with data 25/21125/7
2019-07-26 Florin Corassession tcp: handle rxt and acks as custom events 17/20817/8
2019-07-24 Florin Corastls: handle engine listen failure 15/20815/2
2019-07-12 Aloys Augustintls quic: reduce default segment sizes 22/20622/3
2019-07-12 Aloys Augustinsession: add thread index to all formatters 27/20627/2
2019-06-27 Nathan Skrzypczaksession: Add transport vft protocol options 31/20231/4
2019-06-17 Nathan Skrzypczaksession: use listener_handle instead of listener_index 09/20109/4
2019-05-07 Yu Pingadd TLS endpoint function 43/19343/3
2019-04-18 Florin Corastls: allow engines to customize close 83/18983/6
2019-04-02 Florin Corassession: use app cb function wrappers 51/18651/2
2019-03-25 Florin Corastls: make first segment and fifo size configurable 17/18517/2
2019-03-11 Florin Corastls: fixes and improvements 85/18085/8
2019-03-07 Florin Corassession/tls: remove unused t_app_index field 79/18079/3
2019-03-07 Florin Corassession: use transport custom tx for app transports 78/18078/3
2019-03-07 Florin Corassession: cleanup instances of deprecated io evts 76/18076/3
2019-02-20 Florin Corastls: add vcl test 63/17663/6
2019-02-19 Florin Corastls: fix openssl/mbedtls use of app_wrk index 61/17661/2
2019-02-19 Florin Corassession: move fifo allocation logic to app worker 60/17660/9
2019-02-11 Florin Corassession: cleanup application interface 38/17438/8
2019-02-09 Florin Corassession: refactor listen logic 34/17334/14
2019-02-06 Florin Corastransport: cleanup 33/17333/6
2019-02-04 Florin Corassession: cleanup part 1 71/17271/8
next