Commit c97e12d 1 parent 5b69710 commit c97e12d Copy full SHA for c97e12d
File tree 3 files changed +3
-8
lines changed
3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ replace (
26
26
27
27
require (
28
28
github.com/aperturerobotics/ts-proto-common-types v0.20.2 // latest
29
- github.com/aperturerobotics/util v1.12.1 // master
29
+ github.com/aperturerobotics/util v1.13.0 // master
30
30
github.com/blang/semver v3.5.1+incompatible
31
31
github.com/cenkalti/backoff v2.2.1+incompatible
32
32
github.com/djherbis/buffer v1.2.0
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ github.com/aperturerobotics/timestamp v0.8.2 h1:+HA/uI9ZGz8qqim+kkXqz3cijR8kMcQ4
22
22
github.com/aperturerobotics/timestamp v0.8.2 /go.mod h1:nrwzlUGvxs244CIBjDWHZ8qRudqk8m/SQ5n5GKXaFVw =
23
23
github.com/aperturerobotics/ts-proto-common-types v0.20.2 h1:xFy3ErasS5PNWV0ABdlJxqfUsZGL2OLlc0Kio5aIm2s =
24
24
github.com/aperturerobotics/ts-proto-common-types v0.20.2 /go.mod h1:TgjsdPI5YvNF1iewbvCPmEnVkV8WVP1AyZxiOc9SEbo =
25
- github.com/aperturerobotics/util v1.12.1 h1:1jQh0wRUtQOjM/X9SGs1lr5Bi/LQjUise02GK71siUM =
26
- github.com/aperturerobotics/util v1.12.1 /go.mod h1:d84OAQAGXCpl7JOBstnal91Lm6nKgk+vBgtHPgxBYrQ =
25
+ github.com/aperturerobotics/util v1.13.0 h1:p5ouQnnV//BYj5UwdWw7hW8xkTXnvD5U/weyiVEJHXU =
26
+ github.com/aperturerobotics/util v1.13.0 /go.mod h1:d84OAQAGXCpl7JOBstnal91Lm6nKgk+vBgtHPgxBYrQ =
27
27
github.com/benbjohnson/clock v1.1.0 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
28
28
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ =
29
29
github.com/blang/semver v3.5.1+incompatible /go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk =
Original file line number Diff line number Diff line change 1
1
syntax = "proto3" ;
2
2
package signaling.rpc ;
3
3
4
- // TODO: Both sides should set a 32-byte random nonce for the session.
5
- // TODO: Hash both sides 32-byte nonce to get the session nonce.
6
- // TODO: Provide the session nonce, seqno, and timestamp as part of the signed body.
7
- // TODO: This will avoid replay attacks with the signed messages.
8
-
9
4
import "github.com/aperturerobotics/bifrost/peer/peer.proto" ;
10
5
11
6
// Signaling is a service which allows peers to signal each other via a RPC server.
You can’t perform that action at this time.
0 commit comments