Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Adding option to add a null terminator when loading a file. | Julien Boeuf | 2015-04-15 |
| | | | | | | - This will take care of a potential issue with default credentials where the slice pointer is casted as const char * for APIs that need a null terminated string. | ||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Addressing comments. | Julien Boeuf | 2015-02-03 |
| | | | | The new gpr_tmpfile API is actually much nicer to use. Thanks Nico! | ||
* | Adding support for loading the SSL roots from an environment variable. | Julien Boeuf | 2015-02-02 |
- Had to add support for files and environment variables as well. - I can't compile on windows so I'm sure there will be some issues. - Tested end-to-end with the simple ssl fullstack test. |