|
|
|
@ -964,7 +964,6 @@ Gem::Specification.new do |s| |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/fipsmodule/md5/internal.h ) |
|
|
|
|
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 ) |
|
|
|
@ -1064,6 +1063,7 @@ Gem::Specification.new do |s| |
|
|
|
|
s.files += %w( third_party/boringssl/include/openssl/rsa.h ) |
|
|
|
|
s.files += %w( third_party/boringssl/include/openssl/safestack.h ) |
|
|
|
|
s.files += %w( third_party/boringssl/include/openssl/sha.h ) |
|
|
|
|
s.files += %w( third_party/boringssl/include/openssl/siphash.h ) |
|
|
|
|
s.files += %w( third_party/boringssl/include/openssl/span.h ) |
|
|
|
|
s.files += %w( third_party/boringssl/include/openssl/srtp.h ) |
|
|
|
|
s.files += %w( third_party/boringssl/include/openssl/ssl.h ) |
|
|
|
@ -1182,12 +1182,15 @@ Gem::Specification.new do |s| |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/evp/p_ed25519_asn1.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/evp/p_rsa.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/evp/p_rsa_asn1.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/evp/p_x25519.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/evp/p_x25519_asn1.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/evp/pbkdf.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/evp/print.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/evp/scrypt.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/evp/sign.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/ex_data.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/fipsmodule/bcm.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/fipsmodule/fips_shared_support.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/fipsmodule/is_fips.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/hkdf/hkdf.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/hrss/hrss.c ) |
|
|
|
@ -1222,6 +1225,7 @@ Gem::Specification.new do |s| |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/refcount_lock.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/rsa_extra/rsa_asn1.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/rsa_extra/rsa_print.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/siphash/siphash.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/stack/stack.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/thread.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/crypto/thread_none.c ) |
|
|
|
@ -1346,8 +1350,8 @@ Gem::Specification.new do |s| |
|
|
|
|
s.files += %w( third_party/boringssl/ssl/tls_method.cc ) |
|
|
|
|
s.files += %w( third_party/boringssl/ssl/tls_record.cc ) |
|
|
|
|
s.files += %w( third_party/boringssl/third_party/fiat/curve25519.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/third_party/sike/P503.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/third_party/sike/asm/fp_generic.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/third_party/sike/curve_params.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/third_party/sike/fpx.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/third_party/sike/isogeny.c ) |
|
|
|
|
s.files += %w( third_party/boringssl/third_party/sike/sike.c ) |
|
|
|
|