aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/data
Commit message (Collapse)AuthorAge
* Remove uneeded header, fix unused warnGravatar ncteisen2017-11-28
|
* Fix test cert buildGravatar ncteisen2017-11-20
|
* Fix windows buildGravatar ncteisen2017-11-17
|
* clang fmtGravatar ncteisen2017-11-17
|
* Remove all extern CGravatar ncteisen2017-11-17
|
* Remove include from end2end data files and add extern C to each definition ↵Gravatar Yash Tibrewal2017-11-07
| | | | instead
* changes for bazel and test certificatesGravatar Yash Tibrewal2017-10-31
|
* rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* windows compilation fixesGravatar Jan Tattermusch2017-02-02
|
* Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | | application handle the authentication.
* Fixing NULL terminator for test cert.Gravatar Julien Boeuf2015-11-17
| | | | | Forgot to do that when I replaced the cert in #4096. Thanks asan for catching that!
* Updating the server1 cert so that it can be used with Go.Gravatar Julien Boeuf2015-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.
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* remove prod_roots_certs.c since it is not used anywhereGravatar Yang Gao2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
| | | | | | | | | | | | | | - Changed the unsigned char * + size to NULL terminated strings which makes sense for the PEM format. I may change TSI later (but the impact will hopefully be much more limited). - Added a way to pass multiple key/cert pairs to servers which is needed when hosting more than one domain. - Removed the C++ SSL credentials tests as we are going to have an option to not specify the roots which will then be derived from the environment (well-known platform dependent locations and/or environment variable). - Fixed the php build which is the only one added in the run_test.py. This change will certainly break node, python and ruby.
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Add SSL root for production GFE.Gravatar chenw2014-12-29
| | | | | | | Change on 2014/12/19 by chenw <chenw@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82554526
* Initial import.Gravatar Nicolas Noble2014-11-26