Mirror of BoringSSL (grpc依赖) https://boringssl.googlesource.com/boringssl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Benjamin b7d6320be9 Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
..
asn1 Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
base64 Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
bio Fix build with MSVC 2022. 2 years ago
blake2 Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
bn_extra Add APIs for checking ASN.1 INTEGERs. 4 years ago
buf acvp: add CMAC-AES support. 4 years ago
bytestring Validate ASN.1 times according to RFC 5280 2 years ago
chacha Don't use __ARMEL__/__ARMEB__ in aarch64 assembly 3 years ago
cipher_extra Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
conf conf: fix getting keys from the default section. 3 years ago
curve25519 Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
des Move DES out of the FIPS module. 3 years ago
dh_extra Add DH_compute_key_padded. 4 years ago
digest_extra Include SHA512-256 in EVP_get_digestbyname and EVP_MD_do_all. 3 years ago
dsa Fix the easy -Wformat-signedness errors. 3 years ago
ec_extra Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
ecdh_extra acvp: add CMAC-AES support. 4 years ago
ecdsa_extra acvp: add CMAC-AES support. 4 years ago
engine acvp: add CMAC-AES support. 4 years ago
err Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
evp Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
fipsmodule Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
hkdf Add EVP_PKEY_HKDF for OpenSSL compatibility. 2 years ago
hmac_extra Add note to HMAC test vectors from NIST 3 years ago
hpke HPKE is now RFC 9180. 3 years ago
hrss Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
lhash Fix build with MSVC 2022. 2 years ago
obj Add EVP_PKEY_HKDF for OpenSSL compatibility. 2 years ago
pem Remove PEM_X509_INFO_write_bio. 2 years ago
perlasm Use C preprocessor comments in assembly headers. 3 years ago
pkcs7 Add PKCS7_bundle_raw_certificates function which takes CRYPTO_BUFFERs 3 years ago
pkcs8 Const-correct and document EVP_PKCS82PKEY and EVP_PKEY2PKCS8. 2 years ago
poly1305 Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
pool Switch CRYPTO_BUFFER_POOL to SipHash-2-4. 3 years ago
rand_extra Revert "Fetch entropy from a system daemon in FIPS mode on Android." 2 years ago
rc4 acvp: add CMAC-AES support. 4 years ago
rsa_extra Validate RSA public keys more consistently. 4 years ago
siphash Replace some more C unions. 2 years ago
stack Fix build with MSVC 2022. 2 years ago
test Try to require C++14. 3 years ago
trust_token Add fixed key generation for Trust Token. 2 years ago
x509 Make time_t conversions. Give up on the OS provided ones. 2 years ago
x509v3 Const-correct X509_EXTENSION functions, as best we can. 2 years ago
CMakeLists.txt Make time_t conversions. Give up on the OS provided ones. 2 years ago
abi_self_test.cc Remove VS 2015 support. 3 years ago
compiler_test.cc acvp: add CMAC-AES support. 4 years ago
constant_time_test.cc acvp: add CMAC-AES support. 4 years ago
cpu_aarch64_apple.c Don't #include "internal.h" twice. 3 years ago
cpu_aarch64_fuchsia.c Add ARMV8_SHA512 detection for Fuchsia. 3 years ago
cpu_aarch64_linux.c Move CPU detection symbols to crypto/internal.h. 3 years ago
cpu_aarch64_win.c Move CPU detection symbols to crypto/internal.h. 3 years ago
cpu_arm.c Move CPU detection symbols to crypto/internal.h. 3 years ago
cpu_arm_linux.c Move CPU detection symbols to crypto/internal.h. 3 years ago
cpu_arm_linux.h Rename CPU feature files with underscores. 3 years ago
cpu_arm_linux_test.cc Rename CPU feature files with underscores. 3 years ago
cpu_intel.c Move CPU detection symbols to crypto/internal.h. 3 years ago
cpu_ppc64le.c Move CPU detection symbols to crypto/internal.h. 3 years ago
crypto.c Switch __ARM_FEATURE_CRYPTO to __ARM_FEATURE_{AES,SHA2}. 3 years ago
crypto_test.cc Allow the integrity test to be run on demand. 3 years ago
ex_data.c acvp: add CMAC-AES support. 4 years ago
impl_dispatch_test.cc Check static CPU capabilities on x86. 3 years ago
internal.h Rearrange the C11 vs MSVC check. 2 years ago
mem.c Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
refcount_c11.c Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
refcount_lock.c Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
refcount_test.cc acvp: add CMAC-AES support. 4 years ago
self_test.cc acvp: add CMAC-AES support. 4 years ago
thread.c acvp: add CMAC-AES support. 4 years ago
thread_none.c acvp: add CMAC-AES support. 4 years ago
thread_pthread.c Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago
thread_test.cc acvp: add CMAC-AES support. 4 years ago
thread_win.c Replace OPENSSL_STATIC_ASSERT with static_assert. 2 years ago