Ian Haken
68eff58df6
Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
...
These options are not yet exposed to languages outside of core.
7 years ago
Yihua Zhang
fe2fa0c1c8
Add C++ experimental API extensions for ALTS C stack
7 years ago
Vijay Pai
7fed69b7ad
Use static_cast rather than reinterpret_cast whenever possible
7 years ago
Muxi Yan
0e00c43082
Move headers from grpc++ to grpcpp
7 years ago
Jan Tattermusch
c9ec2c0888
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
7 years ago
Vijay Pai
5dd32268be
Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism
7 years ago
Muxi Yan
38fcd0c6c3
clang-format
7 years ago
Craig Tiller
baa14a975e
Update clang-format to 5.0
8 years ago
yang-g
cfd20c4262
Add CompositeCallCredentials
8 years ago
Mark D. Roth
61b26f97b0
Code review changes.
8 years ago
Mark D. Roth
1ff6ee12cc
clang-format
8 years ago
Mark D. Roth
2caf021772
Change plugin credentials API to support both sync and async modes.
8 years ago
ncteisen
a5d557b96d
Rename function to avoud future clash
8 years ago
ncteisen
30939f8854
Make CreateThreadPool settable
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
Craig Tiller
1d83a701b6
Fix memory leak
8 years ago
Craig Tiller
28ea6f0fbc
Fix memory corruption
8 years ago
Craig Tiller
cca7589333
Start moving C++ to slice interfaces
8 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
David Garcia Quintas
146070db8d
fixed multiple initialization of globals
9 years ago
David Garcia Quintas
60ee8dd2fc
docstrings
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
David Garcia Quintas
d79ef3af71
Fixed wrong usage of global var
9 years ago
David Garcia Quintas
5a9462339d
copyrights
9 years ago
David Garcia Quintas
e1300deb87
After GrpcLibrary refactoring. Compiles and passes. WIP still
9 years ago
Julien Boeuf
114f39475f
Cpp example of how the plugins can be done.
10 years ago
Julien Boeuf
caf9935e45
Also adding a credentials type to the plugin API.
...
The purpose of this is to be able to install a composition policy that
describes which types are incompatible and that will be enforced during
call creds composition.
If this functionality is wanted it will be done in an additive function in
the API like :
void grpc_call_credentials_set_composite_policy(
grpc_call_credentials_composite_policy policy);
10 years ago
Julien Boeuf
3c957e60a3
Fixing implementations.
10 years ago
Julien Boeuf
54a902ed17
Successfully compile C++ libary (not tests yet).
10 years ago
Vijay Pai
e547bdf4d7
Fix an assert
10 years ago
Vijay Pai
e57abcfbdb
C++ changes required to maintain gcc4.4 compatibility - reduce use
...
of ambiguous nullptr, eliminate use of brace initializer lists
10 years ago
Julien Boeuf
8b0b6f413d
It is a bad idea to have a map with string_refs as output params.
...
This is very much unsafe as the string_ref could point on a stack
variable of the callee.
10 years ago
Julien Boeuf
14929d4e35
Credentials plugin fixes (after the branch was merged).
10 years ago
Julien Boeuf
2d041188db
Design and implementation of the core credentials plugin API.
...
- We use C++ as an example to show how this API can be used while still
providing an idiomatic interface in the wrapped language of choice.
- No testing yet.
10 years ago
Julien Boeuf
510a920c75
Credentials cleanup:
...
- Removing service_accounts credentials. These credentials just have
drawbacks compared to service_account_jwt_access credentials, notably
in terms for security.
- Renaming Google specific credentials with a Google prefix for C and
C++. This should be done as well for wrapped languages.
10 years ago
Julien Boeuf
c5b570f97e
Adding void* at then end of security related method in order to have a stable ABI.
10 years ago
yang-g
9e2f90cd06
headers reorg
10 years ago
yang-g
c317f07b56
Make Channel ctor private
10 years ago
yang-g
8c2be9f228
Remove ChannelInterface and replace it with Channel
10 years ago
yang-g
9fc755f465
Add to all secure credentials
10 years ago
yang-g
e71a6b094b
call grpc_init for defaultcredentials
10 years ago
yang-g
d556da9f28
Pass NULL as host by default. Use context.authority() or channel.SslNameOverride() when set.
10 years ago
Julien Boeuf
fe4c3f4f14
Renaming jwt_credentials to service_account_jwt_access_credentials.
10 years ago
Craig Tiller
677c50c92a
Update C++ impl
10 years ago
Julien Boeuf
2805be1aa5
Adding support for raw access token credentials.
10 years ago
Yang Gao
a89389283f
support per call credentials in c++
10 years ago
zeliard
179be50ad3
merge VS solutions file from upstream master
10 years ago