22 次代码提交 (97db926cf7e9da7bdf1e52def7101ba8c68786c0)

作者 SHA1 备注 提交日期
  David Benjamin aac1e2dd73 Remove the remaining bssl::Main wrappers. 7 年前
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8 年前
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8 年前
  Martin Kreichgauer 19d5cf86de Move remaining ScopedContext types out of scoped_types.h 8 年前
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." 8 年前
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8 年前
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8 年前
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. 8 年前
  David Benjamin a353cdb671 Wrap MSVC-only warning pragmas in a macro. 8 年前
  David Benjamin e30a09e604 Implement new PKCS#8 parsers. 8 年前
  David Benjamin 68772b31b0 Implement new SPKI parsers. 8 年前
  David Benjamin 4f6acaf0da Use more C++11 features. 9 年前
  David Benjamin ef14b2d86e Remove stl_compat.h. 9 年前
  Brian Smith 906e2993a8 Fix Windows build. 9 年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 年前
  David Benjamin 34248d4cb7 Get rid of err function codes. 9 年前
  David Benjamin 65ee9b7ce9 Remove EVP_PKEY_HMAC. 9 年前
  David Benjamin 5c694e3fef Add evp_test, loosely based on upstream's version. 9 年前
  David Benjamin 0f86965ca0 Rename evp_test to evp_extra_test. 9 年前
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 9 年前
  Adam Langley 765b66cf04 Add DSA support to EVP. 9 年前
  David Benjamin c2b45a164a Convert evp_test to C++. 9 年前
  David Benjamin 7cc29ab833 Take advantage of normalized return values. 9 年前
  Adam Langley 42ca3a4623 Fix memory-leak in evp_test. 9 年前
  Eric Roman 517073cd4b Set output EC_KEY to NULL when d2i_ECPrivateKey() fails. 9 年前
  David Benjamin 817ec3462e Rename example_sign to evp_test. 10 年前
  David Benjamin 8fb19217a0 Allow PKCS#8 in d2i_AutoPrivateKey. 10 年前
  David Benjamin e167976126 Make EVP_DigestVerifyFinal return only zero or one. 10 年前
  David Benjamin bc8d737807 Add tests for AlgorithmIdentifier support in EVP. 10 年前
  David Benjamin a70c75cfc0 Add a CRYPTO_library_init and static-initializer-less build option. 10 年前
  Adam Langley b2cb0ece76 Fix minor issues found by Clang's analysis. 10 年前
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10 年前
  David Benjamin 9b561e69b6 Fix EVP_PKEY_FLAG_AUTOARGLEN behavior. 10 年前
  Adam Langley 95c29f3cd1 Inital import. 10 年前