diff options
Diffstat (limited to 'grpc.gemspec')
-rw-r--r-- | grpc.gemspec | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 21e83e26ad..1e4722d635 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -788,18 +788,18 @@ Gem::Specification.new do |s| s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/internal.h ) s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/oct.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/p224-64.c ) - s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/p256-64.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/p256-x86_64-table.h ) s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/p256-x86_64.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/p256-x86_64.h ) s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/simple.c ) - s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/util-64.c ) + s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/util.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/ec/wnaf.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/ecdsa/ecdsa.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/hmac/hmac.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/md4/md4.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/md5/md5.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/modes/cbc.c ) + s.files += %w( third_party/boringssl/crypto/fipsmodule/modes/ccm.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/modes/cfb.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/modes/ctr.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/modes/gcm.c ) @@ -815,10 +815,13 @@ Gem::Specification.new do |s| s.files += %w( third_party/boringssl/crypto/fipsmodule/rsa/padding.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/rsa/rsa.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/rsa/rsa_impl.c ) + s.files += %w( third_party/boringssl/crypto/fipsmodule/self_check/self_check.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/sha/sha1-altivec.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/sha/sha1.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/sha/sha256.c ) s.files += %w( third_party/boringssl/crypto/fipsmodule/sha/sha512.c ) + s.files += %w( third_party/boringssl/crypto/fipsmodule/tls/internal.h ) + s.files += %w( third_party/boringssl/crypto/fipsmodule/tls/kdf.c ) s.files += %w( third_party/boringssl/crypto/internal.h ) s.files += %w( third_party/boringssl/crypto/obj/obj_dat.h ) s.files += %w( third_party/boringssl/crypto/pkcs7/internal.h ) @@ -904,7 +907,9 @@ Gem::Specification.new do |s| s.files += %w( third_party/boringssl/include/openssl/x509_vfy.h ) s.files += %w( third_party/boringssl/include/openssl/x509v3.h ) s.files += %w( third_party/boringssl/ssl/internal.h ) + s.files += %w( third_party/boringssl/third_party/fiat/curve25519_tables.h ) s.files += %w( third_party/boringssl/third_party/fiat/internal.h ) + s.files += %w( third_party/boringssl/third_party/fiat/p256.c ) s.files += %w( src/boringssl/err_data.c ) s.files += %w( third_party/boringssl/crypto/asn1/a_bitstr.c ) s.files += %w( third_party/boringssl/crypto/asn1/a_bool.c ) @@ -957,6 +962,7 @@ Gem::Specification.new do |s| s.files += %w( third_party/boringssl/crypto/chacha/chacha.c ) s.files += %w( third_party/boringssl/crypto/cipher_extra/cipher_extra.c ) s.files += %w( third_party/boringssl/crypto/cipher_extra/derive_key.c ) + s.files += %w( third_party/boringssl/crypto/cipher_extra/e_aesccm.c ) s.files += %w( third_party/boringssl/crypto/cipher_extra/e_aesctrhmac.c ) s.files += %w( third_party/boringssl/crypto/cipher_extra/e_aesgcmsiv.c ) s.files += %w( third_party/boringssl/crypto/cipher_extra/e_chacha20poly1305.c ) @@ -968,6 +974,7 @@ Gem::Specification.new do |s| s.files += %w( third_party/boringssl/crypto/cipher_extra/tls_cbc.c ) s.files += %w( third_party/boringssl/crypto/cmac/cmac.c ) s.files += %w( third_party/boringssl/crypto/conf/conf.c ) + s.files += %w( third_party/boringssl/crypto/cpu-aarch64-fuchsia.c ) s.files += %w( third_party/boringssl/crypto/cpu-aarch64-linux.c ) s.files += %w( third_party/boringssl/crypto/cpu-arm-linux.c ) s.files += %w( third_party/boringssl/crypto/cpu-arm.c ) @@ -975,7 +982,6 @@ Gem::Specification.new do |s| s.files += %w( third_party/boringssl/crypto/cpu-ppc64le.c ) s.files += %w( third_party/boringssl/crypto/crypto.c ) s.files += %w( third_party/boringssl/crypto/curve25519/spake25519.c ) - s.files += %w( third_party/boringssl/crypto/curve25519/x25519-x86_64.c ) s.files += %w( third_party/boringssl/crypto/dh/check.c ) s.files += %w( third_party/boringssl/crypto/dh/dh.c ) s.files += %w( third_party/boringssl/crypto/dh/dh_asn1.c ) @@ -1131,6 +1137,7 @@ Gem::Specification.new do |s| s.files += %w( third_party/boringssl/ssl/d1_srtp.cc ) s.files += %w( third_party/boringssl/ssl/dtls_method.cc ) s.files += %w( third_party/boringssl/ssl/dtls_record.cc ) + s.files += %w( third_party/boringssl/ssl/handoff.cc ) s.files += %w( third_party/boringssl/ssl/handshake.cc ) s.files += %w( third_party/boringssl/ssl/handshake_client.cc ) s.files += %w( third_party/boringssl/ssl/handshake_server.cc ) |