Sign in
boringssl
/
boringssl.git
/
cfd80a9b246b850f79228e32d27a504f9afe8431
/
util
/
all_tests.json
7de9498
Add urandom_test to all_tests.json
by Adam Langley
· 5 years ago
632d112
Add some RAND_bytes tests.
by David Benjamin
· 7 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
656aa9a
Convert p256-x86_64_test to GTest.
by David Benjamin
· 8 years ago
16c3f06
Convert evp_test to GTest.
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
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
6757fbf
Convert a number of tests to GTest.
by David Benjamin
· 8 years ago
2f3404b
Enforce incrementing counter for TLS 1.2 AES-GCM.
by Steven Valdez
· 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
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
5c38c05
Move bn/ into crypto/fipsmodule/
by Adam Langley
· 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
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
23aff6b
Add AESVS KAT vectors (CBC and ECB only).
by Martin Kreichgauer
· 8 years ago
fd49993
First part of the FIPS module.
by Adam Langley
· 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
b228541
Convert asn1_test to GTest.
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
fb2ac39
Convert ec_test to GTest.
by David Benjamin
· 8 years ago
b91b9a8
Convert rsa_test to GTest.
by David Benjamin
· 8 years ago
b19b662
Convert chacha_test to GTest.
by David Benjamin
· 8 years ago
bc6ef7a
Convert err_test to GTest.
by David Benjamin
· 8 years ago
9662843
Do a cursory conversion of a few tests to GTest.
by David Benjamin
· 8 years ago
2e83924
Remove old ChaCha20-Poly1305 AEAD.
by Adam Langley
· 8 years ago
5322010
Revert "Remove old ChaCha20-Poly1305 AEAD."
by Adam Langley
· 8 years ago
def9b46
Remove old ChaCha20-Poly1305 AEAD.
by Adam Langley
· 8 years ago
f440e82
Remove New Hope key agreement.
by Matthew Braithwaite
· 8 years ago
df447ba
Add generic AES-GCM-SIV support.
by Adam Langley
· 8 years ago
4a9313a
Add low-level p256-x86_64 tests.
by David Benjamin
· 8 years ago
9ef99d5
Add CRYPTO_BUFFER and CRYPTO_BUFFER_POOL.
by Adam Langley
· 8 years ago
97227dc
Replace keywrap AEADs with upstream's APIs.
by David Benjamin
· 8 years ago
8aaa9e1
Remove RC4 from TLS for real.
by Matthew Braithwaite
· 9 years ago
449c381
Import NIST ECDSA verification tests.
by David Benjamin
· 9 years ago
a6e86bc
Import NIST ECDSA signing tests.
by David Benjamin
· 9 years ago
8c2d53a
Import NIST ECDH test vectors.
by David Benjamin
· 9 years ago
80137ba
Convert test_add and test_sub to file_test.
by David Benjamin
· 9 years ago
a8288dc
Remove pqueue.
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
db20726
newhope: refactor and add test vectors.
by Matt Braithwaite
· 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
f277add
Run ripemd_test as part of all_tests.go.
by David Benjamin
· 9 years ago
d7166d0
Add a standalone ChaCha test.
by David Benjamin
· 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
3a39b06
Import “altchains” support.
by Adam Langley
· 9 years ago
4fb0dc4
Add X25519 and Ed25519 support.
by Adam Langley
· 9 years ago
3e23e4c
Add the RFC 7539 ChaCha20-Poly1305 AEAD.
by Brian Smith
· 9 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
e000472
pkcs8.c: Add PBES2 to list of password-based encryption methods.
by Matt Braithwaite
· 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
117da41
Move test configuration into a separate file.
by Adam Langley
· 10 years ago