mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-01-14 02:30:08 +08:00
OpenSSL bindings for Go
11c5494405
[katamari commit: eb9538894a23e6b6381ec2e33e825466989451dd] |
||
---|---|---|
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)