1. 29 Jul, 2020 1 commit
  2. 21 Oct, 2019 1 commit
    • Steven Allen's avatar
      feat: add Size function to PublicKey · f9968444
      Steven Allen authored
      This allows us to determine the size of signatures produced by a public key.
      Incidentally, this also allows us to determine the size of an RSA key's modulus.
      f9968444
  3. 28 Jun, 2019 1 commit
  4. 13 Sep, 2018 3 commits
  5. 05 Jan, 2018 6 commits
  6. 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
  7. 14 Apr, 2017 1 commit
  8. 10 Aug, 2016 2 commits
  9. 17 May, 2016 1 commit
  10. 29 Nov, 2015 1 commit
  11. 20 May, 2015 1 commit
  12. 24 Feb, 2015 1 commit
    • Scott J. Goldman's avatar
      fix compilation for later openssl · dfb921e9
      Scott J. Goldman authored
      in later openssl, the key param in EVP_PKEY_assign changed from char* to
      void*. causes this error:
      ../github.com/spacemonkeygo/openssl/key.go:324: cannot use
      (*C.char)(unsafe.Pointer(rsa)) (type *C.char) as type unsafe.Pointer in
      argument to _Cfunc_EVP_PKEY_assign
      dfb921e9
  13. 12 Dec, 2014 1 commit
  14. 19 Nov, 2014 1 commit
  15. 09 May, 2014 1 commit
    • JT Olds's avatar
      add license · 42391d89
      JT Olds authored
      Change-Id: I4642fb9b97256ec6b3ffbe403272efc690bf1606
      42391d89
  16. 03 Apr, 2014 1 commit
  17. 24 Mar, 2014 1 commit
  18. 21 Mar, 2014 1 commit
  19. 11 Mar, 2014 1 commit
  20. 28 Feb, 2014 3 commits
  21. 25 Feb, 2014 2 commits
  22. 30 Jan, 2014 1 commit
  23. 24 Jan, 2014 1 commit
  24. 20 Jan, 2014 1 commit
  25. 18 Jan, 2014 1 commit