aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials
Commit message (Collapse)AuthorAge
...
| * 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
|\
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| |
| * Fix broken shutdown, and cascading exec_ctx usage bugsGravatar Craig Tiller2017-02-14
|/
* Secure naming support for gRPCLBGravatar David Garcia Quintas2017-02-07
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Add a mechanism for tagging threads that might be owned byGravatar Craig Tiller2017-01-12
| | | | | | | calls/channels Use it to ensure we don't delete the call from that thread: doing so would create a cycle that's kind of bad.
* Uncover the badnessGravatar Craig Tiller2017-01-12
|
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\ | | | | | | metadata_filter_and_new_closures
| * Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\
| * \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-03
| |\ \
| | | * Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | |/ | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
| | * Fixing JWT verifier.Gravatar Julien Boeuf2016-12-21
| | | | | | | | | | | | | | | | | | | | | | | | - Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr.
* | | Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
| | |
* | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
|\| |
| * | Fix stack corruptionGravatar Craig Tiller2016-11-30
| | |
* | | All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17
| | |
* | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-16
| | |
* | | Merge branch 'slice_interning' into eliminate_mdstrGravatar Craig Tiller2016-11-16
|\| |
| * | Merge branch 'slice_with_exec_ctx' of github.com:ctiller/grpc into ↵Gravatar Craig Tiller2016-11-16
| |\ \ | | | | | | | | | | | | slice_with_exec_ctx
| * \ \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #8737 from yang-g/creds_sanitizeGravatar Yang Gao2016-11-16
| | |\ \ | | | | | | | | | | Redact sensitive data from api traces
| | | | * Review feedbackGravatar Craig Tiller2016-11-14
| | |_|/ | |/| |