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 3a036c76eb Add SSL_ech_accepted API and ech_is_required alerts. 4 years ago
..
asn1 Fix a memory leak with d2i_ASN1_OBJECT object reuse. 4 years ago
base64
bio Use gai_strerrorA on Windows. 4 years ago
blake2 Add basic BLAKE2b-256 support. 4 years ago
bn_extra
buf
bytestring Allow some non-minimal lengths in BER. 4 years ago
chacha fix #415: Perl scripts fail when building from a path with spaces 4 years ago
cipher_extra Ensure name not null in EVP_get_cipherbyname 4 years ago
cmac
conf
curve25519 Fix array-parameter warnings 4 years ago
dh_extra Add DH_compute_key_padded. 4 years ago
digest_extra Add basic BLAKE2b-256 support. 4 years ago
dsa
ec_extra
ecdh_extra
ecdsa_extra
engine
err Add SSL_ech_accepted API and ech_is_required alerts. 4 years ago
evp Add compatibility impl for EVP_PKEY_get0 4 years ago
fipsmodule fix #415: Perl scripts fail when building from a path with spaces 4 years ago
hkdf
hmac_extra
hpke Export the HPKE implementation. 4 years ago
hrss
lhash
obj Align with OpenSSL on constness of static ASN1_OBJECTs. 4 years ago
pem
perlasm Add ASM optimizations for Windows on Arm 4 years ago
pkcs7 Correctly order PKCS#7 certificates and CRLs. 4 years ago
pkcs8 Remove TODO to reverse the output of PKCS12_parse. 4 years ago
poly1305 Reference the newer ChaCha20-Poly1305 RFC. 4 years ago
pool
rand_extra Use passive entropy collection everywhere. 4 years ago
rc4
rsa_extra Validate RSA public keys more consistently. 4 years ago
siphash
stack
test Optimize suffix building in FileTest::ReadNext(). 4 years ago
trust_token
x509 Make X509_REQ and X509_REQ_INFO opaque. 4 years ago
x509v3 Rename X509V*_VERSION constants. 4 years ago
CMakeLists.txt Remove X509_REQ_to_X509. 4 years ago
abi_self_test.cc
compiler_test.cc
constant_time_test.cc
cpu-aarch64-fuchsia.c
cpu-aarch64-linux.c
cpu-aarch64-win.c Add ASM optimizations for Windows on Arm 4 years ago
cpu-arm-linux.c Skip runtime NEON checks if __ARM_NEON is defined. 4 years ago
cpu-arm-linux.h
cpu-arm-linux_test.cc
cpu-arm.c Align the ARM capability functions. 4 years ago
cpu-intel.c
cpu-ppc64le.c
crypto.c
crypto_test.cc FIPS counters for AES-CTR. 4 years ago
ex_data.c
impl_dispatch_test.cc
internal.h Move load/store helpers to crypto/internal.h. 4 years ago
mem.c Add some warnings on how to use OPENSSL_memory_* functions. 4 years ago
refcount_c11.c
refcount_lock.c
refcount_test.cc
self_test.cc
thread.c
thread_none.c
thread_pthread.c Remove OPENSSL_DANGEROUS_RELEASE_PTHREAD_KEY build flag. 4 years ago
thread_test.cc
thread_win.c