22 コミット (b22c9fea475251b5f83aaa444ed3db3dc1161556)

作成者 SHA1 メッセージ 日付
  David Benjamin 681ff27720 Flatten most of the crypto target. 6年前
  David Benjamin 808f832917 Run the comment converter on libcrypto. 7年前
  David Benjamin e324de004a Convert various tests to GTest. 7年前
  David Benjamin a17eb5601d Convert hkdf_test to C++. 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. 8年前
  David Benjamin edd65fb132 Const-correct HKDF_expand. 8年前
  Steven Valdez f1012b5c31 Fix HKDF leak. 8年前
  Steven Valdez 3686584d16 Separating HKDF into HKDFExtract and HKDFExpand. 8年前
  David Benjamin 7acd6bc07a Start assuming MSVC 2015. 8年前
  Brian Smith dc6c1b8381 Fix build when using Visual Studio 2015 Update 1. 8年前
  David Benjamin 5aae776ede Remove calls to ERR_load_crypto_strings. 8年前
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9年前
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9年前
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 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年前
  Eric Roman aac2f6a6a0 Fix a compile error on Windows. 9年前
  Nick Harper 4685e87746 Implement HKDF. 10年前