spacemonkeygo / openssl

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

Add support for loading chains from a single PEM #21

Closed lunixbochs closed 9 years ago

lunixbochs commented 9 years ago

Also extends ListenAndServeTLS to support cert chains.

jtolio commented 9 years ago

thanks!