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
path: root/util
AgeCommit message (Expand)Author
2015-09-15Replace skipPast with strings.TrimPrefix.David Benjamin
2015-09-12Generate stable URL fragments.David Benjamin
2015-09-11Deprecated functions get their own sections.David Benjamin
2015-09-09Drop urandom_test.Adam Langley
2015-09-09Buffer reads of urandom, if you promise no forking.Matt Braithwaite
2015-09-03Markdown-ify BUILDING.David Benjamin
2015-08-28pkcs8.c: Add PBES2 to list of password-based encryption methods.Matt Braithwaite
2015-08-19Fix documentation generation on Windows.Brian Smith
2015-07-16Get rid of err function codes.David Benjamin
2015-07-10Add standalone tests for Poly1305.David Benjamin
2015-07-02Add tests for low-level AES functions.David Benjamin
2015-06-25Remove EVP_PKEY_HMAC.David Benjamin
2015-06-23Give generated assembly files different names for arm and aarch64.William Hesse
2015-06-16Output test configs for Bazel builds.Adam Langley
2015-06-16Move test configuration into a separate file.Adam Langley
2015-06-16Updates to the build-file generation script.Adam Langley
2015-06-03Sync vs_toolschain.py up with Chromium.David Benjamin
2015-05-21Add malloc test support to unit tests.David Benjamin
2015-05-21Also skip #elif lines.David Benjamin
2015-05-21Parse macros in getNameFromDecl.David Benjamin
2015-05-20Add infrastructure for reference counts.Adam Langley
2015-05-12Fix generate_build_files.py to account for crypto/test.David Benjamin
2015-05-12Add evp_test, loosely based on upstream's version.David Benjamin
2015-05-12Rename evp_test to evp_extra_test.David Benjamin
2015-05-12Add file-based test framework and convert hmac_test.David Benjamin
2015-05-08Add support for CMAC (RFC 4493).Adam Langley
2015-05-07Add generate_build_files.py.Adam Langley
2015-05-05Add support for building with the Android NDK.Adam Langley
2015-04-20Add a tool to download Chromium's prebuilt clang.David Benjamin
2015-04-14Add some missing headers to doc.config.David Benjamin
2015-04-14Skip #if lines in getNameFromDecl.David Benjamin
2015-04-14Start generating documentation for ssl.h.David Benjamin
2015-04-11Fix some parsing bugs in doc.go.David Benjamin
2015-04-09Fix up whitespace in headers for doc.go.Adam Langley
2015-04-06runner and all_tests should exit with failure on failing tests.David Benjamin
2015-04-06Add the is_unexpected key to the test output.David Benjamin
2015-04-01Add native support for onces and thread-local storage.Adam Langley
2015-03-25Add support for finding depot_tools' MSVC toolchain on the bots.David Benjamin
2015-03-19Add AEADs for AES-CTR with HMAC-SHA256.Adam Langley
2015-03-06Generate error data at build time.David Benjamin
2015-03-03Drop in prebuilt versions of Windows files.David Benjamin
2015-02-27Add a prebuilt CMake for OS X for the bots.David Benjamin
2015-02-18Add support for Chromium's JSON test result format.David Benjamin
2015-02-18Pull in a pre-built tarball of cmake 3.1.3 for the bots.David Benjamin
2015-02-18Drop in Go toolchain bootstrap scripts for the bots.David Benjamin
2015-02-12Replace all_tests.sh with a test runner in Go.David Benjamin
2015-02-12Fix cross-module errors.David Benjamin
2015-02-10Make make_errors.go -reset reproducible.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-01-28Add unit-tests for PBKDF2.Eric Roman