spacemonkeygo / openssl

OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
472 stars 237 forks source link

Go 1.6 support #51

Closed jtolio closed 8 years ago

jtolio commented 8 years ago

We know, we know.

Just filing this ticket so people can track our progress on fixing this.

vrecan commented 8 years ago

Is there a known issue? I have it running on 1.6 right now.

azdagron commented 8 years ago

There is currently unsafe cgo usage. I believe this can be detected setting GODEBUG=cgocheck=2 (the default is 1). We have a fix implemented, we are just musing at this point if it has the right tradeoffs.

zeebo commented 8 years ago

Fixed by fb0c387e74932c5ac3da434bfee75e32e7961601