cloudflare / tls-tris

crypto/tls, now with 100% more 1.3. THE API IS NOT STABLE AND DOCUMENTATION IS NOT GUARANTEED.
Other
291 stars 51 forks source link

Go 1.12 compatibility fixes #168

Closed Lekensteyn closed 5 years ago

Lekensteyn commented 5 years ago

Manual port one upstream crypto/tls change in order to provide API compatibility and add Go 1.12 to the compatibility matrix after patching the import paths in _dev/Makefile.

Fixes #166 for Go 1.12 only. For 1.13, I have another change coming up that might involve import path rewriting.