Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
boringssl.googlesource.com
/
boringssl
/
182b573329ea53590697a7c37aa876bb61713afb
/
crypto
/
test
d977eaa
Make AES-GCM AEADs support the optional second input argument to seal_scatter.
by Martin Kreichgauer
· 8 years ago
6757fbf
Convert a number of tests to GTest.
by David Benjamin
· 8 years ago
d79bc9d
Echo CAVP comments in the output.
by Adam Langley
· 8 years ago
f64a6ee
Switch to new delocate tool.
by Adam Langley
· 8 years ago
3ecd0a5
Convert aes_test to GTest.
by David Benjamin
· 8 years ago
1f1eeea
Allow FileTest to read from an abstracted line reader.
by David Benjamin
· 8 years ago
dfef208
Remove FileTest::SetIgnoreUnusedAttributes.
by David Benjamin
· 8 years ago
208e239
Move OPENSSL_ASAN to base.h.
by Adam Langley
· 8 years ago
6dd055d
fipsoracle: Add MCT mode for TDES.
by Martin Kreichgauer
· 8 years ago
2b2676f
fipsoracle: Add cavp_tdes_test (KAT mode only).
by Martin Kreichgauer
· 8 years ago
eb59989
Add ECDSA2 KeyPair CAVP test driver.
by David Benjamin
· 8 years ago
b387e22
Add CTR-DRBG CAVP test driver.
by Adam Langley
· 8 years ago
b8a3550
Add SHA CAVP test driver.
by Steven Valdez
· 8 years ago
0c292ed
Add a CAVP tool for ECDSA2 SigVer tests.
by David Benjamin
· 8 years ago
7c12587
Add crypto/fipsoracle.
by Martin Kreichgauer
· 8 years ago
afd88c2
Allow embedders to replace gtest_main.cc.
by David Benjamin
· 8 years ago
76dd180
Convert base64_test to GTest.
by David Benjamin
· 8 years ago
5c12778
Convert bio_test to GTest.
by David Benjamin
· 8 years ago
b91b9a8
Convert rsa_test to GTest.
by David Benjamin
· 8 years ago
7d7554b
Add a helper for comparing byte strings.
by David Benjamin
· 8 years ago
6b0edfb
Add a common TestEventListener for the error queue.
by David Benjamin
· 8 years ago
9662843
Do a cursory conversion of a few tests to GTest.
by David Benjamin
· 8 years ago
17cf2cb
Work around language and compiler bug in memcpy, etc.
by David Benjamin
· 9 years ago
cef36f0
C++ crypto/test/malloc.cc more.
by David Benjamin
· 9 years ago
52db0eb
Revert "Get the malloc tests working under ASan."
by David Benjamin
· 9 years ago
7b9bbd9
Get the malloc tests working under ASan.
by David Benjamin
· 9 years ago
5409123
Use C99 for size_t loops.
by David Benjamin
· 9 years ago
d17d74d
Replace Scoped* heap types with bssl::UniquePtr.
by Matt Braithwaite
· 9 years ago
19d5cf8
Move remaining ScopedContext types out of scoped_types.h
by Martin Kreichgauer
· 9 years ago
1434393
Start removing scoped_types.h
by Martin Kreichgauer
· 9 years ago
10f97f3
Revert "Move C++ helpers into |bssl| namespace."
by Adam Langley
· 9 years ago
d2b5af5
Revert scoped_types.h change.
by Adam Langley
· 9 years ago
8c3c313
Remove scoped_types.h.
by Adam Langley
· 9 years ago
09feb0f
Move C++ helpers into |bssl| namespace.
by Adam Langley
· 9 years ago
a353cdb
Wrap MSVC-only warning pragmas in a macro.
by David Benjamin
· 9 years ago
27e863e
newhope: improve test vectors.
by Matt Braithwaite
· 9 years ago
7acd6bc
Start assuming MSVC 2015.
by David Benjamin
· 9 years ago
9819367
Remove some easy obj.h dependencies.
by David Benjamin
· 9 years ago
dc6c1b8
Fix build when using Visual Studio 2015 Update 1.
by Brian Smith
· 10 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
a5ee83f
Test different chunk sizes in cipher_test.
by Adam Langley
· 9 years ago
9cd7fbd
Remove support for blocks in file_test.h.
by David Benjamin
· 10 years ago
e30a09e
Implement new PKCS#8 parsers.
by David Benjamin
· 10 years ago
68772b3
Implement new SPKI parsers.
by David Benjamin
· 10 years ago
061332f
Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations.
by Brian Smith
· 10 years ago
3a39b06
Import “altchains” support.
by Adam Langley
· 10 years ago
ef14b2d
Remove stl_compat.h.
by David Benjamin
· 10 years ago
e8d5350
Convert ssl3_send_client_hello to CBB.
by David Benjamin
· 10 years ago
e000472
pkcs8.c: Add PBES2 to list of password-based encryption methods.
by Matt Braithwaite
· 10 years ago
61821bf
Add EVP_AEAD_CTX_zero.
by David Benjamin
· 10 years ago
f9f72b3
Remove BIO dependency from cmac_test.
by Brian Smith
· 10 years ago
7b5f08e
Fix null pointer dereference in file_test.cc.
by Brian Smith
· 10 years ago
906e299
Fix Windows build.
by Brian Smith
· 10 years ago
184494d
Raise SIGTRAP rather than abort on failure.
by David Benjamin
· 10 years ago
2b2b0f9
Set errno to ENOMEM when simulating a malloc failure.
by David Benjamin
· 10 years ago
8a228f5
Disable the malloc interceptor without glibc.
by David Benjamin
· 10 years ago
15eaafb
Fix bn_test's bc output and shut it up a little.
by David Benjamin
· 10 years ago
0b635c5
Add malloc test support to unit tests.
by David Benjamin
· 10 years ago
4690bb5
Port cipher_test to file_test.
by David Benjamin
· 10 years ago
771a138
Add missing #include for abort()
by David Benjamin
· 10 years ago
5c694e3
Add evp_test, loosely based on upstream's version.
by David Benjamin
· 10 years ago
06b94de
Add file-based test framework and convert hmac_test.
by David Benjamin
· 10 years ago
353d7cb
Convert pkcs12_test to C++.
by David Benjamin
· 10 years ago
0d107e1
Add support for CMAC (RFC 4493).
by Adam Langley
· 10 years ago
67be048
Convert ec_test to C++
by David Benjamin
· 10 years ago
ad6b28e
Add 64-bit, P-256 implementation.
by Adam Langley
· 10 years ago
daf2c5d
Convert ecdsa_test to C++.
by David Benjamin
· 10 years ago
a5974bf
Convert bn_test to C++.
by David Benjamin
· 10 years ago
5a3162a
Convert hmac_test to C++.
by David Benjamin
· 10 years ago
c2b45a1
Convert evp_test to C++.
by David Benjamin
· 10 years ago
1d77e56
Convert ssl_test to C++.
by David Benjamin
· 10 years ago
45fb1be
Remove std::unique_ptr dependency on bssl_shim's scoped types.
by David Benjamin
· 10 years ago