1. 13 Nov, 2019 1 commit
  2. 01 Aug, 2019 1 commit
  3. 26 Jul, 2019 1 commit
  4. 05 Apr, 2018 1 commit
  5. 07 Feb, 2018 1 commit
  6. 07 Dec, 2017 1 commit
    • Jeff Wendling's avatar
      fix build on dev version of go on osx · 4ea35d79
      Jeff Wendling authored
      cgo starts exiting when pkg-config doesn't work, so limit calling
      pkg-config to linux and windows.
      
      we also need to specify -lssl and -lcrypto in the linker flags
      when we don't have pkg-config
      4ea35d79
  7. 28 Sep, 2017 1 commit
  8. 07 Jul, 2017 1 commit
  9. 06 Jun, 2017 3 commits
    • Jeff Wendling's avatar
      add AUTHORS and unify copyright info · 37dddbfb
      Jeff Wendling authored
      37dddbfb
    • Jeff Wendling's avatar
      remove useless build tags · 0d021209
      Jeff Wendling authored
      0d021209
    • Andrew Harding's avatar
      openssl 1.1.x support · b90544c9
      Andrew Harding authored
      - created a uniform shim layer for the Go code to invoke that does the
        right thing depending on the version of openssl. functions that have
        yet to be moved can be done so as needed.
      
      - fixed the incorrect use of X509_STORE_CTX_get_app_data in verify_cb to
        pull out the SSL object from the x509 store context, which causes
        crashes when the SSL object index happens to not be zero.
      
      - fix engine not being passed to HMAC_Init_ex
      
      - fix HMAC tests not checking for failures with NewHMAC
      b90544c9
  10. 02 Mar, 2017 1 commit
  11. 29 Nov, 2015 1 commit
    • Jakob Unterwurzacher's avatar
      Fix build with openssl 1.0.2d · a262611e
      Jakob Unterwurzacher authored
      On Fedora 23, the build fails like this:
      
      	go build
      	# github.com/spacemonkeygo/openssl
      	/usr/bin/ld: $WORK/github.com/spacemonkeygo/openssl/_obj/cert.cgo2.o: undefined reference to symbol 'EVP_dss1@@libcrypto.so.10'
      	/usr/lib64/libcrypto.so.10: error adding symbols: DSO missing from command line
      	collect2: error: ld returned 1 exit status
      
      Adding "libcrypto" to the linker flags fixes the issue.
      a262611e
  12. 12 Dec, 2014 1 commit
  13. 15 Aug, 2014 1 commit
  14. 09 May, 2014 1 commit
    • JT Olds's avatar
      add license · 42391d89
      JT Olds authored
      Change-Id: I4642fb9b97256ec6b3ffbe403272efc690bf1606
      42391d89
  15. 25 Feb, 2014 1 commit
  16. 24 Jan, 2014 2 commits