Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove uneeded header, fix unused warn | ncteisen | 2017-11-28 |
| | |||
* | Fix test cert build | ncteisen | 2017-11-20 |
| | |||
* | Fix windows build | ncteisen | 2017-11-17 |
| | |||
* | clang fmt | ncteisen | 2017-11-17 |
| | |||
* | Remove all extern C | ncteisen | 2017-11-17 |
| | |||
* | Remove include from end2end data files and add extern C to each definition ↵ | Yash Tibrewal | 2017-11-07 |
| | | | | instead | ||
* | changes for bazel and test certificates | Yash Tibrewal | 2017-10-31 |
| | |||
* | rename all test core files to cc and a lot of C++ style conversions | Yash Tibrewal | 2017-10-25 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | windows compilation fixes | Jan Tattermusch | 2017-02-02 |
| | |||
* | Add various options to verify ssl/tls client cert including letting the | Deepak Lukose | 2016-04-19 |
| | | | | application handle the authentication. | ||
* | Fixing NULL terminator for test cert. | Julien Boeuf | 2015-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. | 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. | ||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | remove prod_roots_certs.c since it is not used anywhere | Yang Gao | 2015-02-18 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Changing the SSL (Server) Credentials API. | Julien Boeuf | 2015-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 codebase | Craig Tiller | 2015-01-13 |
| | |||
* | Add SSL root for production GFE. | chenw | 2014-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. | Nicolas Noble | 2014-11-26 |