86 Commits (4c4ff02fe8d214399369f1f672b613f820885c79)

Autor SHA1 Mensaje Fecha
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. hace 8 años
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. hace 8 años
  David Benjamin ebec9c341b Inline bio_set. hace 8 años
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." hace 8 años
  Adam Langley d2b5af56cf Revert scoped_types.h change. hace 8 años
  Adam Langley 8c3c3135a2 Remove scoped_types.h. hace 8 años
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. hace 8 años
  David Benjamin a353cdb671 Wrap MSVC-only warning pragmas in a macro. hace 8 años
  David Benjamin e7b3ce58ad Add BIO_set_conn_int_port. hace 8 años
  nmittler f0322b2abc Use non-deprecated methods on windows. hace 8 años
  David Benjamin 26993ad55e Only use recv/send for socket BIOs on Windows. hace 8 años
  David Benjamin cd4cf9a12e Fix Windows build hace 8 años
  Piotr Sikora c6d3029eda Add missing internal includes. hace 8 años
  Piotr Sikora 9bb8ba6ba1 Make local functions static. hace 8 años
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. hace 8 años
  David Benjamin a473e554b4 Add BIO_do_connect. hace 8 años
  Steven Valdez d8eea14443 BIO_new_mem_buf should take const void * hace 8 años
  Adam Langley 65dcfc7f9b Remove CP_UTF8 code for Windows filenames. hace 8 años
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. hace 8 años
  David Benjamin 5aae776ede Remove calls to ERR_load_crypto_strings. hace 8 años
  Piotr Sikora d386394aad Test for underflow before subtraction. hace 9 años
  David Benjamin 3fc138eccd Don't bother sampling __func__. hace 9 años
  Adam Langley d9e817309a Fix several warnings that arise in Android. hace 9 años
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. hace 9 años
  Matt Braithwaite 29d8adbdc6 Better handle IPv6. hace 9 años
  David Benjamin 301afaf223 Add a run_tests target to run all tests. hace 9 años
  David Benjamin 617eac6a21 Align BIO_get_fd with upstream. hace 9 años
  David Benjamin ffadb3969f fread returns a size_t, not int. hace 9 años
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. hace 9 años
  Brian Smith 8a36e53abb Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead. hace 9 años
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. hace 9 años
  David Benjamin 7ca4b42146 Fix Chromium NaCl build. hace 9 años
  Khem Raj 241364c6f4 Demand for newer POSIX macro hace 9 años
  Matt Braithwaite 4cd4edfc34 Restore |ERR_print_errors()|. hace 9 años
  Adam Langley 71106adf89 Add |BIO_read_asn1| to read a single ASN.1 object. hace 9 años
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. hace 9 años
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. hace 9 años
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ hace 9 años
  Adam Langley 517da2f1ef Add |BIO_up_ref| and |EVP_PKEY_up_ref|. hace 9 años
  Adam Langley ab9017b0ff Revert "bio: remove reference count." hace 9 años
  David Benjamin 22ccc2d8f1 Remove unnecessary NULL checks, part 1. hace 9 años
  David Benjamin de95d262ab Add missing BUF_strdup failure checks. hace 9 años
  Adam Langley d5eb7f4268 bio: remove BIO_CTRL_PUSH/_POP. hace 9 años
  David Benjamin 1004b9564a Remove BIO's ex_data. hace 9 años
  David Benjamin 546f1a59ef Unexpose the generic ex_data functions. hace 9 años
  Adam Langley 9bde6aeb76 bio: remove reference count. hace 9 años
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. hace 9 años
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. hace 9 años
  David Benjamin 3db1ded2e7 Convert bio_test to C++. hace 9 años
  Adam Langley 3e719319be Lowercase some Windows headers. hace 9 años