Ashitha Santhosh
ec4bfdfa57
Use pointer instead of reference parameter
5 years ago
Jan Tattermusch
649e706a12
print test case name and speedup under MSAN
5 years ago
Jan Tattermusch
78888d7861
avoid thread local unitialized problem under GRPC_PTHREAD_TLS
5 years ago
Vijay Pai
9cbd685304
Prevent use of pthread header
5 years ago
Alexander Polcyn
7ba01aa3a2
Fix differing parameter name clang tidy warning
5 years ago
Alexander Polcyn
074ecfb754
Post-review change: disable active RPC counting for the expected-to-fail tests
5 years ago
Alexander Polcyn
528d50ab15
Add a global queue to limit the number of outstanding ALTS handshakes
5 years ago
Alexander Polcyn
2a6cad41a4
Fix racey test assertion in alts_concurrent_connectivity_test
5 years ago
Alexander Polcyn
d7c51c6163
Have ALTS handshake clients do a RECV_STATUS op
5 years ago
Esun Kim
e45b60d1fe
Fix unique_ptr<char> memory allocation mismatch
5 years ago
Zhen Lian
ddf565db33
running clang-format -i on each modified files
5 years ago
Esun Kim
b2b7fc9af8
Replaced grpc_core::UniquePtr with std::unique_ptr
5 years ago
Alexander Polcyn
302c9e97cc
Fix alloc/dealloc mismatch in alts_concurrent_connectivity_test
5 years ago
Yash Tibrewal
e72e72bc49
Add const cast
5 years ago
Lidi Zheng
947c7b7216
Resolve conflict with master branch
5 years ago
Lidi Zheng
921094f738
Buildify test/core/tsi/alts/handshaker/BUILD
5 years ago
Lidi Zheng
c34bef4ca4
Format all Bazel files with buildifier
5 years ago
Alexander Polcyn
6bb8629879
Add tests that expose a race and lock cycle in alts client, fix TSAN issues
5 years ago
Zhen Lian
e8d570618e
[Exposing ALTS Context 1/2] Fill in context on TSI and Security Connector Layer
5 years ago
Vijay Pai
7aa662b97b
Remove unused-parameter warnings, round 2 (18 of 19)
5 years ago
Vijay Pai
d4b68b11aa
clang-format
5 years ago
Vijay Pai
2ded8cbadf
Remove unused parameter warning (14 of 20)
5 years ago
Vijay Pai
17c8c4c4f2
Remove unused parameter warning (13 of 20)
5 years ago
Jan Tattermusch
3ce50ae754
disable some test on windows based on build.yaml
5 years ago
Ashitha Santhosh
8695c464dc
Expose max protected frame size value for testing.
5 years ago
Esun Kim
be4e684a82
Migrated tsi/alts from nanopb to upb
5 years ago
Yihua Zhang
c414fe06f8
add cred data to BUILD files
5 years ago
Yihua Zhang
8a301a438a
revision 1
5 years ago
Yihua Zhang
dab3bdde61
recongize URI and email address SAN fields
5 years ago
Vu Cong Tuan
9c4de5a0ff
Fix typos in test code
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
6 years ago
Nguyen Quang Huy
c9acd8380f
Fix some typos
...
Correct some words spelling for reading more easily.
6 years ago
jiangtaoli2016
f5a71f7313
Clean up deprecated tsi_create_ssl_server_handshaker_factory callers
6 years ago
Yihua Zhang
09cd07cfa0
revision 1
6 years ago
Yihua Zhang
adfe2238ef
ignore duplicate root cert in cert list instead of fail.
6 years ago
yang-g
67742ef63f
Fix BUILD files. Manually edit bzl files
6 years ago
yang-g
e75fc243da
change tests to use the new class instead of grpc_test_init
6 years ago
Yihua Zhang
cd768ec12a
use gRPC thread model
6 years ago
Yihua Zhang
81bc942cd8
security connector refactor
6 years ago
yihuaz
285d4ef1be
Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""
6 years ago
Jan Tattermusch
fb296824af
Revert "Create and pass pollset_set to ALTS TSI handshaker"
6 years ago
Yihua Zhang
c0fa62f2b6
pass a pollset_set to ALTS TSI handshaker
6 years ago
Lizan Zhou
9af7c72589
add copyright header
...
Signed-off-by: Lizan Zhou <zlizan@google.com>
6 years ago
Lizan Zhou
cf9b412c97
test: split fake ALTS handshaker server to lib and main
...
Signed-off-by: Lizan Zhou <zlizan@google.com>
6 years ago
Nicolas "Pixel" Noble
71655cf48a
Fixing the SSL_REUSE auth context string attribute.
...
"true" and "false" are strings, so use similar code that of the cstring variant. Otherwise, the generated properties will have an embedded zero in there.
6 years ago
jiangtaoli2016
52a2f21ab7
Allow extra copy in zero-copy protector integrity-only mode
7 years ago
adelez
5bdd9a8cb9
Revert "Revert "Add suppressions to sanitizers for bazel builds""
7 years ago
Nicolas Noble
43557fee0b
Revert "Add suppressions to sanitizers for bazel builds"
7 years ago
Adele Zhou
4cd659505c
Add data param to grpc_cc_library
7 years ago
jiangtaoli2016
274840e4d3
Migrate SSL_transport_security TSI to new TSI handshaker API
7 years ago
Yihua Zhang
6fbc436b11
Add tsi_handshaker_shutdown to TSI
7 years ago