h2o / picotls

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

Add ticket functions which use OpenSSL v3 EVP_MAC_CTX #417

Closed tatsuhiro-t closed 2 years ago

tatsuhiro-t commented 2 years ago

This change adds the following new ticket functions which use OpenSSL v3 EVP_MAC_CTX. HMAC APIs are deprecated in OpenSSL v3. EVP_MAC_CTX is its replacement.

kazuho commented 2 years ago

Thank you for the PR! Merged.