Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #12105 from jiangtaoli2016/revert-12101-revert-11977-tsi_grpc | Mark D. Roth | 2017-08-08 |
|\ | | | | | Roll forward "Add TSI zero-copy frame protector" | ||
* | | Make bytes_to_send in tsi_handshaker_next const | jiangtaoli2016 | 2017-08-07 |
| | | |||
| * | Update build rule | jiangtaoli2016 | 2017-08-07 |
| | | |||
| * | Revert "Revert "Add TSI zero-copy frame protector"" | Jiangtao Li | 2017-08-07 |
|/ | |||
* | Revert "Add TSI zero-copy frame protector" | Jiangtao Li | 2017-08-07 |
| | |||
* | minor fix | jiangtaoli2016 | 2017-08-02 |
| | |||
* | Add TSI zero-copy frame protector | jiangtaoli2016 | 2017-07-28 |
| | |||
* | Add GTS plugin | Yihua Zhang | 2017-07-17 |
| | |||
* | Tracers know their name | ncteisen | 2017-07-13 |
| | |||
* | Merge pull request #11409 from annasapek/asynch-tsi-fake-handshaker | Mark D. Roth | 2017-07-12 |
|\ | | | | | Update tsi_fake_handshaker to implement the asynchronous TSI | ||
| * | Update tsi_fake_handshaker to implement the asynchronous TSI | Anna Sapek | 2017-07-11 |
| | | |||
* | | Attempt to fix #11011. | Julien Boeuf | 2017-07-05 |
| | | | | | | | | Treating the close-notify alert as a non-error case. | ||
* | | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
|/ | |||
* | Add initializers for all tracers | Craig Tiller | 2017-05-04 |
| | |||
* | Fix ASAN/TSAN failures | Craig Tiller | 2017-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 pull request #10522 from jiangtaoli2016/new_tsi | David G. Quintas | 2017-04-27 |
|\ | | | | | Update TSI with new non-blocking TSI interfaces. | ||
* | | more TLS cleanup. | Julien Boeuf | 2017-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. | ||
| * | fix guards in transport_security_adapter.h | jiangtaoli2016 | 2017-04-24 |
| | | |||
| * | fix guard on src/core/tsi/transport_security_adapter.h | jiangtaoli2016 | 2017-04-24 |
| | | |||
| * | Merge branch 'master' into new_tsi | jiangtaoli2016 | 2017-04-24 |
| |\ | |/ |/| | |||
* | | Include <sys/socket.h> for AF_INET | Mehrdad Afshari | 2017-04-19 |
| | | | | | | | | | | | | | | | | | | Compilation fails on FreeBSD because not all POSIX compliant systems end up including AF_INET from other header files transitively. AF_INET and AF_INET6 should be provided by <sys/socket.h>. | ||
| * | Transfer ownership of tsi_handshaker in adapter_create_result. | jiangtaoli2016 | 2017-04-11 |
| | | |||
| * | Revise based on Julien's comments. | jiangtaoli2016 | 2017-04-11 |
| | | |||
| * | Use handshaker_result_created in tsi_adapter_handshaker | jiangtaoli2016 | 2017-04-10 |
| | | |||
| * | Revise based on Mark's comments. | jiangtaoli2016 | 2017-04-10 |
| | | |||
| * | Merge branch 'master' into new_tsi | jiangtaoli2016 | 2017-04-10 |
| |\ | |/ |/| | |||
* | | Cleanup of tsi ssl handshaker factories. | Julien Boeuf | 2017-04-09 |
| | | | | | | | | | | | | | | | | | | There is no reason why the client and server factories should be implementations from the same base. Doing the cleanup now so that implementation of the #10528 feature will be less noisy. Also, re-added tsi to clang-format which was dropped when moved from src/core/lib to src/core. | ||
| * | Update TSI with new non-blocking TSI interfaces. | jiangtaoli2016 | 2017-04-07 |
|/ | |||
* | Fix duplicated NULL pointer check | Igor Pylypiv | 2017-03-30 |
| | |||
* | Sanity fixes | Craig Tiller | 2017-03-29 |
| | |||
* | Update include paths | Craig Tiller | 2017-03-28 |
| | |||
* | Move src/core/lib/tsi --> src/core/tsi | Craig Tiller | 2017-03-28 |
| | |||
* | Stage #1 of core breakup: move everything under lib | Craig Tiller | 2016-03-25 |
| | |||
* | Fix copyrights | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Merge pull request #5494 from dgquintas/guard_check | Jan Tattermusch | 2016-03-20 |
|\ | | | | | New #include guard sanity check + fixes to current guards | ||
* \ | Merge pull request #5706 from deepaklukose/dev | Jan Tattermusch | 2016-03-18 |
|\ \ | | | | | | | Expose pem cert in AuthContext for SSL/TLS channels | ||
| * | | For client cert based authentication, add client cert as an AuthProperty | Deepak Lukose | 2016-03-16 |
| | | | |||
| | * | Fixed include guards | David Garcia Quintas | 2016-03-15 |
| |/ |/| | |||
* | | Improve looks_like_ip_address for IPv6 addresses, and add tests | Paul Querna | 2016-03-14 |
| | | |||
* | | Add note about refactor portability header | Paul Querna | 2016-03-14 |
| | | |||
* | | Add support for IP Addresses in Subject Alt Names. | Paul Querna | 2016-03-14 |
|/ | |||
* | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | |||
* | BoringSSL integration: non-vsprojects changes | Craig Tiller | 2015-12-22 |
| | |||
* | Adding common tests for TSI. | Julien Boeuf | 2015-12-07 |
| | |||
* | Updating the server1 cert so that it can be used with Go. | Julien Boeuf | 2015-11-09 |
| | | | | | | | | The encoding of the issuer field in this cert is now a PRINTABLESTRING as opposed to UTF8STRING in the previous server1.pem which was causing the Go issue. Fixes #4086. | ||
* | Merge pull request #3754 from ctiller/latent-see | David G. Quintas | 2015-10-13 |
|\ | | | | | Latency profiling support | ||
* | | Removing warnings when using boringssl. | Julien Boeuf | 2015-10-09 |
| | | | | | | | | | | boringssl and openssl do not have the same method signatures (integer types differ). | ||
| * | Simplify adding annotations, annotate more things | Craig Tiller | 2015-10-09 |
|/ |