mirror of
https://github.com/libp2p/go-openssl.git
synced 2024-12-26 23:40:07 +08:00
OpenSSL bindings for Go
751143ef9c
[katamari commit: ce8d2d36f887ab400c77a4eed9e37d02ecc8968a] |
||
---|---|---|
utils | ||
bio.go | ||
build.go | ||
conn.go | ||
ctx.go | ||
hostname.c | ||
hostname.go | ||
http.go | ||
init.go | ||
net.go | ||
oracle_stubs.go | ||
pem_test.go | ||
pem.go | ||
README.md | ||
ssl_test.go |
Using on Windows
- Install mingw-w64
- Install pkg-config-lite
- Build (or install precompiled) openssl for mingw32-w64
- Set PKG_CONFIG_PATH to the directory containing openssl.pc (i.e. c:\mingw64\mingw64\lib\pkgconfig)