Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-06-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-06-06Add BIO_set_conn_int_port.David Benjamin
2016-05-19Use non-deprecated methods on windows.nmittler
2016-04-15Only use recv/send for socket BIOs on Windows.David Benjamin
2016-03-20Fix Windows buildDavid Benjamin
2016-03-20Add missing internal includes.Piotr Sikora
2016-03-20Make local functions static.Piotr Sikora
2016-03-17Remove a number of unnecessary stdio.h includes.David Benjamin
2016-02-26Add BIO_do_connect.David Benjamin
2016-02-24BIO_new_mem_buf should take const void *Steven Valdez
2016-02-22Remove CP_UTF8 code for Windows filenames.Adam Langley
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-01-26Remove calls to ERR_load_crypto_strings.David Benjamin
2015-11-12Test for underflow before subtraction.Piotr Sikora
2015-11-04Don't bother sampling __func__.David Benjamin
2015-10-31Fix several warnings that arise in Android.Adam Langley
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-10-27Better handle IPv6.Matt Braithwaite
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-13Align BIO_get_fd with upstream.David Benjamin
2015-08-29fread returns a size_t, not int.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-01Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead.Brian Smith
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-13Fix Chromium NaCl build.David Benjamin
2015-07-07Demand for newer POSIX macroKhem Raj
2015-06-24Restore |ERR_print_errors()|.Matt Braithwaite
2015-05-28Add |BIO_read_asn1| to read a single ASN.1 object.Adam Langley
2015-05-21Fix some malloc test crashs.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-05Add |BIO_up_ref| and |EVP_PKEY_up_ref|.Adam Langley
2015-05-05Revert "bio: remove reference count."Adam Langley
2015-05-05Remove unnecessary NULL checks, part 1.David Benjamin
2015-05-05Add missing BUF_strdup failure checks.David Benjamin
2015-04-16bio: remove BIO_CTRL_PUSH/_POP.Adam Langley
2015-04-16Remove BIO's ex_data.David Benjamin
2015-04-16Unexpose the generic ex_data functions.David Benjamin
2015-04-14bio: remove reference count.Adam Langley
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.Brian Smith
2015-04-01Convert bio_test to C++.David Benjamin
2015-04-01Lowercase some Windows headers.Adam Langley
2015-02-23Use TCP sockets rather than socketpairs in the SSL tests.David Benjamin
2015-02-11Add in missing curly braces part 1.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley