h2o / picotls

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

add support for boringssl #467

Closed kazuho closed 1 year ago

kazuho commented 1 year ago

Subsumes #432. Builds on top of https://github.com/h2o/h2o/pull/3193.

kazuho commented 1 year ago

@jedisct1 Thank you for all your efforts on #432. This PR is subsumes the work done there, with following changes. Your review would be appreciated.

jedisct1 commented 1 year ago

Looks good to me!

Thank you so much, Kazuho!

jedisct1 commented 1 year ago

Tested on macOS with the current BoringSSL-HEAD (fc524c161e8640e017b0d) and zig cc, everything looks fine! 🎉

kazuho commented 1 year ago

Thank you for checking!