aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/server_credentials.cc
Commit message (Expand)AuthorAge
* 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 stable...Gravatar Julien Boeuf2015-08-25
* 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