Sign in
boringssl
/
boringssl.git
/
ebc4de6719a87592e53d881bd8f3225d271378e9
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
74cd5d9
Refresh fuzzer corpus.
by David Benjamin
· 8 years ago
08ab59b
Switch from 8bit-counters to trace-pc-guard.
by David Benjamin
· 8 years ago
1d59f6e
Add a flag to toggle the buggy RSA parser.
by David Benjamin
· 8 years ago
8b0515b
Fix fuzzer build.
by David Benjamin
· 8 years ago
f99d2c6
Remove obsolete TODO.
by David Benjamin
· 8 years ago
873ebc9
Improve TestConfig flags for initial and resumption connections.
by Steven Valdez
· 8 years ago
93731d9
Remove old SSL min/max version functions.
by David Benjamin
· 8 years ago
20d202b
unrandom: #define _GNU_SOURCE, for syscall().
by Matthew Braithwaite
· 8 years ago
e838cfb
Add a way to break one of the KAT tests.
by Adam Langley
· 8 years ago
95511e9
generate_build_files: omit tests from fips_fragments.
by Matthew Braithwaite
· 8 years ago
0d5b886
Switch BN_generate_dsa_nonce's hash back to SHA-512/256.
by David Benjamin
· 8 years ago
4d1f4ba
Timeout the shim on Accept and Wait.
by David Benjamin
· 8 years ago
4c7b3bf
Switch integrity hash to SHA-512.
by Adam Langley
· 8 years ago
238148a
Don't indicate FIPS mode when built with ASAN.
by Adam Langley
· 8 years ago
c0485d6
Teach delocate.go to handle loading function pointers into XMM registers.
by Adam Langley
· 8 years ago
c862c31
perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.
by David Benjamin
· 8 years ago
4323e22
Tidy up FIPS module dependencies.
by David Benjamin
· 8 years ago
e34eaa6
Remove old masm workaround.
by David Benjamin
· 8 years ago
45dd8a0
Add missing #includes of delocate.h.
by Matthew Braithwaite
· 8 years ago
2e2a226
Move cipher/ into crypto/fipsmodule/
by Adam Langley
· 8 years ago
4249481
Add EVP_AEAD_CTX_[new|free] and UniquePtr support.
by Adam Langley
· 8 years ago
a90044a
Bypass building fipsmodule/rand/urandom.c when builing for Trusty
by Michael Ryleev
· 8 years ago
b0521e3
Add AES-GCM-SIV assembly.
by Adam Langley
· 8 years ago
bf21849
fipsoracle: Remove fax sample verification baked into test suites. This is covered by run_cavp.go.
by Martin Kreichgauer
· 8 years ago
96dec44
Move rsa/ to fipsmodule/rsa/
by Adam Langley
· 8 years ago
aacb72c
Move ec/ and ecdsa/ into fipsmodule/
by Adam Langley
· 8 years ago
ac52908
Fix RSA KeyGen CAVP test padding.
by Steven Valdez
· 8 years ago
61ae41f
Use a minimal totient when generating RSA keys.
by David Benjamin
· 8 years ago
a3d9c39
Fix ECDSA KeyPair CAVP test.
by Steven Valdez
· 8 years ago
02690f7
Run CAVP tests in parallel.
by Adam Langley
· 8 years ago
ddfcc6a
fipsoracle: Combine all test oracles into a single binary.
by Martin Kreichgauer
· 8 years ago
148ea89
Two tweaks to CAVP outputs to conform to NIST's expectations.
by Adam Langley
· 8 years ago
616c4c2
Fix make_errors.go.
by David Benjamin
· 8 years ago
073391f
Detach encrypt and keygen hooks from RSA_METHOD.
by David Benjamin
· 8 years ago
be5c67d
fipsoracle: Add AES KeyWrap test.
by Martin Kreichgauer
· 8 years ago
9b7228c
Adding RSA2 KeyGen CAVP tests.
by Steven Valdez
· 8 years ago
2d93359
Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAME
by David Benjamin
· 8 years ago
c0ae51d
Fix URL links in comment
by David Benjamin
· 8 years ago
9afa7bc
Fix time offset calculation.
by David Benjamin
· 8 years ago
e5adaef
Put spaces between arguments of failed tests.
by Adam Langley
· 8 years ago
73eb3a9
Undefine some macros in bn/
by Adam Langley
· 8 years ago
6dd055d
fipsoracle: Add MCT mode for TDES.
by Martin Kreichgauer
· 8 years ago
5eb75e2
Shush some uninitialized variable warnings.
by David Benjamin
· 8 years ago
ca62bee
Don't emit a redirector for OPENSSL_ia32cap_get.
by David Benjamin
· 8 years ago
fa839dc
Don't depend on crypto/bytestring for ECDSA self-tests.
by David Benjamin
· 8 years ago
09ffa77
Don't depend on crypto/bytestring for RSA self-tests.
by David Benjamin
· 8 years ago
83a9a26
Check RSA2 SigVer* files.
by David Benjamin
· 8 years ago
8209a7c
Add RSA-PSS to RSA2 Sig{Gen,Ver} drivers.
by David Benjamin
· 8 years ago
2baccac
Tidy up pkey_rsa_verify_recover.
by David Benjamin
· 8 years ago
79d18bc
Add crypto/rsa-level RSA-PSS functions.
by David Benjamin
· 8 years ago
05821b0
Consistently check length in RSA_add_pkcs1_prefix.
by David Benjamin
· 8 years ago
8a3a2a9
Move des/ to crypto/fipsmodule/
by Adam Langley
· 8 years ago
d1c89cd
Adding RSA2 PKCS15 CAVP tests.
by Steven Valdez
· 8 years ago
8ee0d14
Fix comment typo.
by David Benjamin
· 8 years ago
2b2676f
fipsoracle: Add cavp_tdes_test (KAT mode only).
by Martin Kreichgauer
· 8 years ago
5c38c05
Move bn/ into crypto/fipsmodule/
by Adam Langley
· 8 years ago
493b2a4
Add HMAC CAVP tests.
by Steven Valdez
· 8 years ago
1ac76f7
Fix copy-pasted comment in fipsoracle/cavp_ctr_drbg_test.cc.
by Adam Langley
· 8 years ago
eb59989
Add ECDSA2 KeyPair CAVP test driver.
by David Benjamin
· 8 years ago
9abf84c
Add tool for ECDSA2 SigGen and SigGenComponent tests.
by David Benjamin
· 8 years ago
b387e22
Add CTR-DRBG CAVP test driver.
by Adam Langley
· 8 years ago
0fcac4b
Fix cavp_aes_gcm_test.cc line endings.
by David Benjamin
· 8 years ago
58e4499
Move crypto/fipsoracle/ to the top-level.
by Adam Langley
· 8 years ago
b8a3550
Add SHA CAVP test driver.
by Steven Valdez
· 8 years ago
61e8d36
fipsoracle: Add MCT test for AES.
by Martin Kreichgauer
· 8 years ago
0c292ed
Add a CAVP tool for ECDSA2 SigVer tests.
by David Benjamin
· 8 years ago
7ed2e82
Consistently report an error on ECDSA verification failure.
by David Benjamin
· 8 years ago
90801c1
Add a CAVP tool for ECDSA2 PKV tests.
by David Benjamin
· 8 years ago
2997589
Unwind DHE support from BoGo.
by David Benjamin
· 8 years ago
aaa4045
Add tool to run CAVP tests.
by Adam Langley
· 8 years ago
7c12587
Add crypto/fipsoracle.
by Martin Kreichgauer
· 8 years ago
c139918
Handle pushing a pointer from the GOT.
by Adam Langley
· 8 years ago
c88f245
Don't print message when waiting for urandom entropy.
by Adam Langley
· 8 years ago
def85b4
Revise OPENSSL_ia32cap_P strategy to avoid TEXTRELs.
by David Benjamin
· 8 years ago
075875f
Parse instructions more accurately.
by David Benjamin
· 8 years ago
9187101
Add an OPENSSL_ia32cap_get() function for C code.
by David Benjamin
· 8 years ago
a523797
Don't test quite so many primes.
by David Benjamin
· 8 years ago
a684152
Downgrade BN_kronecker to bn_jacobi and unexport.
by David Benjamin
· 8 years ago
0d5bf8d
Document ERR_error_string_n standalone.
by David Benjamin
· 8 years ago
a0cb725
generate_build_files: enforce uniqueness of test names.
by Matthew Braithwaite
· 8 years ago
fb383f0
delocate: replace "-as src1,src2,..." with "src1 src2 ...".
by Matthew Braithwaite
· 8 years ago
afd88c2
Allow embedders to replace gtest_main.cc.
by David Benjamin
· 8 years ago
d617e01
Fix fuzzer build.
by David Benjamin
· 8 years ago
321fcdc
Convert default version tests in ssl_test.
by David Benjamin
· 8 years ago
e11726a
Properly convert more of ssl_test.
by David Benjamin
· 8 years ago
a365138
Factor out the default signature algorithm logic.
by David Benjamin
· 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
2c15237
Remove test vectors for old ChaCha20-Poly1305 AEAD.
by Alessandro Ghedini
· 8 years ago
f131301
delocate: .size BORINGSSL_bcm_text_hash, not OPENSSL_ia32cap_addr.
by Matthew Braithwaite
· 8 years ago
8da870a
Fix build on android_aarch64.
by David Benjamin
· 8 years ago
02ba178
Avoid needless C gymnastics.
by David Benjamin
· 8 years ago
1997ef2
Tidy up aesni_gcm_crypt logic.
by David Benjamin
· 8 years ago
1d134ee
Add aes-(128|256)-gcm-fips-testonly mode for FIPS compatibility.
by Steven Valdez
· 8 years ago
b1ffe0b
Add primality checking for RSA_check_fips.
by Steven Valdez
· 8 years ago
Next »