microsoft / go-crypto-openssl

Go crypto backend for Linux using OpenSSL
MIT License
55 stars 14 forks source link

Promote NewGCMTLS as top-level function #30

Closed qmuntal closed 2 years ago

qmuntal commented 2 years ago

Upstream has added NewGCMTLS function to the boring package in go1.19, so we have to provide it too.

See https://github.com/microsoft/go/pull/596#issuecomment-1154226511 for a detailed description of this issue.

Once this is merged, we can change https://github.com/microsoft/go/pull/597 so it uses the new function instead of implementing a translation layer in the patch file.