56 コミット (cc17c248521a1f9c9ffefb7e2f93d1f56b71e6ec)

作成者 SHA1 メッセージ 日付
  David Benjamin 5c12778948 Convert bio_test to GTest. 7年前
  David Benjamin b91b9a8967 Convert rsa_test to GTest. 7年前
  David Benjamin 7d7554b6b3 Add a helper for comparing byte strings. 7年前
  David Benjamin 6b0edfb9e6 Add a common TestEventListener for the error queue. 7年前
  David Benjamin 966284337d Do a cursory conversion of a few tests to GTest. 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  David Benjamin cef36f0cf6 C++ crypto/test/malloc.cc more. 8年前
  David Benjamin 52db0eb46c Revert "Get the malloc tests working under ASan." 8年前
  David Benjamin 7b9bbd9639 Get the malloc tests working under ASan. 8年前
  David Benjamin 54091230cd Use C99 for size_t loops. 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年前
  Martin Kreichgauer 14343935b5 Start removing 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年前
  Matt Braithwaite 27e863e711 newhope: improve test vectors. 8年前
  David Benjamin 7acd6bc07a Start assuming MSVC 2015. 8年前
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8年前
  Brian Smith dc6c1b8381 Fix build when using Visual Studio 2015 Update 1. 8年前
  Arnar Birgisson f27459e412 Add SPAKE2 over Ed25519. 8年前
  David Benjamin fb2c6f8c85 ASN1_get_object should not accept large universal tags. 8年前
  Adam Langley a5ee83f67e Test different chunk sizes in cipher_test. 8年前
  David Benjamin 9cd7fbdac6 Remove support for blocks in file_test.h. 8年前
  David Benjamin e30a09e604 Implement new PKCS#8 parsers. 8年前
  David Benjamin 68772b31b0 Implement new SPKI parsers. 8年前
  Brian Smith 061332f216 Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations. 8年前
  Adam Langley 3a39b06011 Import “altchains” support. 8年前
  David Benjamin ef14b2d86e Remove stl_compat.h. 9年前
  David Benjamin e8d53508ca Convert ssl3_send_client_hello to CBB. 9年前
  Matt Braithwaite e000472166 pkcs8.c: Add PBES2 to list of password-based encryption methods. 9年前
  David Benjamin 61821bf149 Add EVP_AEAD_CTX_zero. 9年前
  Brian Smith f9f72b3667 Remove BIO dependency from cmac_test. 9年前
  Brian Smith 7b5f08edb8 Fix null pointer dereference in file_test.cc. 9年前
  Brian Smith 906e2993a8 Fix Windows build. 9年前
  David Benjamin 184494dfcc Raise SIGTRAP rather than abort on failure. 9年前
  David Benjamin 2b2b0f909d Set errno to ENOMEM when simulating a malloc failure. 9年前
  David Benjamin 8a228f5bfe Disable the malloc interceptor without glibc. 9年前
  David Benjamin 15eaafb18a Fix bn_test's bc output and shut it up a little. 9年前
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9年前
  David Benjamin 4690bb5fc3 Port cipher_test to file_test. 9年前
  David Benjamin 771a138f26 Add missing #include for abort() 9年前
  David Benjamin 5c694e3fef Add evp_test, loosely based on upstream's version. 9年前
  David Benjamin 06b94de820 Add file-based test framework and convert hmac_test. 9年前
  David Benjamin 353d7cba24 Convert pkcs12_test to C++. 9年前
  Adam Langley 0d107e183e Add support for CMAC (RFC 4493). 9年前
  David Benjamin 67be048e1a Convert ec_test to C++ 9年前
  Adam Langley ad6b28e974 Add 64-bit, P-256 implementation. 9年前