aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials
Commit message (Collapse)AuthorAge
...
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| |
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| |
| * Clang formatGravatar Yash Tibrewal2017-10-02
| |
| * More pointer conversions, deprecated string to char *, goto crossing ↵Gravatar Yash Tibrewal2017-10-02
| | | | | | | | initializations
| * More pointer conversion required after making build changesGravatar Yash Tibrewal2017-10-02
| |
* | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
|\|
| * Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-28
| |\
| | * Fix race condition in composite credentials.Gravatar Mark D. Roth2017-09-28
| | |
| * | Add tracer for plugin credentials.Gravatar Mark D. Roth2017-09-26
| | |
| * | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-25
| |\|
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\ \ \ | | |/ | |/|
| | * clang-formatGravatar Mark D. Roth2017-09-06
| | |
| | * Change plugin credentials API to support both sync and async modes.Gravatar Mark D. Roth2017-09-01
| | |
| * | Add pollset_kick statsGravatar Craig Tiller2017-09-01
| |/
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\|
| * Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512Gravatar Nicolas Noble2017-08-17
| |\ | | | | | | Fix assert in grpc_timer_init().
| | * Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512Gravatar Maxim Dzoba2017-08-16
| | |
| * | Fixing memory leak and removing unneeded NULL checks.Gravatar Julien Boeuf2017-08-16
| |/
| * Fix use-after-free in oauth2_credentialsGravatar Yuchen Zeng2017-08-09
| |
| * Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-17
|\|
| * Better handling of token lifetime.Gravatar Julien Boeuf2017-07-13
| | | | | | | | | | | | | | | | - In C++, we need a constant for the max lifetime. - In C, make sure that we crop the lifetime in the credentials object itself and not just later during the creation of the token. This will allow the refresh to occur based on the actual token lifetime as opposed to the one from the user (which may be cropped).
| * Format the code.Gravatar allen clement2017-06-14
| |
| * Merge branch 'fixopenssl-jwt' of https://github.com/agc-sec/grpc into ↵Gravatar allen clement2017-06-14
| |\ | | | | | | | | | fixopenssl-jwt
| | * Create jwt_verifier.cGravatar agc-sec2017-06-14
| | |
| | * Create jwt_verifier.cGravatar agc-sec2017-06-14
| | |
| * | Adding a wrapper function to ↵Gravatar allen clement2017-06-14
| | | | | | | | | | | | | | | | | | src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589. There are a total of four files require modification and this is the only one in which a wrapper-type function is necessary.
| | * Adding a wrapper function to ↵Gravatar allen clement2017-06-14
| | | | | | | | | | | | | | | | | | src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589. There are a total of four files require modification and this is the only one in which a wrapper-type function is necessary.
| * | Merge pull request #11391 from markdroth/channel_args_helpersGravatar Mark D. Roth2017-06-12
| |\ \ | | |/ | |/| Add helpers for creating channel args.
| | * Add helpers for creating channel args.Gravatar Mark D. Roth2017-06-09
| | |
| * | Add rich closure debug modeGravatar ncteisen2017-06-08
| |/
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
* | Converting codeGravatar Craig Tiller2017-05-12
|/
* Merge branch 'epex4' into uberpollGravatar Craig Tiller2017-05-05
|\
* | Fix ASAN/TSAN failuresGravatar Craig Tiller2017-05-03
| | | | | | | | | | | | - trace system is now thread safe when run with TSAN - fix a race in client_auth_filter.c - allow timer manager to run in single threaded mode for fuzzers
| * Merge github.com:grpc/grpc into epex4Gravatar Craig Tiller2017-04-27
| |\ | |/ |/|
* | more TLS cleanup.Gravatar Julien Boeuf2017-04-26
| | | | | | | | | | | | | | - using NULL-terminated strings as opposed to const unsigned char * with length since the credentials are in PEM format. - aligning the structures with gRPC so that we have less convertions to do back and forth.
| * Fixup testsGravatar Craig Tiller2017-04-17
|/
* Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
|
* Merge github.com:grpc/grpc into minimal_testGravatar Craig Tiller2017-04-11
|\
| * Google Compute Metadata hostname fixGravatar Chris Trimble2017-04-11
| | | | | | | | | | | | From within containers (or possibly other scenarios), the metadata hostname might not resolve on GCP. Setting this to the full path guarantees it will resolve.
* | Fix sanityGravatar Craig Tiller2017-04-05
| |
* | Fix sanityGravatar Craig Tiller2017-04-03
| |
* | Optionalize compress, gather all the http2 filter bits together in ext/Gravatar Craig Tiller2017-04-03
|/
* clang-formatGravatar Craig Tiller2017-03-31
|
* Reinstate one check, fix fall outGravatar Craig Tiller2017-03-30
|
* Update include pathsGravatar Craig Tiller2017-03-28
|
* Change error_create API to sliceGravatar ncteisen2017-03-13
|
* Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
|
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-17
|\