kixelated
53817f41e7
Remove subscribers/publisher on close ( #103 )
2023-10-20 12:04:55 +09:00
kixelated
a30f313439
Add a flag to manually specify roots. ( #98 )
2023-10-17 15:48:36 +09:00
kixelated
c5b3e5cb8d
Rename some TLS flags ( #97 )
2023-10-17 14:50:17 +09:00
kixelated
d0fca05485
Fix a panic when --fingerprint was not provided, and rename it to --dev ( #96 )
2023-10-16 14:31:12 +09:00
kixelated
9a25143694
Support multiple TLS certificates. ( #95 )
2023-10-16 13:05:40 +09:00
kixelated
1749989dc5
Small stuff. ( #94 )
2023-10-13 23:43:29 +09:00
kixelated
5a0357b111
Maybe the order matters. ( #93 )
2023-10-13 15:59:54 +09:00
kixelated
80111d02cc
Fixes dependabot ( #91 )
2023-10-13 11:19:23 +09:00
kixelated
04ff9d5a6a
Add support for multiple origins ( #82 )
...
Adds `moq-api` to get/set the origin for each broadcast. Not used by default for local development.
2023-10-12 13:09:32 +09:00
Luke Curley
43a2ed15d4
Revert "Enable tracing to debug. ( #80 )"
...
This reverts commit 6e0e85272d
.
2023-09-19 14:49:02 -07:00
kixelated
6e0e85272d
Enable tracing to debug. ( #80 )
2023-09-19 10:00:55 -07:00
kixelated
11f8be65d5
Add some more connection logging. ( #78 )
...
So I can debug why my handshake is failing.
2023-09-18 22:37:49 -07:00
kixelated
89f1bc430d
Also support EC private keys. ( #73 )
...
(probably)
@englishm I think you ran into this issue. The `rustls::PrivateKey`
documentation says it supports SEC1-encoded EC private keys so it should
just work?
2023-09-17 22:43:48 -07:00
kixelated
88542e266c
Major moq-transport API simplification ( #68 )
...
Exponentially easier to use moq-transport as there's no message handling required. This is a BREAKING CHANGE.
2023-09-15 12:06:28 -07:00