|
|
|
@ -1682,9 +1682,9 @@ Gem::Specification.new do |s| |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/ec/wnaf.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/ecdh/ecdh.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/ecdsa/ecdsa.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/ecdsa/internal.h ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/hmac/hmac.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/is_fips.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/md4/md4.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/md5/internal.h ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/md5/md5.c ) |
|
|
|
@ -1708,7 +1708,6 @@ Gem::Specification.new do |s| |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/rsa/padding.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/rsa/rsa.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/rsa/rsa_impl.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/self_check/fips.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/self_check/self_check.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/sha/internal.h ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/fipsmodule/sha/sha1-altivec.c ) |
|
|
|
@ -1795,6 +1794,7 @@ Gem::Specification.new do |s| |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/x509/x509_ext.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/x509/x509_lu.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/x509/x509_obj.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/x509/x509_r2x.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/x509/x509_req.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/x509/x509_set.c ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/crypto/x509/x509_trs.c ) |
|
|
|
@ -1891,7 +1891,6 @@ Gem::Specification.new do |s| |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/engine.h ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/err.h ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/evp.h ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/evp_errors.h ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/ex_data.h ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/hkdf.h ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/include/openssl/hmac.h ) |
|
|
|
@ -1940,7 +1939,6 @@ Gem::Specification.new do |s| |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/ssl/d1_srtp.cc ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/ssl/dtls_method.cc ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/ssl/dtls_record.cc ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/ssl/encrypted_client_hello.cc ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/ssl/handoff.cc ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/ssl/handshake.cc ) |
|
|
|
|
s.files += %w( third_party/boringssl-with-bazel/src/ssl/handshake_client.cc ) |
|
|
|
|