aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/server_credentials.cc
Commit message (Collapse)AuthorAge
* Remove src/node and references to itGravatar murgatroid992017-10-25
| | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Extend clang-format to C#, Node, RubyGravatar Craig Tiller2017-04-19
|
* Fix mismatched new[] and delete in Node extension codeGravatar murgatroid992016-09-20
|
* Fixed minor Node compilation issueGravatar murgatroid992016-04-27
|
* Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| | | | application handle the authentication.
* Simplified some code and added tests to increase code coverageGravatar murgatroid992015-12-09
|
* Refactored some C++ code to improve code reuseGravatar murgatroid992015-10-12
|
* Update to nan 2.0Gravatar murgatroid992015-09-17
|
* Adding void* at then end of security related method in order to have a ↵Gravatar Julien Boeuf2015-08-25
| | | | stable ABI.
* Modified server SSL certs to allow multiple pairs and force_client_auth flagGravatar murgatroid992015-08-19
|
* Resolved merge conflictsGravatar murgatroid992015-07-30
|\
| * Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_authGravatar Julien Boeuf2015-07-27
| |\
* | | Made binding a server to a port insecurely explicitGravatar murgatroid992015-07-27
| |/ |/|
* | Fix node test. Remove all the server fake credentials referencesGravatar yang-g2015-07-22
| |
| * Adding option to force client auth on the server SSL creds.Gravatar Julien Boeuf2015-07-21
|/
* The library now compiles with Node 0.11+ and all versions of io.jsGravatar murgatroid992015-03-04
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Removed extraneous log messagesGravatar murgatroid992015-02-12
|
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26