Sign in
boringssl
/
boringssl.git
/
3a18bf04745c0ef9850efeec1a52e402c4392388
/
util
2186fbc
Refresh update_clang.py and download Windows Clang.
by David Benjamin
· 8 years ago
c5cc88d
Test that movsd without arguments is left as-is.
by David Benjamin
· 8 years ago
e314e1c
Support [v]movsd in delocate.
by Adam Langley
· 8 years ago
32c5b8d
delocate vmovq correctly.
by Adam Langley
· 8 years ago
e2ec654
Update to Go 1.9 on the bots.
by David Benjamin
· 8 years ago
e1bfd16
Update yasm to 1.3.0 on the bots.
by David Benjamin
· 8 years ago
ef37ab5
Teach doc.go about // comments.
by David Benjamin
· 8 years ago
d8ea390
Fix doc.go against Go tip.
by David Benjamin
· 8 years ago
bda7b9a
Maintain comment alignment when converting.
by David Benjamin
· 8 years ago
6c54547
Fix a bug in convert_comments.go.
by David Benjamin
· 8 years ago
921aba3
Don't add spaces after ( in convert_comments.go.
by David Benjamin
· 8 years ago
d363247
Fix Bazel build and make it work on Windows.
by Yun Peng
· 8 years ago
7b6acc5
Make generated Bazel match canonical format.
by Adam Langley
· 8 years ago
d4e3795
x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.
by David Benjamin
· 8 years ago
6d81cf3
Add a tool to check dependencies.
by David Benjamin
· 8 years ago
9ad98f7
Add comment conversion tool.
by David Benjamin
· 8 years ago
c5304e4
Use -chip_check_exe_only to work around SDE VDSO issues.
by David Benjamin
· 8 years ago
c6d4af0
Remove ssl_{c,cc}_sources from generate_build_files.py.
by David Benjamin
· 8 years ago
96ee4a8
Remove non-GTest build generation bits.
by David Benjamin
· 8 years ago
0b80f7f
Convert example_mul to GTest.
by David Benjamin
· 8 years ago
8d43674
Convert the tests in x509v3 to GTest.
by David Benjamin
· 8 years ago
a93bc11
Update other bot tools.
by David Benjamin
· 8 years ago
97ca762
Update to the latest Intel SDE.
by David Benjamin
· 8 years ago
cd60bf0
Fix PPC redirectors.
by David Benjamin
· 8 years ago
773ae91
Fix PPC ELF ABI citation.
by David Benjamin
· 8 years ago
0a20f78
Update tools from Chromium.
by David Benjamin
· 8 years ago
ff23945
ppc64le delocate: avoid r0 as a base register.
by Adam Langley
· 8 years ago
c40e183
Don't define BORINGSSL_SHARED_LIBRARY in generated bzl file.
by David Benjamin
· 8 years ago
656aa9a
Convert p256-x86_64_test to GTest.
by David Benjamin
· 8 years ago
f6584e7
Generate iOS assembly in generate_build_files.py.
by David Benjamin
· 8 years ago
a09a65f
Be slightly more relaxed about how ppc64le global-entry TOC references look.
by Adam Langley
· 8 years ago
16c3f06
Convert evp_test to GTest.
by David Benjamin
· 8 years ago
3d14a15
Run GTest-based tests in parallel.
by David Benjamin
· 8 years ago
d91e1ef
Convert ECDSA tests to GTest.
by David Benjamin
· 8 years ago
54581cc
Convert x509_test to gtest
by Kári Tristan Helgason
· 8 years ago
ce9f693
Convert obj_tests to gtest
by Kári Tristan Helgason
· 8 years ago
a26001b
Convert remaining pkcs8 tests to gtest
by Kári Tristan Helgason
· 8 years ago
0da939d
Fix bazel crypto target dependencies.
by Garret Kelly
· 8 years ago
055375e
Support more complex offset / symbol section interleavings.
by David Benjamin
· 8 years ago
cb34f86
Convert thread_test to GTest.
by David Benjamin
· 8 years ago
6758d04
Convert bn_test to GTest.
by David Benjamin
· 8 years ago
2b56981
Move pkcs{7,8}_test over to gtest
by Kári Tristan Helgason
· 8 years ago
cd334a5
Handle TOC offsets by giving them to the linker.
by Adam Langley
· 8 years ago
6757fbf
Convert a number of tests to GTest.
by David Benjamin
· 8 years ago
592af53
Clarify toc@ha and offsets.
by David Benjamin
· 8 years ago
f64a6ee
Switch to new delocate tool.
by Adam Langley
· 8 years ago
2f3404b
Enforce incrementing counter for TLS 1.2 AES-GCM.
by Steven Valdez
· 8 years ago
7c075b9
Change ppc64le AES code for FIPS.
by Adam Langley
· 8 years ago
68f84f5
Add missing dependencies on exe_and_shlib_deps
by Tom Anderson
· 8 years ago
chromium-3112
59e1a81
Turn off clang-format in embed_test_data.go output.
by David Benjamin
· 8 years ago
21cb074
Add tool for corrupting the FIPS module in a binary.
by Adam Langley
· 8 years ago
e324de0
Convert various tests to GTest.
by David Benjamin
· 8 years ago
8c2e828
Convert ed25519_test to GTest.
by David Benjamin
· 8 years ago
3ecd0a5
Convert aes_test to GTest.
by David Benjamin
· 8 years ago
2505423
Convert digest_test to GTest.
by David Benjamin
· 8 years ago
4dcc290
Fix GOTPCREL accesses to symbols defined outside the module.
by David Benjamin
· 8 years ago
2f238d9
Accept vmovq as an alias for movq.
by Adam Langley
· 8 years ago
391cc8c
Move FIPS build tools to util/fipstools.
by David Benjamin
· 8 years ago
ad50a0d
Fix diff_asm.go and revert another local MASM perlasm change.
by David Benjamin
· 8 years ago
edafe47
Add hash of SDE tool for the bots.
by David Benjamin
· 8 years ago
1e5cb82
Add an option to build libFuzzer from DEPS.
by David Benjamin
· 8 years ago
799676c
Add a flag to configure the path to the SDE executable.
by David Benjamin
· 8 years ago
ebc4de6
Update tools from Chromium.
by David Benjamin
· 8 years ago
95511e9
generate_build_files: omit tests from fips_fragments.
by Matthew Braithwaite
· 8 years ago
2e2a226
Move cipher/ into crypto/fipsmodule/
by Adam Langley
· 8 years ago
aacb72c
Move ec/ and ecdsa/ into fipsmodule/
by Adam Langley
· 8 years ago
616c4c2
Fix make_errors.go.
by David Benjamin
· 8 years ago
e5adaef
Put spaces between arguments of failed tests.
by Adam Langley
· 8 years ago
5c38c05
Move bn/ into crypto/fipsmodule/
by Adam Langley
· 8 years ago
a0cb725
generate_build_files: enforce uniqueness of test names.
by Matthew Braithwaite
· 8 years ago
01d65c2
Convert spake25519_test to GTest.
by David Benjamin
· 8 years ago
7d53128
Convert cmac_test to GTest.
by David Benjamin
· 8 years ago
1d134ee
Add aes-(128|256)-gcm-fips-testonly mode for FIPS compatibility.
by Steven Valdez
· 8 years ago
11f11e6
Sort lists of asm files and tests.
by Adam Langley
· 8 years ago
7784104
Move much of rand/ into the FIPS module.
by Adam Langley
· 8 years ago
3975ecf
Add CAVP GCMVS Known Answer tests.
by Martin Kreichgauer
· 8 years ago
0648129
Move modes/ into the FIPS module
by Adam Langley
· 8 years ago
44d40c5
Add NIST CAVP TMOVS Known Answer tests for TDES in CBC and ECB modes.
by Martin Kreichgauer
· 8 years ago
6fdea2a
Move PKCS#7 functions into their own directory.
by David Benjamin
· 8 years ago
97104af
generate_build_files: allow tests paths to mismatch test source paths.
by Matthew Braithwaite
· 8 years ago
2c45fa0
Convert bytestring_test to GTest.
by David Benjamin
· 8 years ago
76dd180
Convert base64_test to GTest.
by David Benjamin
· 8 years ago
8c62d9d
Move AES code into the FIPS module.
by Adam Langley
· 8 years ago
730d69e
Add CTR-DRBG.
by Adam Langley
· 8 years ago
82bad05
Inject FIPS hash without running module.
by Adam Langley
· 8 years ago
23aff6b
Add AESVS KAT vectors (CBC and ECB only).
by Martin Kreichgauer
· 8 years ago
31fa5a4
Run unit tests concurrently by default.
by Adam Langley
· 8 years ago
323f1eb
Include the correct ar.go.
by Adam Langley
· 8 years ago
fd49993
First part of the FIPS module.
by Adam Langley
· 8 years ago
0ef8c7b
Add missing files to run_android_test.go.
by David Benjamin
· 8 years ago
8b487b7
util/generate_build_files.py: Filter test runner sources from BUILD files.
by Martin Kreichgauer
· 8 years ago
95321e1
Fix diff_asm.go.
by David Benjamin
· 8 years ago
81a191d
Convert constant_time_test to GTest.
by David Benjamin
· 8 years ago
5c12778
Convert bio_test to GTest.
by David Benjamin
· 8 years ago
6a53b99
Fix generate-coverage.sh.
by David Benjamin
· 8 years ago
b228541
Convert asn1_test to GTest.
by David Benjamin
· 8 years ago
919d8cf
Sync util/bot with Chromium.
by David Benjamin
· 8 years ago
7dd4e42
Convert x25519_test to GTest.
by David Benjamin
· 8 years ago
7e42999
Convert evp_extra_test into GTest.
by David Benjamin
· 8 years ago
218f51b
Fix Android bots.
by David Benjamin
· 8 years ago
Next »