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
Showing
- Makefile 58 additions, 4 deletionsMakefile
- build.json 28 additions, 0 deletionsbuild.json
- include/grpc/grpc_security.h 8 additions, 0 deletionsinclude/grpc/grpc_security.h
- include/grpc/support/slice.h 1 addition, 0 deletionsinclude/grpc/support/slice.h
- src/core/security/base64.c 197 additions, 0 deletionssrc/core/security/base64.c
- src/core/security/base64.h 48 additions, 0 deletionssrc/core/security/base64.h
- src/core/security/json_token.c 152 additions, 0 deletionssrc/core/security/json_token.c
- src/core/security/json_token.h 61 additions, 0 deletionssrc/core/security/json_token.h
- test/core/security/base64_test.c 185 additions, 0 deletionstest/core/security/base64_test.c
- test/core/security/json_token_test.c 210 additions, 0 deletionstest/core/security/json_token_test.c
- vsprojects/vs2013/grpc.vcxproj 6 additions, 0 deletionsvsprojects/vs2013/grpc.vcxproj
Loading
Please register or sign in to comment