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 8b988b8b8d Tidy up how ASN1_STRING_print_ex figures out the type. 3 years ago
..
asn1 Tidy up how ASN1_STRING_print_ex figures out the type. 3 years ago
base64
bio Retire the Windows BIO_printf workaround. 3 years ago
blake2
bn_extra
buf
bytestring Reject [UNIVERSAL 0] in DER/BER element parsers. 3 years ago
chacha Don't use __ARMEL__/__ARMEB__ in aarch64 assembly 3 years ago
cipher_extra Update comment in light of prior change. 3 years ago
cmac
conf
curve25519 Update fiat-crypto. 3 years ago
des Move DES out of the FIPS module. 3 years ago
dh_extra
digest_extra
dsa
ec_extra
ecdh_extra
ecdsa_extra
engine
err Use X509 certificate alias as friendlyName in PKCS12 3 years ago
evp
fipsmodule Replace the last strcasecmp with OPENSSL_strcasecmp. 3 years ago
hkdf
hmac_extra
hpke HPKE is now RFC 9180. 3 years ago
hrss hrss: always normalize. 3 years ago
lhash
obj
pem Implement PEM_read_bio_DHparams with the macro. 3 years ago
perlasm
pkcs7
pkcs8 Use X509 certificate alias as friendlyName in PKCS12 3 years ago
poly1305 Work around another C language bug with empty spans. 3 years ago
pool Switch CRYPTO_BUFFER_POOL to SipHash-2-4. 3 years ago
rand_extra Move CPU detection symbols to crypto/internal.h. 3 years ago
rc4
rsa_extra
siphash
stack
test Try to require C++14. 3 years ago
trust_token
x509 Remove code added to avoid SHA1 weakness. 3 years ago
x509v3 Replace internal use sha1 hash with sha256. 3 years ago
CMakeLists.txt Fix build for older CMake versions. 3 years ago
abi_self_test.cc Remove VS 2015 support. 3 years ago
compiler_test.cc
constant_time_test.cc
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
cpu_arm_linux_test.cc
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
impl_dispatch_test.cc Check static CPU capabilities on x86. 3 years ago
internal.h Try to require C11 (in non-MSVC compilers). 3 years ago
mem.c ASAN replaces malloc and free with its own implementation. 3 years ago
refcount_c11.c
refcount_lock.c
refcount_test.cc
self_test.cc
thread.c
thread_none.c
thread_pthread.c
thread_test.cc
thread_win.c