aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar tdbhacks <aburaggina@google.com>2018-07-20 16:41:44 -0700
committerGravatar tdbhacks <aburaggina@google.com>2018-08-09 11:01:31 -0700
commitbcd747d42d11c92c3d37aef8d8b45a043ff5d79c (patch)
tree46229383a1c2821d91edf06bfe5843dd45bbb4ba /gRPC-C++.podspec
parentcb87dd9fef97d1e1fb2559be68188c0792a3ecd8 (diff)
Added system roots feature to load roots from OS trust store
Added a flag-guarded feature that allows gRPC to load TLS/SSL roots from the OS trust store. This is the Linux-specific implementation of such feature.
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r--gRPC-C++.podspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec
index 1d9237bf62..1d3cedb16b 100644
--- a/gRPC-C++.podspec
+++ b/gRPC-C++.podspec
@@ -278,6 +278,8 @@ Pod::Spec.new do |s|
'src/core/lib/security/credentials/plugin/plugin_credentials.h',
'src/core/lib/security/credentials/ssl/ssl_credentials.h',
'src/core/lib/security/security_connector/alts_security_connector.h',
+ 'src/core/lib/security/security_connector/load_system_roots.h',
+ 'src/core/lib/security/security_connector/load_system_roots_linux.h',
'src/core/lib/security/security_connector/local_security_connector.h',
'src/core/lib/security/security_connector/security_connector.h',
'src/core/lib/security/transport/auth_filters.h',