Page MenuHomeFreeBSD

security/openssl: Update KTLS patches for Chacha20-Poly1305.
ClosedPublic

Authored by jhb on Aug 5 2021, 11:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 11, 9:30 AM
Unknown Object (File)
Sun, Sep 6, 12:37 AM
Unknown Object (File)
Sat, Sep 5, 8:13 PM
Unknown Object (File)
Sat, Sep 5, 8:12 PM
Unknown Object (File)
Thu, Sep 3, 7:21 AM
Unknown Object (File)
Sun, Aug 30, 3:17 AM
Unknown Object (File)
Fri, Aug 28, 1:51 PM
Unknown Object (File)
Fri, Aug 28, 1:43 PM
Subscribers

Details

Summary

This pulls in several upstream KTLS patches from OpenSSL master:

  • A fix to the return values of BIO_get_ktls_*().
  • Support for Chacha20-Poly1305.
  • Replacing the SSL_MODE_NO_KTLS_* modes which opted-out of KTLS with an opt-in SSL_OP_ENABLE_KTLS. Note that this means that KTLS is not enabled by default. Users can enable KTLS via a custom OpenSSL config file that enables the KTLS option.

Sponsored by: Netflix

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Aug 5 2021, 11:26 PM

Ping. I have merged all these patches into base OpenSSL.

This revision was not accepted when it landed; it landed in state Needs Review.Aug 19 2021, 2:05 PM
This revision was automatically updated to reflect the committed changes.

Thanks!

Builds OK, committed