aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/tsi/ssl_transport_security.h
Commit message (Collapse)AuthorAge
* 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.
* Cleanup of tsi ssl handshaker factories.Gravatar Julien Boeuf2017-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.
* Sanity fixesGravatar Craig Tiller2017-03-29
|
* Update include pathsGravatar Craig Tiller2017-03-28
|
* Move src/core/lib/tsi --> src/core/tsiGravatar Craig Tiller2017-03-28
|
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
|
* Merge pull request #5494 from dgquintas/guard_checkGravatar Jan Tattermusch2016-03-20
|\ | | | | New #include guard sanity check + fixes to current guards
* \ Merge pull request #5706 from deepaklukose/devGravatar Jan Tattermusch2016-03-18
|\ \ | | | | | | Expose pem cert in AuthContext for SSL/TLS channels
| * | For client cert based authentication, add client cert as an AuthPropertyGravatar Deepak Lukose2016-03-16
| | |
| | * Fixed include guardsGravatar David Garcia Quintas2016-03-15
| |/ |/|
* | Improve looks_like_ip_address for IPv6 addresses, and add testsGravatar Paul Querna2016-03-14
| |
* | Add support for IP Addresses in Subject Alt Names.Gravatar Paul Querna2016-03-14
|/
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Adding option to force client auth on the server SSL creds.Gravatar Julien Boeuf2015-07-21
|
* Clean up tsi properties.Gravatar Julien Boeuf2015-05-13
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Addressing comments.Gravatar Julien Boeuf2015-02-24
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* Changing size type in Transport Security (TSI) from uint32_t to size_t:Gravatar Julien Boeuf2015-01-15
| | | | Will remove grpc impedance mismatch.
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Factoring out []2 artefacts from the transport security interface.Gravatar jboeuf2015-01-12
| | | | | | | | | | | - Looks like we should have cleaned this header before... I don't think it's a big deal though... - Removing the tests from the opensource package as well (these are very much [] specific for now). Change on 2015/01/12 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83801766
* Initial import.Gravatar Nicolas Noble2014-11-26