James Nugent and Lucio Franco
335a373a40
feat(transport): Add support client mTLS ( #77 )
...
This commit adds a simple API for specifying the TLS certificate a GRPC
client will present (via the same `Identity` wrapper as a server cert is
configured). It also adds an API to specify which CA certificate client
TLS certificates will be validated against for servers.
2019-10-22 17:00:08 -04:00
Juan Alvarez and Lucio Franco
5d0a795554
feat(docs): Add routeguide tutorial ( #21 )
2019-10-18 18:02:48 -04:00
Lucio Franco and GitHub
8f80d0f6d1
chore(docs): Update tonic-build docs ( #22 )
2019-10-01 19:34:45 -04:00
Juan Alvarez and Lucio Franco
cd0b8424b9
pin all alpha dependencies ( #19 )
2019-10-01 15:54:32 -04:00
Juan Alvarez and Lucio Franco
d275785c55
Update dependencies ( #18 )
...
* update dependencies
* tonic-examples: Lock -> Mutex
2019-10-01 15:04:07 -04:00
Simon Chemouil and Lucio Franco
02d14da3d6
Fix serde version in examples ( #17 )
2019-10-01 10:00:29 -04:00
Lucio Franco
9af614e5f7
fix examples
2019-09-30 19:36:18 -04:00
Lucio Franco
a8ef9d6c42
Add tls example with rustls
2019-09-29 19:45:05 -04:00
Lucio Franco
2c2b7d7904
Add auth and lb example
2019-09-29 18:33:28 -04:00
Lucio Franco
fe1e040975
Update deps and tower releases
2019-09-11 22:35:47 -04:00
Lucio Franco
0c682536b8
disable rustfmt for all
2019-09-06 18:29:17 -04:00
Lucio Franco
cc8a7bfcbf
make rustfmt optional
2019-09-06 18:25:27 -04:00
Lucio Franco
d0cfafafc6
Move codegen to build and remove macros
2019-09-06 15:19:18 -04:00
Lucio Franco
295e7321b9
Add first step of async-trait
2019-09-06 01:30:51 -04:00
Lucio Franco
77a6c89ae9
Add server docs
2019-09-04 16:38:46 -04:00
Lucio Franco
4861354d46
remove extra path deps
2019-09-01 12:53:12 -04:00
Lucio Franco
0393172f95
Update hyper and other fixes
2019-08-30 23:30:12 -04:00
Lucio Franco
f750dfa111
Fix interoptests and rewrite decode
2019-08-28 17:24:53 -04:00
Lucio Franco
2ebad2d778
Add client, client codegen, helloworld and routeguide client examples
2019-08-17 23:31:32 -04:00
Lucio Franco
3951bcf7fe
Somewhat working routeguide
2019-08-16 17:17:22 -04:00
Lucio Franco
1630547f97
Inital pass at route guide
2019-08-16 14:46:18 -04:00
Lucio Franco
5e208d9da2
First pass at macro
2019-08-15 17:50:25 -04:00
Lucio Franco
0a8aaa8071
Clean up main crate and more work on macro
...
Signed-off-by: Lucio Franco <[email protected] >
2019-08-15 15:09:54 -04:00