OpenSSL bindings for Go
Go to file
Andrew Harding 2e4eff6035 space monkey internal commit export
[katamari commit: f3af94e720239e8b417b04d73f7460818b9aedf7]
2014-01-24 20:36:22 +00:00
utils space monkey internal commit export 2014-01-20 19:29:56 +00:00
bio.go space monkey internal commit export 2014-01-24 01:27:18 +00:00
build.go space monkey internal commit export 2014-01-24 20:36:22 +00:00
conn.go space monkey internal commit export 2014-01-24 01:27:18 +00:00
ctx.go space monkey internal commit export 2014-01-24 01:27:18 +00:00
hostname.c space monkey internal commit export 2014-01-20 19:29:46 +00:00
hostname.go space monkey internal commit export 2014-01-24 01:27:18 +00:00
http.go space monkey internal commit export 2014-01-20 19:29:56 +00:00
init.go space monkey internal commit export 2014-01-24 01:27:18 +00:00
net.go space monkey internal commit export 2014-01-20 19:29:56 +00:00
pem.go space monkey internal commit export 2014-01-24 01:27:18 +00:00
README.md space monkey internal commit export 2014-01-24 20:36:22 +00:00
ssl_test.go space monkey internal commit export 2014-01-20 21:00:12 +00:00

Using on Windows

  1. Install mingw-w64
  2. Install pkg-config-lite
  3. Build (or install precompiled) openssl for mingw32-w64
  4. Set PKG_CONFIG_PATH to the directory containing openssl.pc (i.e. c:\mingw64\mingw64\lib\pkgconfig)