aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Fixing assembly coverageSteven Valdez1-1/+4
2016-03-17Run ripemd_test as part of all_tests.go.David Benjamin2-0/+3
2016-03-10Update cmake-linux64.tar.gz and cmake-mac.tar.gz.David Benjamin3-4/+11
2016-03-10Update Windows tools for the bots.David Benjamin3-3/+22
2016-03-10Update versions of tools in util/bot.David Benjamin5-4/+24
2016-03-08Add a script to run tests on Android.David Benjamin1-0/+197
2016-03-04Add a standalone ChaCha test.David Benjamin1-0/+1
2016-03-03Adding scripts to generate line coverage.Steven Valdez3-0/+220
2016-03-02Fix up all_tests.go parallelism support.David Benjamin1-7/+8
2016-03-02Making all_tests.go parallelizableSteven Valdez1-7/+41
2016-03-01Add SPAKE2 over Ed25519.Arnar Birgisson1-0/+1
2016-02-29ASN1_get_object should not accept large universal tags.David Benjamin1-0/+1
2016-02-26Enable upstream's Poly1305 code.David Benjamin1-1/+0
2016-02-23Enable upstream's ChaCha20 assembly for x86 and ARM (32- and 64-bit).David Benjamin1-1/+0
2016-01-26Have doc.go parse struct comments.Adam Langley1-4/+17
2016-01-19Import “altchains” support.Adam Langley1-0/+1
2016-01-14Add curve25519/asm/x25519-asm-x86_64.S.Matt Braithwaite1-0/+3
2016-01-05Include 'asm' in the name of X25519 asm sources.Adam Langley1-1/+1
2015-12-16Chromium's update.sh is dead, long live update.pyNico Weber1-1/+1
2015-12-15Don't leak Android hacks to other build platforms.Piotr Sikora1-2/+2
2015-11-19Add NEON implementation of curve25519.Adam Langley1-1/+2
2015-11-17Add X25519 and Ed25519 support.Adam Langley2-0/+3
2015-11-05Fix up several comments and detect problems in the future.Adam Langley1-0/+13
2015-10-28Support Bazel builds on other platforms.Piotr Sikora1-3/+1
2015-10-27Add the RFC 7539 ChaCha20-Poly1305 AEAD.Brian Smith1-0/+1
2015-10-26Fix the shared builders by exporting GCM symbols.Adam Langley1-1/+0
2015-10-26Linkify pipe words.David Benjamin1-17/+41
2015-10-26Hide some sections from the docs.David Benjamin1-1/+5
2015-10-07Updating Bazel outputs to work on other platforms.Chuck Hays1-21/+25
2015-09-30Go's darwin filenames have changed.David Benjamin1-2/+1
2015-09-30Move the bots to Go 1.5.1.David Benjamin1-1/+1
2015-09-29Take thread.h out of the documentation.David Benjamin1-1/+0
2015-09-14Replace skipPast with strings.TrimPrefix.David Benjamin1-10/+3
2015-09-11Generate stable URL fragments.David Benjamin1-18/+30
2015-09-11Deprecated functions get their own sections.David Benjamin1-1/+1
2015-09-08Drop urandom_test.Adam Langley1-1/+0
2015-09-09Buffer reads of urandom, if you promise no forking.Matt Braithwaite1-0/+1
2015-09-03Markdown-ify BUILDING.David Benjamin2-5/+5
2015-08-28pkcs8.c: Add PBES2 to list of password-based encryption methods.Matt Braithwaite1-0/+1
2015-08-19Fix documentation generation on Windows.Brian Smith1-0/+13
2015-07-16Get rid of err function codes.David Benjamin1-76/+16
2015-07-10Add standalone tests for Poly1305.David Benjamin1-0/+1
2015-07-01Add tests for low-level AES functions.David Benjamin1-0/+1
2015-06-25Remove EVP_PKEY_HMAC.David Benjamin1-1/+0
2015-06-22Give generated assembly files different names for arm and aarch64.William Hesse1-0/+3
2015-06-16Output test configs for Bazel builds.Adam Langley1-0/+89
2015-06-16Move test configuration into a separate file.Adam Langley2-57/+91
2015-06-16Updates to the build-file generation script.Adam Langley1-16/+116
2015-06-02Sync vs_toolschain.py up with Chromium.David Benjamin2-9/+7
2015-05-21Add malloc test support to unit tests.David Benjamin1-5/+59