25 コミット (6de0e539195a7f70bcded4a094ca60a8c1e67d65)

作成者 SHA1 メッセージ 日付
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin 65ee9b7ce9 Remove EVP_PKEY_HMAC. 9年前
  Matt Braithwaite 1d0a056180 Explicitly cast |CHECK| result to |void| to avoid compiler complaint. 9年前
  Matt Braithwaite 9f8ef2da92 Add |EVP_get_digestbyname|. 9年前
  Adam Langley e26e590824 Avoid unused variable warnings with assert. 9年前
  David Benjamin e216288109 Unexport and prune EVP_MD_CTX flags. 9年前
  David Benjamin 2c3679210e EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail. 9年前
  David Benjamin 049756be46 Fix integer types in low-level hash functions. 9年前
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9年前
  Brian Smith c82a00d818 Replace MD5 in examples with SHA-256. 9年前
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9年前
  Brian Smith 6e8fbfecd0 Remove crypto/obj dependencies from low-level crypto tests. 9年前
  David Benjamin 94e597a51c Convert digest_test to C++. 9年前
  Adam Langley 29b186736c Precompute sorted array for error strings. 9年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9年前
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9年前
  Adam Langley a7f6d3c1dc Add void in place of empty function arguments. 9年前
  David Benjamin 00505ec2e1 Add EVP_md5_sha1. 10年前
  David Benjamin 9da9035b50 Add digest_test with tests for all existing EVP_MDs. 10年前
  Ben Laurie 176b70efd1 Silence warnings about unused values. 10年前
  Adam Langley bed8ce78f0 Add misc functions for easier porting. 10年前
  Adam Langley c9eb7eac86 Readd MD4. 10年前
  Alex Chernyakhovsky a59fbb0edd Correct endif comment in md32_common.h 10年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10年前
  Adam Langley 95c29f3cd1 Inital import. 10年前