Nicolas Noble
0fc01a302f
Merge pull request #18171 from huynq0911/fix_duplicated_word
...
Fix some typos
2019-02-27 19:15:53 -08:00
Vu Cong Tuan
9c4de5a0ff
Fix typos in test code
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
2019-02-27 09:11:01 +07:00
Nguyen Quang Huy
c9acd8380f
Fix some typos
...
Correct some words spelling for reading more easily.
2019-02-26 15:46:13 +07:00
jiangtaoli2016
f5a71f7313
Clean up deprecated tsi_create_ssl_server_handshaker_factory callers
2019-02-14 17:18:21 -08:00
Yihua Zhang
09cd07cfa0
revision 1
2019-02-01 14:13:19 -08:00
Yihua Zhang
adfe2238ef
ignore duplicate root cert in cert list instead of fail.
2019-01-31 20:56:13 -08:00
yang-g
67742ef63f
Fix BUILD files. Manually edit bzl files
2018-12-06 14:37:52 -08:00
yang-g
e75fc243da
change tests to use the new class instead of grpc_test_init
2018-11-30 08:57:38 -08:00
Yihua Zhang
cd768ec12a
use gRPC thread model
2018-11-01 16:26:46 -07:00
Yihua Zhang
81bc942cd8
security connector refactor
2018-10-22 09:37:48 -07:00
yihuaz
285d4ef1be
Revert "Revert "Create and pass pollset_set to ALTS TSI handshaker""
2018-10-05 09:33:56 -07:00
Jan Tattermusch
fb296824af
Revert "Create and pass pollset_set to ALTS TSI handshaker"
2018-10-05 09:49:29 +02:00
Yihua Zhang
c0fa62f2b6
pass a pollset_set to ALTS TSI handshaker
2018-10-02 19:21:32 -07:00
Lizan Zhou
9af7c72589
add copyright header
...
Signed-off-by: Lizan Zhou <zlizan@google.com>
2018-09-21 15:58:50 -07:00
Lizan Zhou
cf9b412c97
test: split fake ALTS handshaker server to lib and main
...
Signed-off-by: Lizan Zhou <zlizan@google.com>
2018-09-18 14:31:48 -07:00
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.
2018-08-23 23:14:10 +02:00
jiangtaoli2016
52a2f21ab7
Allow extra copy in zero-copy protector integrity-only mode
2018-06-27 22:35:58 -07:00
adelez
5bdd9a8cb9
Revert "Revert "Add suppressions to sanitizers for bazel builds""
2018-06-15 16:31:21 -07:00
Nicolas Noble
43557fee0b
Revert "Add suppressions to sanitizers for bazel builds"
2018-06-14 10:49:11 -07:00
Adele Zhou
4cd659505c
Add data param to grpc_cc_library
2018-06-13 15:36:28 -07:00
jiangtaoli2016
274840e4d3
Migrate SSL_transport_security TSI to new TSI handshaker API
2018-05-09 14:42:48 -07:00
Yihua Zhang
6fbc436b11
Add tsi_handshaker_shutdown to TSI
2018-05-09 09:45:47 -07:00
Vijay Pai
5624ccbf7c
Merge pull request #15047 from davidben/ssl-session-access
...
Do not reach into BoringSSL internals.
2018-04-25 16:55:28 -07:00
Jiangtao Li
2d894a8c3b
Merge pull request #15155 from grpc/revert-15150-revert-15130-fake_handshaker
...
Revert "Revert "Add fake ALTS handshaker server (bazel only)""
2018-04-24 12:33:36 -07:00
Ruslan Nigmatullin
6bdcc6f7cf
[openssl] Use 80-bytes STEK for OpenSSL-1.1
2018-04-23 16:24:58 -07:00
jiangtaoli2016
9c32619ab0
Fix BUILD to allow successful import
2018-04-23 14:15:00 -07:00
Jiangtao Li
1b7d6af8ca
Revert "Revert "Add fake ALTS handshaker server (bazel only)""
2018-04-23 12:24:37 -07:00
Mark D. Roth
69c1235780
Revert "Add fake ALTS handshaker server (bazel only)"
2018-04-23 09:20:18 -07:00
jiangtaoli2016
68d1fb9a2c
Add fake ALTS handshaker server (bazel only)
2018-04-20 13:18:05 -07:00
Juanli Shen
40991ee014
Add build path to ALTS test BUILD files
2018-04-17 10:55:47 -07:00
Yihua Zhang
fe2fa0c1c8
Add C++ experimental API extensions for ALTS C stack
2018-04-16 15:11:32 -07:00
David Benjamin
10c2ea3ca2
Do not reach into BoringSSL internals.
...
SSL_SESSION is a private struct and should not be accessed by calling
code. There is no need to assert on the reference count in that test;
the test already asserts on whether the SSL_SESSION was destroyed.
2018-04-12 18:14:44 -04:00
jiangtaoli2016
144f5559da
cache default SSL root cert store
2018-03-23 11:28:48 -07:00
Ruslan Nigmatullin
7ae3733cab
[grpc] Add SSL session client cache support
2018-03-20 09:17:28 -07:00
Yash Tibrewal
c0cd82faed
Remove unnecessary includes of exec_ctx.h
2018-03-14 15:33:57 -07:00
Yihua Zhang
04fb58efbd
Add ALTS code to grpc/core
2018-03-08 06:49:24 -08:00
Sree Kuchibhotla
ae277dd000
Revert "Add ALTS C stack to gRPC core"
2018-03-07 14:35:36 -08:00
Yihua Zhang
eaf6486677
Add ALTS code to grpc/core
2018-03-06 21:40:45 -08:00
Vijay Pai
a8453a20d8
Merge branch 'master' into 2phase_thd
2018-02-21 10:24:15 -08:00
Mark D. Roth
9b32d9c4f3
Merge pull request #14437 from yihuazhang/security_connector_replacement
...
Security connector replacement
2018-02-21 07:59:04 -08:00
jiangtaoli2016
19eddbef5e
Re-enable mismatched ALPN SSL tests for boringSSL.
2018-02-20 11:31:14 -08:00
Yihua Zhang
75f0a9fbd2
place security_connector in its own subdirectory
2018-02-20 10:09:47 -08:00
Vijay Pai
da69355f30
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
2018-02-19 22:39:58 -08:00
Vijay Pai
c745690caf
Internalize gpr_thd except for id and currentid
2018-02-12 11:44:52 -08:00
Noah Eisen
4d20a66685
Run clang fmt
2018-02-09 09:34:04 -08:00
Noah Eisen
be82e64b3d
Autofix c casts to c++ casts
2018-02-09 09:16:55 -08:00
Vijay Pai
d4d0a30c6f
Privatize useful.h and avl.h
2018-02-02 09:16:44 -08:00
jiangtaoli2016
faa74228d7
Disable failing ssl_transport_security_tests when using OpenSSL lib
2018-01-29 10:19:55 -08:00
Mark D. Roth
dbdf495f61
Split lib/support into lib/gpr and lib/gpr++.
2018-01-18 11:21:12 -08:00
Craig Tiller
be98d24841
clang-format after nullptr changes
2017-11-10 15:26:57 -08:00