@ -7740,6 +7740,7 @@ LIBBORINGSSL_SRC = \
third_party/boringssl/crypto/bytestring/ber.c \
third_party/boringssl/crypto/bytestring/cbb.c \
third_party/boringssl/crypto/bytestring/cbs.c \
third_party/boringssl/crypto/bytestring/unicode.c \
third_party/boringssl/crypto/chacha/chacha.c \
third_party/boringssl/crypto/cipher_extra/cipher_extra.c \
third_party/boringssl/crypto/cipher_extra/derive_key.c \
@ -7750,7 +7751,6 @@ LIBBORINGSSL_SRC = \
third_party/boringssl/crypto/cipher_extra/e_null.c \
third_party/boringssl/crypto/cipher_extra/e_rc2.c \
third_party/boringssl/crypto/cipher_extra/e_rc4.c \
third_party/boringssl/crypto/cipher_extra/e_ssl3.c \
third_party/boringssl/crypto/cipher_extra/e_tls.c \
third_party/boringssl/crypto/cipher_extra/tls_cbc.c \
third_party/boringssl/crypto/cmac/cmac.c \
@ -7771,7 +7771,8 @@ LIBBORINGSSL_SRC = \
third_party/boringssl/crypto/dsa/dsa.c \
third_party/boringssl/crypto/dsa/dsa_asn1.c \
third_party/boringssl/crypto/ec_extra/ec_asn1.c \
third_party/boringssl/crypto/ecdh/ecdh.c \
third_party/boringssl/crypto/ec_extra/ec_derive.c \
third_party/boringssl/crypto/ecdh_extra/ecdh_extra.c \
third_party/boringssl/crypto/ecdsa_extra/ecdsa_asn1.c \
third_party/boringssl/crypto/engine/engine.c \
third_party/boringssl/crypto/err/err.c \
@ -7786,14 +7787,18 @@ LIBBORINGSSL_SRC = \
third_party/boringssl/crypto/evp/p_ed25519_asn1.c \
third_party/boringssl/crypto/evp/p_rsa.c \
third_party/boringssl/crypto/evp/p_rsa_asn1.c \
third_party/boringssl/crypto/evp/p_x25519.c \
third_party/boringssl/crypto/evp/p_x25519_asn1.c \
third_party/boringssl/crypto/evp/pbkdf.c \
third_party/boringssl/crypto/evp/print.c \
third_party/boringssl/crypto/evp/scrypt.c \
third_party/boringssl/crypto/evp/sign.c \
third_party/boringssl/crypto/ex_data.c \
third_party/boringssl/crypto/fipsmodule/bcm.c \
third_party/boringssl/crypto/fipsmodule/fips_shared_support.c \
third_party/boringssl/crypto/fipsmodule/is_fips.c \
third_party/boringssl/crypto/hkdf/hkdf.c \
third_party/boringssl/crypto/hrss/hrss.c \
third_party/boringssl/crypto/lhash/lhash.c \
third_party/boringssl/crypto/mem.c \
third_party/boringssl/crypto/obj/obj.c \
@ -7824,6 +7829,8 @@ LIBBORINGSSL_SRC = \
third_party/boringssl/crypto/refcount_c11.c \
third_party/boringssl/crypto/refcount_lock.c \
third_party/boringssl/crypto/rsa_extra/rsa_asn1.c \
third_party/boringssl/crypto/rsa_extra/rsa_print.c \
third_party/boringssl/crypto/siphash/siphash.c \
third_party/boringssl/crypto/stack/stack.c \
third_party/boringssl/crypto/thread.c \
third_party/boringssl/crypto/thread_none.c \
@ -7900,6 +7907,7 @@ LIBBORINGSSL_SRC = \
third_party/boringssl/crypto/x509v3/v3_int.c \
third_party/boringssl/crypto/x509v3/v3_lib.c \
third_party/boringssl/crypto/x509v3/v3_ncons.c \
third_party/boringssl/crypto/x509v3/v3_ocsp.c \
third_party/boringssl/crypto/x509v3/v3_pci.c \
third_party/boringssl/crypto/x509v3/v3_pcia.c \
third_party/boringssl/crypto/x509v3/v3_pcons.c \
@ -7911,7 +7919,6 @@ LIBBORINGSSL_SRC = \
third_party/boringssl/crypto/x509v3/v3_sxnet.c \
third_party/boringssl/crypto/x509v3/v3_utl.c \
third_party/boringssl/ssl/bio_ssl.cc \
third_party/boringssl/ssl/custom_extensions.cc \
third_party/boringssl/ssl/d1_both.cc \
third_party/boringssl/ssl/d1_lib.cc \
third_party/boringssl/ssl/d1_pkt.cc \
@ -7978,6 +7985,7 @@ LIBBORINGSSL_TEST_UTIL_SRC = \
third_party/boringssl/crypto/test/file_test.cc \
third_party/boringssl/crypto/test/malloc.cc \
third_party/boringssl/crypto/test/test_util.cc \
third_party/boringssl/crypto/test/wycheproof_util.cc \
PUBLIC_HEADERS_CXX += \
@ -20163,8 +20171,10 @@ endif
BORINGSSL_SSL_TEST_SRC = \
third_party/boringssl/crypto/test/abi_test.cc \
third_party/boringssl/crypto/test/gtest_main.cc \
third_party/boringssl/ssl/span_test.cc \
third_party/boringssl/ssl/ssl_c_test.c \
third_party/boringssl/ssl/ssl_test.cc \
BORINGSSL_SSL_TEST_OBJS = $( addprefix $( OBJDIR) /$( CONFIG) /, $( addsuffix .o, $( basename $( BORINGSSL_SSL_TEST_SRC) ) ) )
@ -20195,10 +20205,14 @@ endif
$(BORINGSSL_SSL_TEST_OBJS) : CPPFLAGS += -Ithird_party /boringssl /include -fvisibility =hidden -DOPENSSL_NO_ASM -D_GNU_SOURCE -DWIN 32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS =0 -DNOMINMAX
$(BORINGSSL_SSL_TEST_OBJS) : CXXFLAGS += -fno -exceptions
$(BORINGSSL_SSL_TEST_OBJS) : CFLAGS += -g
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/test/abi_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/test/gtest_main.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/ssl/span_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/ssl/ssl_c_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/ssl/ssl_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
deps_boringssl_ssl_test : $( BORINGSSL_SSL_TEST_OBJS :.o =.dep )
@ -20210,6 +20224,7 @@ endif
BORINGSSL_CRYPTO_TEST_SRC = \
src/boringssl/crypto_test_data.cc \
third_party/boringssl/crypto/abi_self_test.cc \
third_party/boringssl/crypto/asn1/asn1_test.cc \
third_party/boringssl/crypto/base64/base64_test.cc \
third_party/boringssl/crypto/bio/bio_test.cc \
@ -20221,13 +20236,14 @@ BORINGSSL_CRYPTO_TEST_SRC = \
third_party/boringssl/crypto/cmac/cmac_test.cc \
third_party/boringssl/crypto/compiler_test.cc \
third_party/boringssl/crypto/constant_time_test.cc \
third_party/boringssl/crypto/cpu-arm-linux_test.cc \
third_party/boringssl/crypto/curve25519/ed25519_test.cc \
third_party/boringssl/crypto/curve25519/spake25519_test.cc \
third_party/boringssl/crypto/curve25519/x25519_test.cc \
third_party/boringssl/crypto/dh/dh_test.cc \
third_party/boringssl/crypto/digest_extra/digest_test.cc \
third_party/boringssl/crypto/dsa/dsa_test.cc \
third_party/boringssl/crypto/ecdh/ecdh_test.cc \
third_party/boringssl/crypto/ecdh_extra /ecdh_test.cc \
third_party/boringssl/crypto/err/err_test.cc \
third_party/boringssl/crypto/evp/evp_extra_test.cc \
third_party/boringssl/crypto/evp/evp_test.cc \
@ -20238,24 +20254,34 @@ BORINGSSL_CRYPTO_TEST_SRC = \
third_party/boringssl/crypto/fipsmodule/ec/ec_test.cc \
third_party/boringssl/crypto/fipsmodule/ec/p256-x86_64_test.cc \
third_party/boringssl/crypto/fipsmodule/ecdsa/ecdsa_test.cc \
third_party/boringssl/crypto/fipsmodule/md5/md5_test.cc \
third_party/boringssl/crypto/fipsmodule/modes/gcm_test.cc \
third_party/boringssl/crypto/fipsmodule/rand/ctrdrbg_test.cc \
third_party/boringssl/crypto/fipsmodule/sha/sha_test.cc \
third_party/boringssl/crypto/hkdf/hkdf_test.cc \
third_party/boringssl/crypto/hmac_extra/hmac_test.cc \
third_party/boringssl/crypto/hrss/hrss_test.cc \
third_party/boringssl/crypto/impl_dispatch_test.cc \
third_party/boringssl/crypto/lhash/lhash_test.cc \
third_party/boringssl/crypto/obj/obj_test.cc \
third_party/boringssl/crypto/pem/pem_test.cc \
third_party/boringssl/crypto/pkcs7/pkcs7_test.cc \
third_party/boringssl/crypto/pkcs8/pkcs12_test.cc \
third_party/boringssl/crypto/pkcs8/pkcs8_test.cc \
third_party/boringssl/crypto/poly1305/poly1305_test.cc \
third_party/boringssl/crypto/pool/pool_test.cc \
third_party/boringssl/crypto/rand_extra/rand_test.cc \
third_party/boringssl/crypto/refcount_test.cc \
third_party/boringssl/crypto/rsa_extra/rsa_test.cc \
third_party/boringssl/crypto/self_test.cc \
third_party/boringssl/crypto/siphash/siphash_test.cc \
third_party/boringssl/crypto/stack/stack_test.cc \
third_party/boringssl/crypto/test/abi_test.cc \
third_party/boringssl/crypto/test/file_test_gtest.cc \
third_party/boringssl/crypto/test/gtest_main.cc \
third_party/boringssl/crypto/thread_test.cc \
third_party/boringssl/crypto/x509/x509_test.cc \
third_party/boringssl/crypto/x509/x509_time_test.cc \
third_party/boringssl/crypto/x509v3/tab_test.cc \
third_party/boringssl/crypto/x509v3/v3name_test.cc \
@ -20289,6 +20315,8 @@ $(BORINGSSL_CRYPTO_TEST_OBJS): CXXFLAGS += -fno-exceptions
$(BORINGSSL_CRYPTO_TEST_OBJS) : CFLAGS += -g
$(OBJDIR)/$(CONFIG)/src/boringssl/crypto_test_data.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/abi_self_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/asn1/asn1_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/base64/base64_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
@ -20311,6 +20339,8 @@ $(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/compiler_test.o: $(LIBDIR)/$(C
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/constant_time_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/cpu-arm-linux_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/curve25519/ed25519_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/curve25519/spake25519_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
@ -20323,7 +20353,7 @@ $(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/digest_extra/digest_test.o: $(
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/dsa/dsa_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/ecdh/ecdh_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/ecdh_extra /ecdh_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/err/err_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
@ -20345,18 +20375,28 @@ $(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/ec/p256-x86_64_test.
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/ecdsa/ecdsa_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/md5/md5_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/modes/gcm_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/rand/ctrdrbg_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/fipsmodule/sha/sha_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/hkdf/hkdf_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/hmac_extra/hmac_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/hrss/hrss_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/impl_dispatch_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/lhash/lhash_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/obj/obj_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/pem/pem_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/pkcs7/pkcs7_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/pkcs8/pkcs12_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
@ -20367,12 +20407,20 @@ $(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/poly1305/poly1305_test.o: $(LI
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/pool/pool_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/rand_extra/rand_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/refcount_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/rsa_extra/rsa_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/self_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/siphash/siphash_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/stack/stack_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/test/abi_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/test/file_test_gtest.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/test/gtest_main.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
@ -20381,6 +20429,8 @@ $(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/thread_test.o: $(LIBDIR)/$(CON
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/x509/x509_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/x509/x509_time_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/x509v3/tab_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a
$(OBJDIR)/$(CONFIG)/third_party/boringssl/crypto/x509v3/v3name_test.o : $( LIBDIR ) /$( CONFIG ) /libboringssl_test_util .a $( LIBDIR ) /$( CONFIG ) /libboringssl .a