1. 17 Oct, 2018 1 commit
  2. 05 Sep, 2018 1 commit
  3. 17 Aug, 2018 1 commit
  4. 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
  5. 19 Dec, 2014 1 commit
    • paul cannon's avatar
      Fix init'ing non-authenticated decryption contexts · d0177cb6
      paul cannon authored
      As pointed out by ishbir in issue 24, the applyKeyAndIV function was
      incorrectly always using EVP_EncryptInit_ex(), even when the underlying
      context being initialized was for a decryption.
      
      This change causes it to select the right initializer based on the
      "encrypt" field in the EVP_CIPHER_CTX. A test is also added which
      verifies a fix.
      
      Closes #24.
      d0177cb6
  6. 19 Nov, 2014 1 commit
  7. 09 May, 2014 1 commit
    • JT Olds's avatar
      add license · 42391d89
      JT Olds authored
      Change-Id: I4642fb9b97256ec6b3ffbe403272efc690bf1606
      42391d89
  8. 29 Apr, 2014 1 commit
  9. 28 Apr, 2014 1 commit
  10. 25 Apr, 2014 1 commit