h2o / picotls

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

Allow LibreSSL to use ChaCha20-Poly1305 #533

Open nak3 opened 1 month ago

nak3 commented 1 month ago

Although ChaCha20-Poly1305 was excluded long time ago fd180162a4f6eac509e172cd381983ef22d8fd5d for LibreSSL, it is already available as per the ChangeLog.

This patch allows LibreSSL to use ChaCha20-Poly1305.