1080 Commits (faac9aa3349f149cd433582c31020d49090a0737)
 

Author SHA1 Message Date
David Benjamin faac9aa334 Finish porting dh_test.cc and ripemd_test.cc to GTest. 2 years ago
David Benjamin 1e63b0ce53 Replace comment with static assert. 2 years ago
David Benjamin b15e56a694 Add a tool to check whether a binary has an executable stack 2 years ago
hehe.li 785bb12634 Disable blinding for boringssl_self_test_rsa(). 2 years ago
David Benjamin c3197fc35b Drop the workaround for the third-party Android CMake toolchain. 2 years ago
David Benjamin cdccbe121f Fully condition all assembly files. 2 years ago
Adam Langley 7cb90e092f See whether relative links work for the documentation. 2 years ago
David Benjamin a614d46d40 Add SSL_was_key_usage_invalid. 2 years ago
David Benjamin 4acc7ddf02 Add an 'all' option to generate_build_files.py 2 years ago
Adam Langley ba509dca55 delocate: match all the ARM register extension patterns. 2 years ago
David Benjamin 7ff871acbe Fix -Wshorten-64-to-32 errors in ex_data.c. 2 years ago
Adam Langley 726585c58e acvptool: KDA replaces KAS-KDF for HKDF. 2 years ago
David Benjamin c7b255e5bb Add NO_CHECK_TIME to SSLTest.ECHBuiltinVerifier too 2 years ago
David Benjamin 29723828ec Rewrite i2o_ECPublicKey with CBB_finish_i2d. 2 years ago
Bob Beck 28f96c2686 Fix timebomb by disabling time check in this test 2 years ago
Christopher Peterson Sauer 99eac424d8 [Bazel] Support More Platforms 2 years ago
David Benjamin 02f7705dff Add int casts to BIO_ctrl calls where appropriate. 2 years ago
David Benjamin 1a46f8fb6f Switch microsecond and iteration counts in bssl speed to uint64_t. 2 years ago
David Benjamin c477d1e33e Finish porting dsa_test.cc to GTest. 2 years ago
David Benjamin e30a652a36 Remove unnecessary L suffixes on DES constants. 2 years ago
David Benjamin 9211b80f1e Fix up some integer types in crypto/asn1 2 years ago
David Benjamin 55c32b6429 Use a sized type for asn1t.h flags. 2 years ago
David Benjamin 3a1b7306ac Don't allow the caller to configure invalid signature algorithms. 2 years ago
David Benjamin e8f57ca134 Never accidentally use SSL_SIGN_RSA_PKCS1_MD5_SHA1 at TLS 1.2. 2 years ago
David Benjamin 7ad733c81a Add a copy of ninja from CIPD to util/bot/DEPS 2 years ago
Pete Bentley afbd7cf2ae Include ctrdrbg.h in the Rust wrapper. 2 years ago
David Benjamin e40d0f8ee1 Test, re-document, and deprecate EVP_Cipher. 2 years ago
David Benjamin 8417bacf19 Test streaming the AAD into EVP_CIPHER_CTX. 2 years ago
David Benjamin 9992ad269d Add negative tests for the EVP_CIPHER tag check. 2 years ago
David Benjamin b5b1c61f60 Test the most likely point for calling EVP_CIPHER_CTX_copy. 2 years ago
David Benjamin 1ce2ec71c3 Give cipher tests a common entrypoint. 2 years ago
David Benjamin 7f7599a726 Correct the maximum output size in cipher_test.cc 2 years ago
David Benjamin e0d601a57f Tidy up cipher_test.cc slightly 2 years ago
David Benjamin db10ae5036 Cap Montgomery moduli to 8 KiB. 2 years ago
David Benjamin de434576d7 Fix allocation size in BN_mod_exp_mont_consttime. 2 years ago
Adam Langley 3ae0778f3d delocate: learn about more Aarch64 registers. 2 years ago
Adam Langley 87cbe22b59 Preprocess asm on all platforms with delocate. 2 years ago
David Benjamin d94d41ca39 Add a note in bn.h that this is not for general-purpose math. 2 years ago
David Benjamin 4463657435 Minor style tweaks in BN_mod_exp_mont_consttime. 2 years ago
David Benjamin f3a0b745c1 Bump Go version in go.mod and run go mod tidy. 2 years ago
David Benjamin cdc1299f83 Split bn_tests.txt into several test files. 2 years ago
David Benjamin 27e45c4342 Work around some valgrind warnings in GTest. 2 years ago
David Benjamin 7ab49bf0af Fix comments now BN_mod_exp_mont_consttime is not cache-line-sensitive 2 years ago
David Benjamin a880d2ac82 Replace MOD_EXP_CTIME_ALIGN with align_pointer. 2 years ago
Bob Beck 2fd8de6534 Add a hint to the C++ ending guard message 2 years ago
Bob Beck 6cda656e4a Make OPENSSL_tm_to_posix and OPENSSL_posix_to_tm public API 2 years ago
Adam Langley 31dcfcd080 delocate: be able to preprocess inputs. 2 years ago
David Benjamin e0bb21bc8f Update x86_64-mont5.pl and RSAZ comments a bit. 2 years ago
David Benjamin e5c86b7405 Update SDE. 2 years ago
David Benjamin aa72a6c3fa Update build tools. 2 years ago