aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013/grpc.vcxproj
diff options
context:
space:
mode:
authorGravatar jboeuf <jboeuf@google.com>2014-12-12 15:39:47 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2014-12-12 16:36:06 -0800
commitbefd26501a6dbc0dca9d12444b4d245fa5560db0 (patch)
tree1891340ab73ce69fb66e08ab09b1540526098ce7 /vsprojects/vs2013/grpc.vcxproj
parent993dfcef3ea9c511a47c8d7caed8b52e9584abb9 (diff)
Adding base utils for JWT service account workflow. OpenSSL base64 decoding is
a disaster and does not support url_safe which we need for the JWT. Change on 2014/12/12 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82020601
Diffstat (limited to 'vsprojects/vs2013/grpc.vcxproj')
-rw-r--r--vsprojects/vs2013/grpc.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/vsprojects/vs2013/grpc.vcxproj b/vsprojects/vs2013/grpc.vcxproj
index b421320bf7..84a043eb41 100644
--- a/vsprojects/vs2013/grpc.vcxproj
+++ b/vsprojects/vs2013/grpc.vcxproj
@@ -114,8 +114,10 @@
<ClInclude Include="..\..\src\core\iomgr\tcp_posix.h" />
<ClInclude Include="..\..\src\core\iomgr\tcp_server.h" />
<ClInclude Include="..\..\src\core\security\auth.h" />
+ <ClInclude Include="..\..\src\core\security\base64.h" />
<ClInclude Include="..\..\src\core\security\credentials.h" />
<ClInclude Include="..\..\src\core\security\google_root_certs.h" />
+ <ClInclude Include="..\..\src\core\security\json_token.h" />
<ClInclude Include="..\..\src\core\security\secure_transport_setup.h" />
<ClInclude Include="..\..\src\core\security\security_context.h" />
<ClInclude Include="..\..\src\core\statistics\census_interface.h" />
@@ -226,10 +228,14 @@
</ClCompile>
<ClCompile Include="..\..\src\core\security\auth.c">
</ClCompile>
+ <ClCompile Include="..\..\src\core\security\base64.c">
+ </ClCompile>
<ClCompile Include="..\..\src\core\security\credentials.c">
</ClCompile>
<ClCompile Include="..\..\src\core\security\google_root_certs.c">
</ClCompile>
+ <ClCompile Include="..\..\src\core\security\json_token.c">
+ </ClCompile>
<ClCompile Include="..\..\src\core\security\secure_transport_setup.c">
</ClCompile>
<ClCompile Include="..\..\src\core\security\security_context.c">