storj/private/server
JT Olio 522aed083d private/server,satellite/contact,misc: use new storj/common noise helpers
this change uses the new storj/common noise helpers, which:
 * add a security fix (require an expected node id for validating
   noise key attestations)
 * stops doing an unnecessary order signature validation (it's
   already been done inside of PutPiece)
 * removes some duplicate code

Change-Id: I5e67a08ff216cd9c5b0b82e40b4d9de664b6b0fc
2023-02-07 09:53:45 -05:00
..
common.go all: fix error naming 2021-04-29 15:38:21 +03:00
fastopen_linux.go private/server: support tcp fastopen 2023-01-30 13:30:43 -05:00
fastopen_other.go private/server: support tcp fastopen 2023-01-30 13:30:43 -05:00
fastopen_windows.go private/server: tcp_fastopen failures should not kill the server 2023-01-31 14:48:14 +00:00
listener.go private/server: monitor incoming connection kinds 2022-03-15 21:20:32 +00:00
prefix.go storagenode: accept HTTP calls on public port, listening for monitoring requests 2022-08-26 09:38:09 +00:00
server_test.go private/server: avoid relying on timing 2023-02-01 12:33:56 +02:00
server.go private/server,satellite/contact,misc: use new storj/common noise helpers 2023-02-07 09:53:45 -05:00