23 Commits

Author SHA1 Message Date
Michael Lumish
58ca800014
Merge pull request #403 from JackOfMostTrades/verify-callback
Add checkServerIdentity callback
2018-08-06 15:37:40 -07:00
murgatroid99
c4e3f1b7a0 Add Channel class and Client channel override options to public API 2018-07-19 15:57:33 -07:00
Ian Haken
34930310d2 Refactor checkServerIdentity callback to pass in cert as an object with raw DER buffer. 2018-07-19 14:00:44 -07:00
Ian Haken
ac0718883a Correct checkServerIdentity behavior to return a verification failure if an error is returned. Clean up documentation and add a test assertion on returned Error. 2018-07-19 11:32:00 -07:00
Ian Haken
0c49a57ff7 Simplify getting checkServerIdentity out of the fourth createSsl argument. Add some tests asserting type-checking behavior. 2018-07-19 11:31:59 -07:00
Ian Haken
637f961706 Regenerate project files and add test covering checkServerIdentity callback. 2018-07-19 11:31:59 -07:00
Nicolas "Pixel" Noble
9a5da08497 Properly create slices from utf8 strings.
Fixes #426.
2018-07-09 22:32:14 +02:00
murgatroid99
c41a6813ae Start server after adding server ports 2018-04-03 10:57:04 -07:00
murgatroid99
3b61fb6d99 Remove now-duplicate interop sanity test file 2018-03-08 18:15:31 -08:00
Kelvin Jin
d3d91e1c36 recover fixtures
Revert "build: update build files"

This reverts commit a35fad015d49ffff2ac39cf3a3cdc3067c66226f.
2018-03-01 11:54:48 -08:00
Kelvin Jin
b88260045a move interop tests back 2018-03-01 09:56:05 -08:00
Kelvin Jin
41305f595c grpc-native: fix test paths 2018-02-28 14:55:02 -08:00
Kelvin Jin
98341acc7e grpc-native: move api tests verbatim to grpc-native-core 2018-02-28 14:48:36 -08:00
David Vroom Duke
4c502ed6ae Enforce order of operations for synchronous requests 2018-02-27 20:08:16 -08:00
David Vroom Duke
5bae250077 Implement client interceptors for grpc-native-core
A NodeJS implementation of client-side interceptors, as described in
the proposal: https://github.com/grpc/proposal/pull/14
2018-02-27 20:08:16 -08:00
Michael Lumish
dd140c463f
Revert "Copy API tests back to grpc-native-core" 2017-12-07 10:40:08 -08:00
Kelvin Jin
11416e9d70 missed require change 2017-12-06 15:29:56 -08:00
Kelvin Jin
ed78037353 Copy API tests back to grpc-native-core 2017-12-06 13:20:42 -08:00
murgatroid99
2f7201a285 Update the submodule and unskip previously failing test 2017-11-17 10:35:29 -08:00
murgatroid99
1ceb259401 Skip a test suite that appears to be triggering a core assertion failure 2017-11-10 09:41:24 -08:00
murgatroid99
111ce77440 Move more tests from native core to API test directory 2017-10-10 18:28:41 -07:00
murgatroid99
0fe5704ad7 Get tests from the C-based library working and add corresponding gulp tasks 2017-09-13 13:54:13 -07:00
Nicolas "Pixel" Noble
3b0b6f5735 Moving files into their new location. 2017-09-12 01:33:18 +02:00