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
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
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
2015-01-29Define WIN32_LEAN_AND_MEAN in the build system, not in the code.Brian Smith
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-28Clean up use of Windows Platform SDK headers.Brian Smith
2015-01-15Tag a number of globals as const.David Benjamin
2015-01-06Rename hexdump to hexdump_write.Adam Langley
2014-12-01Fix bio_test.c build on Windows.David Benjamin
2014-11-24Cleanup of setting external bufferHåvard Molland
2014-11-19Add zero copy read and write api for bio pairs.Håvard Molland
2014-10-30Fix standalone bio_test and v3name_test on Win64.David Benjamin
2014-10-03Fix NaCl build.Adam Langley
2014-10-03Use _POSIX_C_SOURCE not _BSD_SOURCE.Adam Langley
2014-10-01Fix bio_test on Windows.David Benjamin
2014-10-01Fix BIO_printf on Windows.David Benjamin
2014-10-01Account for Windows and UNIX socket API differences.David Benjamin
2014-09-19Add misc functions for easier porting.Adam Langley