mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-02-05 06:20:08 +08:00
OpenSSL bindings for Go
3124c9db31
[katamari commit: cdc11d04d5c47e79a1c5754c935fbc9395e5ecdc] |
||
---|---|---|
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 | ||
sha1_test.go | ||
sha1.go | ||
ssl_test.go | ||
verify.c |
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)