1. 29 Jun, 2019 2 commits
  2. 28 Jun, 2019 1 commit
  3. 17 Oct, 2018 1 commit
  4. 13 Sep, 2018 5 commits
  5. 05 Sep, 2018 2 commits
  6. 17 Aug, 2018 1 commit
  7. 27 Jul, 2018 1 commit
  8. 26 Jul, 2018 2 commits
  9. 17 Apr, 2018 1 commit
  10. 05 Apr, 2018 1 commit
  11. 07 Feb, 2018 2 commits
  12. 17 Jan, 2018 1 commit
  13. 05 Jan, 2018 10 commits
  14. 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
  15. 28 Sep, 2017 1 commit
  16. 25 Sep, 2017 1 commit
  17. 18 Sep, 2017 1 commit
  18. 07 Jul, 2017 1 commit
  19. 29 Jun, 2017 1 commit
  20. 06 Jun, 2017 4 commits
    • Andrew Harding's avatar
      move defines to shim header · 1ea168d0
      Andrew Harding authored
      1ea168d0
    • 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