Yihua Zhang
|
a6dbc7adb5
|
rename spiffe to tls
|
5 years ago |
Prashant Jaikumar
|
c9117fa198
|
Fix C++ tests to enable running on android
|
5 years ago |
Esun Kim
|
e8863d0064
|
Fix new & delete match
|
5 years ago |
Esun Kim
|
e45b60d1fe
|
Fix unique_ptr<char> memory allocation mismatch
|
5 years ago |
Esun Kim
|
b2b7fc9af8
|
Replaced grpc_core::UniquePtr with std::unique_ptr
|
5 years ago |
Esun Kim
|
3a519a0b64
|
Replaced grpc_core New & Delete with C++ new & delete
|
5 years ago |
Lidi Zheng
|
c34bef4ca4
|
Format all Bazel files with buildifier
|
5 years ago |
Vijay Pai
|
2ded8cbadf
|
Remove unused parameter warning (14 of 20)
|
5 years ago |
Moiz Haidry
|
d874a260bb
|
Fix unused variable error
|
5 years ago |
Matthew Stevenson
|
c7802d488a
|
Fixed a small typos from previous commit.
|
5 years ago |
Matthew Stevenson
|
313bb5848e
|
Remove some unnecessary comments.
|
5 years ago |
Matthew Stevenson
|
ed198f5a54
|
Changed delete per Yang's comment.
|
5 years ago |
Matthew Stevenson
|
c45a97d8cd
|
Changed delete per Yang's comment.
|
5 years ago |
Jan Tattermusch
|
082f3dc14a
|
temporatily disable client_channel_stress_test on win RBE
|
6 years ago |
Matthew Stevenson
|
00cce90adf
|
Changes requested by Yihua.
|
6 years ago |
Matthew Stevenson
|
fba2fc2dba
|
Fourth
|
6 years ago |
Matthew Stevenson
|
d866d09b5c
|
Second round of small changes from e2e tests.
|
6 years ago |
Matthew Stevenson
|
a7f9d943d5
|
First set of small changes from development of e2e tests.
|
6 years ago |
Matthew Stevenson
|
10a39b77c6
|
Implemented changes outlined in addendum to design doc.
|
6 years ago |
Matthew Stevenson
|
5639867c2b
|
Clang changes.
|
6 years ago |
Matthew Stevenson
|
8e09d8745d
|
Implementing further comments by Yang.
|
6 years ago |
Matthew Stevenson
|
0a054cc6ea
|
Implementing Yang's secound round of comments.
|
6 years ago |
Matthew Stevenson
|
96c24347f7
|
Refactored the configs, per Yang's suggestions.
|
6 years ago |
Matthew Stevenson
|
282aef6031
|
Minor fixes revealed from developping the end-to-end tests.
|
6 years ago |
Matthew Stevenson
|
9457917ed1
|
Autogenerated files and clang format/tidy code
|
6 years ago |
Matthew Stevenson
|
c942282abc
|
Implemented Yihua's review comments
|
6 years ago |
Matthew Stevenson
|
1735135b27
|
Deleted extra xml file, removed server authorization check memory leaks
|
6 years ago |
Matthew Stevenson
|
5d9297d0bc
|
Fixed some memory leaks
|
6 years ago |
Matthew Stevenson
|
c2fd3844dc
|
Implemented Yihua's comments
|
6 years ago |
Matthew Stevenson
|
94d3e95e8d
|
Small changes to/for unit tests.
|
6 years ago |
Matthew Stevenson
|
4c26cc402f
|
Removed free statement from TlsCredentialReloadConfigCppToC test
|
6 years ago |
Matthew Stevenson
|
9da9c0786d
|
Added a line in build.yaml and starting to clean up memory leaks in unit tests
|
6 years ago |
Matthew Stevenson
|
e8b28dd27b
|
Autogenerated files
|
6 years ago |
Matthew Stevenson
|
3b9e7d9a3a
|
Fixed credential options unit test
|
6 years ago |
Matthew Stevenson
|
967b911f85
|
Add forgotten callback function for server authorization check.
|
6 years ago |
Matthew Stevenson
|
e37836b0c7
|
Fixed a few typos in unit tests
|
6 years ago |
Matthew Stevenson
|
d761619484
|
Finished unit tests
|
6 years ago |
Matthew Stevenson
|
6189d34724
|
Revert "Forgot to autogenerate files and run clang_format/tidy_code"
This reverts commit 9295e4ebb3 .
|
6 years ago |
Matthew Stevenson
|
9295e4ebb3
|
Forgot to autogenerate files and run clang_format/tidy_code
|
6 years ago |
Matthew Stevenson
|
52b72c00f1
|
Debugging after restores
|
6 years ago |
Matthew Stevenson
|
78e8fb731d
|
Restored credentials_test.cc
|
6 years ago |
Matthew Stevenson
|
1e46b38d66
|
Hid some key materials API's and refactored credential reload arg wrapper.
|
6 years ago |
Matthew Stevenson
|
f3f8bf05b2
|
Fix conflicts with ssl_utils.h
|
6 years ago |
Matthew Stevenson
|
f169b4b28e
|
Update CredentialReloadArg unit test
|
6 years ago |
Matthew Stevenson
|
094c35f872
|
Small changes to ssl_util.h, added comments, fixed error in key materials unit test
|
6 years ago |
Matthew Stevenson
|
aa207510ce
|
Finished implementation of API's.
|
6 years ago |
Matthew Stevenson
|
c5acf9e3c7
|
Fixed undeclared dependency and added std::move in setter functions
|
6 years ago |
Matthew Stevenson
|
5980d0d10d
|
Added unit tests and fixed some build problems
|
6 years ago |
yang-g
|
5779dd935a
|
Qualify the error code with StatusCode::
|
6 years ago |
Julien Boeuf
|
109edca971
|
Adding C++ API and implementation for STS credentials:
- marked as experimental.
- also changed the name of a field in the options struct.
|
6 years ago |