23 Commits (13e81fc971df6b2ac0e79e68ee23eee3ca970971)

Author SHA1 Message Date
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9 years ago
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9 years ago
  Adam Langley c4737331a3 Fix typo in |HMAC_CTX_cleanup|. 9 years ago
  David Benjamin 65ee9b7ce9 Remove EVP_PKEY_HMAC. 9 years ago
  David Benjamin af8731f7a5 Remove HMAC_CTX_set_flags. 9 years ago
  David Benjamin bf3208b849 Add additional HMAC tests. 9 years ago
  David Benjamin 2c3679210e EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail. 9 years ago
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9 years ago
  David Benjamin 5c694e3fef Add evp_test, loosely based on upstream's version. 9 years ago
  David Benjamin 06b94de820 Add file-based test framework and convert hmac_test. 9 years ago
  Brian Smith 8983a1da7b Remove gotos from HMAC code. 9 years ago
  David Benjamin 5a3162a521 Convert hmac_test to C++. 9 years ago
  David Benjamin 23721e3705 Forbid reusing HMAC key without reusing the hash function. 9 years ago
  David Benjamin cc239d3903 Use HMAC_Init_ex, not HMAC_Init, in HMAC. 9 years ago
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 years ago
  David Benjamin ba90d7c56e Test HMAC_CTX initial state and remove now unneccessary code. 9 years ago
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9 years ago
  Eric Roman 2fe7f2d0d9 Initialize HMAC keys to zero. 9 years ago
  David Benjamin 238510a679 Introduce HMAC_CTX_copy_ex and deprecate HMAC_CTX_copy. 9 years ago
  Nick Harper d3bcf13165 Properly handle key_len=0 for HMAC 9 years ago
  David Benjamin a70c75cfc0 Add a CRYPTO_library_init and static-initializer-less build option. 10 years ago
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10 years ago
  Adam Langley 95c29f3cd1 Inital import. 10 years ago