added option to request, require and verify client certificates#48
added option to request, require and verify client certificates#48SierraGolf wants to merge 1 commit intodevsu:masterfrom
Conversation
|
@c3s4r can you have a look at this? |
|
Hi @SierraGolf, thanks for the PR. I haven't had a chance to review it (on vacations now), but I'll take a look early next week. |
|
Hi @SierraGolf, the PR looks good, the only missing piece is a test with |
|
I think a test similar to this one would make sense: However, the test currently cannot assert on the properties of the credentials object, so we would need to spy on this somehow. Not sure what is the best approach to do that. |
|
Ok, thanks. I'll take a look hopefully during next week. |
|
any chance this will get merged and released? |
currently the framework does not support the 3rd parameter
checkClientCertificateof thegrpc.ServerCredentials.createSslfunction. this pull request adds support for it.