OpenSSL bindings for Go
Go to file
2017-06-05 18:07:03 -06:00
utils add license 2014-05-09 15:38:13 -06:00
.gitignore openssl 1.1.x support 2017-06-05 18:07:03 -06:00
bio.go remove useless build tags 2017-06-05 18:07:03 -06:00
build.go remove useless build tags 2017-06-05 18:07:03 -06:00
cert_test.go fix a leak and compiler error 2015-11-29 11:45:32 -07:00
cert.go remove useless build tags 2017-06-05 18:07:03 -06:00
ciphers_gcm.go remove useless build tags 2017-06-05 18:07:03 -06:00
ciphers_test.go remove useless build tags 2017-06-05 18:07:03 -06:00
ciphers.go remove useless build tags 2017-06-05 18:07:03 -06:00
conn.go remove useless build tags 2017-06-05 18:07:03 -06:00
ctx_test.go use time.Duration instead of int to specify session timeout 2015-05-14 09:17:34 +03:00
ctx.go remove useless build tags 2017-06-05 18:07:03 -06:00
dhparam.go remove useless build tags 2017-06-05 18:07:03 -06:00
digest.go remove useless build tags 2017-06-05 18:07:03 -06:00
engine.go remove useless build tags 2017-06-05 18:07:03 -06:00
fips.go remove useless build tags 2017-06-05 18:07:03 -06:00
hmac_test.go remove useless build tags 2017-06-05 18:07:03 -06:00
hmac.go remove useless build tags 2017-06-05 18:07:03 -06:00
hostname.c openssl 1.1.x support 2017-06-05 18:07:03 -06:00
hostname.go remove useless build tags 2017-06-05 18:07:03 -06:00
http.go add license 2014-05-09 15:38:13 -06:00
init_posix.go remove useless build tags 2017-06-05 18:07:03 -06:00
init_windows.go remove useless build tags 2017-06-05 18:07:03 -06:00
init.go remove useless build tags 2017-06-05 18:07:03 -06:00
key_test.go adding GenerateRSAKeyWithExponent 2016-08-09 18:51:09 -06:00
key.go remove useless build tags 2017-06-05 18:07:03 -06:00
LICENSE add license 2014-05-09 15:38:13 -06:00
mapping.go remove useless build tags 2017-06-05 18:07:03 -06:00
net.go support session resumption and hooking into the ticket callback 2015-06-09 20:31:03 +00:00
nid.go restructure certs/keys; add key/cert generation 2014-11-18 17:47:07 -08:00
pem.go add pem.go with SplitPEM function 2014-11-18 23:25:48 -08:00
README.md remove useless build tags 2017-06-05 18:07:03 -06:00
sha1_test.go remove useless build tags 2017-06-05 18:07:03 -06:00
sha1.go remove useless build tags 2017-06-05 18:07:03 -06:00
sha256_test.go remove useless build tags 2017-06-05 18:07:03 -06:00
sha256.go remove useless build tags 2017-06-05 18:07:03 -06:00
shim.c openssl 1.1.x support 2017-06-05 18:07:03 -06:00
shim.h openssl 1.1.x support 2017-06-05 18:07:03 -06:00
sni_test.go add SNI (RFC 6066) 2015-11-29 11:31:05 -07:00
sni.c add SNI (RFC 6066) 2015-11-29 11:31:05 -07:00
ssl_test.go case change 2014-05-13 09:44:10 -06:00
ssl.go remove useless build tags 2017-06-05 18:07:03 -06:00
tickets.go remove useless build tags 2017-06-05 18:07:03 -06:00

OpenSSL bindings for Go

Please see http://godoc.org/github.com/spacemonkeygo/openssl for more info

License

Copyright (C) 2014 Space Monkey, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Using on macOS

  1. Install homebrew
  2. $ brew install openssl or $ brew install openssl@1.1

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)