h2o / picotls

TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
536 stars 140 forks source link

Add missing log_event when application uses its own record layer #459

Closed tatsuhiro-t closed 1 year ago

tatsuhiro-t commented 1 year ago

This commit adds missing log_event callback invocation when an application uses its own record layer. While such application may use update_traffic_key callback to log secrets, it still be useful to share log_event callback with a regular TLS application.

kazuho commented 1 year ago

@tatsuhiro-t Thank you for the efforts! Merged.