1. 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
  2. 03 Mar, 2017 1 commit
    • Scott Kidder's avatar
      HMAC functions · 535a60be
      Scott Kidder authored
      Resolves #35
      
      Author:    Scott Kidder <skidder@brightcove.com>
      Date:      Fri May 22 10:41:35 2015 -0700
      
      	First commit of HMAC functions
      	Renamed HMAC Update function to Write
      	Eliminate debug logging
      	Compare the HMAC result
      	Call Reset function in Final return statement
      535a60be