Skip to content

Commit 0fe5ee7

Browse files
committedDec 22, 2015
BoringSSL integration: non-vsprojects changes
1 parent d491897 commit 0fe5ee7

File tree

93 files changed

+16357
-42064
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+16357
-42064
lines changed
 

‎.gitmodules

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[submodule "third_party/zlib"]
22
path = third_party/zlib
33
url = https://github.com/madler/zlib
4-
[submodule "third_party/openssl"]
5-
path = third_party/openssl
6-
url = https://github.com/openssl/openssl.git
7-
branch = OpenSSL_1_0_2-stable
84
[submodule "third_party/protobuf"]
95
path = third_party/protobuf
106
url = https://github.com/google/protobuf.git
@@ -15,3 +11,6 @@
1511
[submodule "third_party/googletest"]
1612
path = third_party/googletest
1713
url = https://github.com/google/googletest.git
14+
[submodule "third_party/boringssl"]
15+
path = third_party/boringssl
16+
url = https://boringssl.googlesource.com/boringssl

‎BUILD

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ cc_library(
149149
"src/core/security/security_context.h",
150150
"src/core/tsi/fake_transport_security.h",
151151
"src/core/tsi/ssl_transport_security.h",
152+
"src/core/tsi/ssl_types.h",
152153
"src/core/tsi/transport_security.h",
153154
"src/core/tsi/transport_security_interface.h",
154155
"src/core/census/grpc_filter.h",
@@ -1242,6 +1243,7 @@ objc_library(
12421243
"src/core/security/security_context.h",
12431244
"src/core/tsi/fake_transport_security.h",
12441245
"src/core/tsi/ssl_transport_security.h",
1246+
"src/core/tsi/ssl_types.h",
12451247
"src/core/tsi/transport_security.h",
12461248
"src/core/tsi/transport_security_interface.h",
12471249
"src/core/census/grpc_filter.h",

0 commit comments

Comments
 (0)
Please sign in to comment.