Sign in
boringssl
/
boringssl.git
/
c40e1830accdfc7f39a5da32c6e9b4dbd9b9ba67
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
42adba5
Trim unused declarations in pem.h.
by David Benjamin
· 8 years ago
3b33f3e
Set static armcaps based on __ARM_FEATURE_CRYPTO.
by David Benjamin
· 8 years ago
619b323
Import Ed25519 tests from upstream to evp_tests.txt.
by David Benjamin
· 8 years ago
21882c5
Clarify rand locking comment.
by David Benjamin
· 8 years ago
204b8a1
Tag the power-on tests as a constructor function directly.
by Adam Langley
· 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
e7d6988
Have run_cavp.go create “resp” directories as needed.
by Adam Langley
· 8 years ago
9f579bf
Use unions rather than aliasing when possible.
by David Benjamin
· 8 years ago
3d14a15
Run GTest-based tests in parallel.
by David Benjamin
· 8 years ago
17ce286
Work around an apparent Linux or glibc bug on ppc64le in FIPS mode.
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
8ba6a14
Fix build with VS 2017.
by David Benjamin
· 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
f6e5b1f
Revert "Fix platforms that don't define UINT64_MAX."
by Matthew Braithwaite
· 8 years ago
055375e
Support more complex offset / symbol section interleavings.
by David Benjamin
· 8 years ago
b0bb83a
Bound ssl_ctx_api more aggressively.
by David Benjamin
· 8 years ago
e8ee947
Don't enable ASM when OPENSSL_NO_ASM is set.
by Garret Kelly
· 8 years ago
cb34f86
Convert thread_test to GTest.
by David Benjamin
· 8 years ago
6da9eae
Bound expensive opcodes in ssl_ctx_api.
by David Benjamin
· 8 years ago
6758d04
Convert bn_test to GTest.
by David Benjamin
· 8 years ago
a51912f
p256-x86_64-asm.pl: minor sqr_montx cleanup.
by David Benjamin
· 8 years ago
2b56981
Move pkcs{7,8}_test over to gtest
by Kári Tristan Helgason
· 8 years ago
e345f9b
Fix typo in comments.
by Piotr Sikora
· 8 years ago
cd334a5
Handle TOC offsets by giving them to the linker.
by Adam Langley
· 8 years ago
733f46e
Test unaligned input with each AEAD.
by David Benjamin
· 8 years ago
c5e9ac1
Move AES-GCM-SIV out from SMALL and handle unaligned keys.
by Adam Langley
· 8 years ago
6757fbf
Convert a number of tests to GTest.
by David Benjamin
· 8 years ago
b22e15c
Fix platforms that don't define UINT64_MAX.
by Adam Langley
· 8 years ago
2c84a46
Make test_fips more chatty.
by Adam Langley
· 8 years ago
c655cb7
Break hwrand as well as urandom when FIPS_BREAK_TEST=CRNG is set.
by Adam Langley
· 8 years ago
b89e025
Clarify the error message for an ECDSA power-on test failure.
by Adam Langley
· 8 years ago
0ffc795
Clear PRNG states in FIPS mode.
by Adam Langley
· 8 years ago
d79bc9d
Echo CAVP comments in the output.
by Adam Langley
· 8 years ago
563924b
Switch CAVP testing for AES-GCM to use external nonces.
by Adam Langley
· 8 years ago
592af53
Clarify toc@ha and offsets.
by David Benjamin
· 8 years ago
7f07fb2
Fix standalone ppc64le build.
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
2d04cf0
Test with IPv6 by default, and IPv4 only if that fails.
by Matthew Braithwaite
· 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
806e18c
Define OPENSSL_UNUSED for __clang__ as well.
by David Benjamin
· 8 years ago
59e1a81
Turn off clang-format in embed_test_data.go output.
by David Benjamin
· 8 years ago
e7d3922
Improve Curve25519 cswap x64 assembly
by Andreas Auernhammer
· 8 years ago
d94682d
Remove ex_data's dup hook.
by David Benjamin
· 8 years ago
21cb074
Add tool for corrupting the FIPS module in a binary.
by Adam Langley
· 8 years ago
03c6fa4
AES-GCM is not defined for empty nonces.
by David Benjamin
· 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
8726d8f
Make the Windows build slightly quieter.
by David Benjamin
· 8 years ago
1f1eeea
Allow FileTest to read from an abstracted line reader.
by David Benjamin
· 8 years ago
ef374b8
Remove ECDSA error code hack in evp_test.
by David Benjamin
· 8 years ago
dfef208
Remove FileTest::SetIgnoreUnusedAttributes.
by David Benjamin
· 8 years ago
01f8a8c
Convert stack.h to use inline functions.
by David Benjamin
· 8 years ago
894e200
Add missing #include of delocate.h.
by Matthew Braithwaite
· 8 years ago
429e85b
Have a single function for FIPS test failures.
by Adam Langley
· 8 years ago
5f107ce
Prefer RDRAND in FIPS mode.
by Adam Langley
· 8 years ago
d55bd79
Fix SSL_COMP_get_compression_methods type signature.
by David Benjamin
· 8 years ago
2505423
Convert digest_test to GTest.
by David Benjamin
· 8 years ago
118355c
fipstools: Add a sample binary that exercises methods from the FIPS module.
by Martin Kreichgauer
· 8 years ago
c49c9e7
Optimize constant-time base64 implementation slightly.
by David Benjamin
· 8 years ago
a4f7cc2
Don't call base64_ascii_to_bin twice on each byte.
by David Benjamin
· 8 years ago
b3aaffa
Add a -no-fax option to run_cavp.
by David Benjamin
· 8 years ago
467d322
Add FIPS-compliant key generation that calls check_fips for RSA and EC.
by Steven Valdez
· 8 years ago
1ac4f16
tool: don't explicitly disable SSLv3 in the server
by Alessandro Ghedini
· 8 years ago
208e239
Move OPENSSL_ASAN to base.h.
by Adam Langley
· 8 years ago
4dcc290
Fix GOTPCREL accesses to symbols defined outside the module.
by David Benjamin
· 8 years ago
b056ed3
No-op change to kick the bots.
by David Benjamin
· 8 years ago
48b6b8f
Add SSL_CIPHER_has_SHA384_HMAC.
by Alessandro Ghedini
· 8 years ago
39655ef
Add AES-GCM-SIV tests for counter wrapping.
by Adam Langley
· 8 years ago
2f238d9
Accept vmovq as an alias for movq.
by Adam Langley
· 8 years ago
866c219
crypto/fipsmodule: Allow breaking CRNG self-test.
by Martin Kreichgauer
· 8 years ago
391cc8c
Move FIPS build tools to util/fipstools.
by David Benjamin
· 8 years ago
583c12e
Remove filename argument to x86 asm_init.
by David Benjamin
· 8 years ago
c5388a1
Add sde-linux64 to .gitignore.
by David Benjamin
· 8 years ago
44ccadc
No-op change to kick the bots.
by David Benjamin
· 8 years ago
c4dfc6f
Revert "Add sde-linux64 to .gitignore."
by David Benjamin
· 8 years ago
fee8559
Add sde-linux64 to .gitignore.
by David Benjamin
· 8 years ago
18ffb16
No-op change to cycle the bots.
by David Benjamin
· 8 years ago
ad50a0d
Fix diff_asm.go and revert another local MASM perlasm change.
by David Benjamin
· 8 years ago
82a83ff
No-op change to cycle the bots.
by David Benjamin
· 8 years ago
768e682
Only fixup CMAKE_ASM_FLAGS -isysroot if CMAKE_OSX_SYSROOT is set.
by David Benjamin
· 8 years ago
edafe47
Add hash of SDE tool for the bots.
by David Benjamin
· 8 years ago
43e5a26
Fixing assembly coverage reporting.
by Steven Valdez
· 8 years ago
c5f0c16
Restore ios64_compile to the CQ.
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
63a13ac
Take ios64_compile out of the CQ.
by David Benjamin
· 8 years ago
ce3ec70
Fix cq.cfg formatting.
by David Benjamin
· 8 years ago
d4847c6
Add some Android and iOS compile bots to the CQ.
by David Benjamin
· 8 years ago
0402f89
crypto/fipsmodule: Make more Known Answer Tests breakable.
by Martin Kreichgauer
· 8 years ago
Next »