103 コミット (429e85b516ec967458da3281ff6fd05a0b5170c8)

作成者 SHA1 メッセージ 日付
  David Benjamin 5c12778948 Convert bio_test to GTest. 7年前
  David Benjamin 6342111c2e Remove BIO puts hooks. 7年前
  David Benjamin 41a26e819f Remove buffer BIOs. 7年前
  David Benjamin c7df7967fa Don't chain to next_bio for buffer BIO BIO_[w]pending. 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  Adam Langley f5b30cc28c Add a simplified SSL BIO for curl. 7年前
  David Benjamin 82bbe5503d Add tests for BIO pairs. 7年前
  David Benjamin aac1e2dd73 Remove the remaining bssl::Main wrappers. 7年前
  David Benjamin 93c332b086 Tighten BIO_new_bio_pair. 7年前
  David Benjamin ed1d288a91 Unwind all the zero-copy BIO pair machinery. 7年前
  David Benjamin dda85e85a0 Remove the last of BIO_print_errors. 8年前
  David Benjamin 1e5ac5d502 Fix more clang-tidy warnings. 8年前
  Adam Langley afdbb62de2 Ensure that BIO_[w]pending isn't confused about negative numbers. 8年前
  David Benjamin 4fec04b484 Place comment(lib, *) pragmas under OPENSSL_MSVC_PRAGMA. 8年前
  Alessandro Ghedini 32d961ae48 Implement BIO_eof() for compatibility 8年前
  David Benjamin 54091230cd Use C99 for size_t loops. 8年前
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8年前
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. 8年前
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8年前
  David Benjamin ebec9c341b Inline bio_set. 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 e7b3ce58ad Add BIO_set_conn_int_port. 8年前
  nmittler f0322b2abc Use non-deprecated methods on windows. 8年前
  David Benjamin 26993ad55e Only use recv/send for socket BIOs on Windows. 8年前
  David Benjamin cd4cf9a12e Fix Windows build 8年前
  Piotr Sikora c6d3029eda Add missing internal includes. 8年前
  Piotr Sikora 9bb8ba6ba1 Make local functions static. 8年前
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. 8年前
  David Benjamin a473e554b4 Add BIO_do_connect. 8年前
  Steven Valdez d8eea14443 BIO_new_mem_buf should take const void * 8年前
  Adam Langley 65dcfc7f9b Remove CP_UTF8 code for Windows filenames. 8年前
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8年前
  David Benjamin 5aae776ede Remove calls to ERR_load_crypto_strings. 8年前
  Piotr Sikora d386394aad Test for underflow before subtraction. 9年前
  David Benjamin 3fc138eccd Don't bother sampling __func__. 9年前
  Adam Langley d9e817309a Fix several warnings that arise in Android. 9年前
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. 9年前
  Matt Braithwaite 29d8adbdc6 Better handle IPv6. 9年前
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9年前
  David Benjamin 617eac6a21 Align BIO_get_fd with upstream. 9年前
  David Benjamin ffadb3969f fread returns a size_t, not int. 9年前
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9年前
  Brian Smith 8a36e53abb Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead. 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin 7ca4b42146 Fix Chromium NaCl build. 9年前
  Khem Raj 241364c6f4 Demand for newer POSIX macro 9年前