Sign in
boringssl
/
boringssl
/
3058103d7015d0e018988a288193fcb4dc550bbf
/
util
80137ba
Convert test_add and test_sub to file_test.
by David Benjamin
· 9 years ago
fdd8e9c
Switch perlasm calling convention.
by David Benjamin
· 9 years ago
f56dd6d
Add a tool to diff assembly files against OpenSSL.
by David Benjamin
· 9 years ago
a8288dc
Remove pqueue.
by David Benjamin
· 9 years ago
dfdd49c
generate_build_files: more flexible Bazel deps
by Matt Braithwaite
· 9 years ago
1669589
Bazel: allow arbitrary path prefix before 'src'
by Matt Braithwaite
· 9 years ago
ed9c8fc
Honor exit codes in run_android_tests.go.
by David Benjamin
· 9 years ago
adf2743
Be consistent about 𝑥_tests.txt
by Adam Langley
· 9 years ago
6b7436b
newhope: restore statistical tests.
by Matt Braithwaite
· 9 years ago
8ca0b41
Fix X25519 on OS X when using build systems other than CMake.
by Piotr Sikora
· 9 years ago
db20726
newhope: refactor and add test vectors.
by Matt Braithwaite
· 9 years ago
2b1ca80
Link back to the main page in documentation.
by David Benjamin
· 9 years ago
1147be0
Inherit the parent environment when shelling out to Go.
by David Benjamin
· 9 years ago
3ccf4d6
Pull Chromium's android_tools as an android-only dependency.
by David Benjamin
· 9 years ago
00b1069
Add an option to pick a different adb binary.
by David Benjamin
· 9 years ago
68a533c
Fix line-number counting in doc.go.
by David Benjamin
· 9 years ago
47f5a1f
Allow documentation comments to begin with A/An.
by David Benjamin
· 9 years ago
8de8b3d
Revise run_android_tests.go for use in recipes.
by David Benjamin
· 9 years ago
8861daa
Fix vs_toolchain.py, possibly.
by David Benjamin
· 9 years ago
bbe6af0
Bump requirements to MSVC 2015.
by David Benjamin
· 9 years ago
9e7efdb
Update the various pinned revisions in util/bot.
by David Benjamin
· 9 years ago
b3be1cf
Add a 'configs_exclude' option to the generated GN 'create_tests' template.
by David Benjamin
· 9 years ago
045a0ff
Import `newhope' (post-quantum key exchange).
by Matt Braithwaite
· 9 years ago
dc9194f
Fix a bug in obj_dat.pl and add basic crypto/obj tests.
by David Benjamin
· 9 years ago
af18cdd
Add a copyright header to run_android_tests.go.
by David Benjamin
· 9 years ago
38d01c6
Improve generate_build_files.py gn support.
by David Benjamin
· 9 years ago
325664e
Add hkdf.h to doc.config.
by David Benjamin
· 9 years ago
3c4a5cb
Revert "Enable upstream's Poly1305 code."
by David Benjamin
· 9 years ago
054e151
Rewrite ARM feature detection.
by David Benjamin
· 9 years ago
0a0f83d
Fixing assembly coverage
by Steven Valdez
· 9 years ago
f277add
Run ripemd_test as part of all_tests.go.
by David Benjamin
· 9 years ago
8f307d3
Update cmake-linux64.tar.gz and cmake-mac.tar.gz.
by David Benjamin
· 9 years ago
8169df2
Update Windows tools for the bots.
by David Benjamin
· 9 years ago
659b24d
Update versions of tools in util/bot.
by David Benjamin
· 9 years ago
f945952d
Add a script to run tests on Android.
by David Benjamin
· 9 years ago
d7166d0
Add a standalone ChaCha test.
by David Benjamin
· 9 years ago
ab14a4a
Adding scripts to generate line coverage.
by Steven Valdez
· 9 years ago
8b9e780
Fix up all_tests.go parallelism support.
by David Benjamin
· 9 years ago
3222394
Making all_tests.go parallelizable
by Steven Valdez
· 9 years ago
f27459e
Add SPAKE2 over Ed25519.
by Arnar Birgisson
· 9 years ago
fb2c6f8
ASN1_get_object should not accept large universal tags.
by David Benjamin
· 9 years ago
6f0c4db
Enable upstream's Poly1305 code.
by David Benjamin
· 9 years ago
35be688
Enable upstream's ChaCha20 assembly for x86 and ARM (32- and 64-bit).
by David Benjamin
· 9 years ago
eac0ce0
Have doc.go parse struct comments.
by Adam Langley
· 9 years ago
3a39b06
Import “altchains” support.
by Adam Langley
· 9 years ago
e021a24
Add curve25519/asm/x25519-asm-x86_64.S.
by Matt Braithwaite
· 9 years ago
7b8b9c1
Include 'asm' in the name of X25519 asm sources.
by Adam Langley
· 9 years ago
7100ee9
Chromium's update.sh is dead, long live update.py
by Nico Weber
· 9 years ago
6ae67df
Don't leak Android hacks to other build platforms.
by Piotr Sikora
· 9 years ago
b1b6229
Add NEON implementation of curve25519.
by Adam Langley
· 9 years ago
4fb0dc4
Add X25519 and Ed25519 support.
by Adam Langley
· 9 years ago
5f88999
Fix up several comments and detect problems in the future.
by Adam Langley
· 9 years ago
3f5fe60
Support Bazel builds on other platforms.
by Piotr Sikora
· 9 years ago
3e23e4c
Add the RFC 7539 ChaCha20-Poly1305 AEAD.
by Brian Smith
· 9 years ago
0f9f0ea
Fix the shared builders by exporting GCM symbols.
by Adam Langley
· 9 years ago
dfa9c4a
Linkify pipe words.
by David Benjamin
· 9 years ago
5ef619e
Hide some sections from the docs.
by David Benjamin
· 9 years ago
c608d6b
Updating Bazel outputs to work on other platforms.
by Chuck Hays
· 9 years ago
3b27843
Go's darwin filenames have changed.
by David Benjamin
· 9 years ago
3fc9fe3
Move the bots to Go 1.5.1.
by David Benjamin
· 9 years ago
368ef1a
Take thread.h out of the documentation.
by David Benjamin
· 9 years ago
361ecc0
Replace skipPast with strings.TrimPrefix.
by David Benjamin
· 10 years ago
1bfce80
Generate stable URL fragments.
by David Benjamin
· 10 years ago
7e40d4e
Deprecated functions get their own sections.
by David Benjamin
· 10 years ago
f673831
Drop urandom_test.
by Adam Langley
· 10 years ago
cc2c7aa
Buffer reads of urandom, if you promise no forking.
by Matt Braithwaite
· 10 years ago
95aaf4a
Markdown-ify BUILDING.
by David Benjamin
· 10 years ago
e000472
pkcs8.c: Add PBES2 to list of password-based encryption methods.
by Matt Braithwaite
· 10 years ago
55a3cf4
Fix documentation generation on Windows.
by Brian Smith
· 10 years ago
34248d4
Get rid of err function codes.
by David Benjamin
· 10 years ago
0851f674
Add standalone tests for Poly1305.
by David Benjamin
· 10 years ago
76e9a2a
Add tests for low-level AES functions.
by David Benjamin
· 10 years ago
65ee9b7
Remove EVP_PKEY_HMAC.
by David Benjamin
· 10 years ago
c618c40
Give generated assembly files different names for arm and aarch64.
by William Hesse
· 10 years ago
9c164b2
Output test configs for Bazel builds.
by Adam Langley
· 10 years ago
117da41
Move test configuration into a separate file.
by Adam Langley
· 10 years ago
049ef41
Updates to the build-file generation script.
by Adam Langley
· 10 years ago
efad697
Sync vs_toolschain.py up with Chromium.
by David Benjamin
· 10 years ago
0b635c5
Add malloc test support to unit tests.
by David Benjamin
· 10 years ago
b480428
Also skip #elif lines.
by David Benjamin
· 10 years ago
6deacb3
Parse macros in getNameFromDecl.
by David Benjamin
· 10 years ago
6f2e733
Add infrastructure for reference counts.
by Adam Langley
· 10 years ago
2607383
Fix generate_build_files.py to account for crypto/test.
by David Benjamin
· 10 years ago
5c694e3
Add evp_test, loosely based on upstream's version.
by David Benjamin
· 10 years ago
0f86965
Rename evp_test to evp_extra_test.
by David Benjamin
· 10 years ago
06b94de
Add file-based test framework and convert hmac_test.
by David Benjamin
· 10 years ago
0d107e1
Add support for CMAC (RFC 4493).
by Adam Langley
· 10 years ago
9e1a660
Add generate_build_files.py.
by Adam Langley
· 10 years ago
843ab66
Add support for building with the Android NDK.
by Adam Langley
· 10 years ago
4b0afdd
Add a tool to download Chromium's prebuilt clang.
by David Benjamin
· 10 years ago
8f64778
Add some missing headers to doc.config.
by David Benjamin
· 10 years ago
71485af
Skip #if lines in getNameFromDecl.
by David Benjamin
· 10 years ago
0d8a758
Start generating documentation for ssl.h.
by David Benjamin
· 10 years ago
48b3150
Fix some parsing bugs in doc.go.
by David Benjamin
· 10 years ago
0fd5639
Fix up whitespace in headers for doc.go.
by Adam Langley
· 10 years ago
2ab7a86
runner and all_tests should exit with failure on failing tests.
by David Benjamin
· 10 years ago
7ead605
Add the is_unexpected key to the test output.
by David Benjamin
· 10 years ago
d7c5dfb
Add native support for onces and thread-local storage.
by Adam Langley
· 10 years ago
05a5beb
Add support for finding depot_tools' MSVC toolchain on the bots.
by David Benjamin
· 10 years ago
0e782a9
Add AEADs for AES-CTR with HMAC-SHA256.
by Adam Langley
· 10 years ago
Next »