1. 4b47ee2 tls: dtls initial implementation by Florin Coras · 4 years, 1 month ago
  2. 5b8b1ae tls: add custom openssl bio by Florin Coras · 4 years ago
  3. 0a9ab82 tls: separate init from enable by Florin Coras · 4 years, 2 months ago
  4. 8aa1856 tls: enable cert key pair setting for connect by jiangxiaoming · 4 years, 2 months ago
  5. 7bf6ed6 session tcp udp tls quic: improve cli formatting by Florin Coras · 4 years, 3 months ago
  6. 5b7ea91 tls: fix session format assert crash in connected callback by jiangxiaoming · 4 years, 3 months ago
  7. 681ea6d tls: improve cli state reporting by Florin Coras · 4 years, 8 months ago
  8. 36d4939 session vcl: propagate transport cleanup notifications by Florin Coras · 4 years, 8 months ago
  9. 9f86d22 session tls: support tls descheduling by Florin Coras · 4 years, 9 months ago
  10. ed8db52 session tls: improve app transports tx scheduling by Florin Coras · 4 years, 10 months ago
  11. 00e01d3 session: improve error reporting by Florin Coras · 5 years ago
  12. 07063b8 session: api to add new transport types by Florin Coras · 4 years, 9 months ago
  13. aab0604 tls session: fix unlisten by Florin Coras · 4 years, 10 months ago
  14. 8378261 tls: handle disconect and reset in async mode by Yu Ping · 4 years, 10 months ago
  15. 985d929 tls: remove session lookup operation in TLS by Yu Ping · 4 years, 10 months ago
  16. f4a92f6 tls: refactor for tls async event handling by Yu Ping · 5 years ago
  17. 7c9fe92 docs: Edit FEATURE.yaml files so they can be published by John DeNisco · 5 years ago
  18. 0d74dd1 tls: improve connection formating by Florin Coras · 5 years ago
  19. a6b175d tls: add features.yaml by Florin Coras · 5 years ago
  20. 95cd864 session: fix listener global endpoint lookup by Florin Coras · 5 years ago
  21. e140d5d session: extra checks in session validation by Srikanth Akula · 5 years ago
  22. b1a81aa tls: fifo size is u32 by Dave Wallace · 5 years ago
  23. cbbc4a2 tls: fix on tcp connection reset by Zeyu Zhang · 5 years ago
  24. 6faac16 tls: allow disconnects from main thread by Florin Coras · 5 years ago
  25. 82fc5fd hsa: use crypto_engine_type_t for TLS by Nathan Skrzypczak · 5 years ago
  26. 79f8953 session: Add certificate store by Nathan Skrzypczak · 5 years ago
  27. d09236d tls: mark as no lookup transport by Florin Coras · 5 years ago
  28. f03c494 tls: handle transport reset by Florin Coras · 5 years ago
  29. ef2b335 tls: fix close with data by Florin Coras · 5 years ago
  30. 854e0a2 session: define connection id length by Florin Coras · 5 years ago
  31. 26dd6de session tcp: handle rxt and acks as custom events by Florin Coras · 5 years ago
  32. ae3eaac tls: handle engine listen failure by Florin Coras · 5 years ago
  33. bec771b tls quic: reduce default segment sizes by Aloys Augustin · 5 years ago
  34. a0abbff session: add thread index to all formatters by Aloys Augustin · 5 years ago
  35. e971bc9 session: Add transport vft protocol options by Nathan Skrzypczak · 5 years ago
  36. 2f0f96b session: use listener_handle instead of listener_index by Nathan Skrzypczak · 6 years ago
  37. 0b81915 add TLS endpoint function by Yu Ping · 6 years ago
  38. 06a6a30 tls: allow engines to customize close by Florin Coras · 6 years ago
  39. 69b68ef session: use app cb function wrappers by Florin Coras · 6 years ago
  40. ddd98f3 tls: make first segment and fifo size configurable by Florin Coras · 6 years ago
  41. bf7ce2c tls: fixes and improvements by Florin Coras · 6 years ago
  42. f8d2e86 session/tls: remove unused t_app_index field by Florin Coras · 6 years ago
  43. f940f8a session: use transport custom tx for app transports by Florin Coras · 6 years ago
  44. fe97da3 session: cleanup instances of deprecated io evts by Florin Coras · 6 years ago
  45. 8a14061 tls: add vcl test by Florin Coras · 6 years ago
  46. df57ea0 tls: fix openssl/mbedtls use of app_wrk index by Florin Coras · 6 years ago
  47. a27a46e session: move fifo allocation logic to app worker by Florin Coras · 6 years ago
  48. c1a4265 session: cleanup application interface by Florin Coras · 6 years ago
  49. 54a51fd tls: move test certificates to separate header file by Florin Coras · 6 years ago
  50. c9940fc session: refactor listen logic by Florin Coras · 6 years ago
  51. 1ee7830 transport: cleanup by Florin Coras · 6 years ago
  52. 288eaab session: cleanup part 1 by Florin Coras · 6 years ago
  53. 58a93e8 tls: preallocate app sessions on connect/accept by Florin Coras · 6 years ago
  54. d8e94ba Fix an issue in tls.c by Ping Yu · 6 years ago
  55. 5a2ec8f session: free session after transport and app confirm by Florin Coras · 6 years ago
  56. fa76a76 session: segment handle in accept/connect notifications by Florin Coras · 6 years ago
  57. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  58. 5665ced session: extend connect api for internal apps by Florin Coras · 6 years ago
  59. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  60. c01d578 tls: fix connection failures/interrupts at scale (VPP-1464) by Florin Coras · 6 years ago
  61. eb97e5f tls: fix multi threaded medium scale test (VPP-1457) by Florin Coras · 6 years ago
  62. ef91534 tls: fix disconnects for sessions with pending data by Florin Coras · 6 years ago
  63. b5e94e3 tls: use application interface apis by Florin Coras · 6 years ago
  64. 2179513 session: lock app worker mq for io events by Florin Coras · 6 years ago
  65. da3eec1 session: detect namespace for transport apps by Florin Coras · 6 years ago
  66. 74cac88 session: fix reentrant listens by Florin Coras · 6 years ago
  67. ab2f6db session: support multiple worker binds by Florin Coras · 6 years ago
  68. e6446a3 Fix race condition in tls half open ctx get/put by Ping Yu · 6 years ago
  69. 57791ad tls: fix handling of failed connects by Florin Coras · 6 years ago
  70. 1553197 session: add support for multiple app workers by Florin Coras · 6 years ago
  71. decda5b optimize init_server to reduce session overhead by Ping Yu · 6 years ago
  72. a0c29a9 Fix a segment fault issue in TLS by Ping Yu · 6 years ago
  73. 970a0b8 Add a new communication channel between VPP and openssl engine by Ping Yu · 6 years ago
  74. 3c2fed5 session: use msg queue for events by Florin Coras · 6 years ago
  75. e43832c TLS async support by Ping Yu · 7 years ago
  76. 5c9083d session: use generic session pool for listeners by Florin Coras · 7 years ago
  77. cc5677b No need for this routine to be global by Dave Barach · 7 years ago
  78. 0bee9ce session: allow builtin apps to register names by Florin Coras · 7 years ago
  79. 5090c57 session: fix coverity warnings by Florin Coras · 7 years ago
  80. 58d36f0 tls: add openssl engine by Florin Coras · 7 years ago
  81. d77eee6 tls: make tls engines pluggable by Florin Coras · 7 years ago