storj/satellite
paul cannon c35b93766d
Unite all cryptographic signing and verifying (#1244)
this change removes the cryptopasta dependency.

a couple possible sources of problem with this change:

 * the encoding used for ECDSA signatures on SignedMessage has changed.
   the encoding employed by cryptopasta was workable, but not the same
   as the encoding used for such signatures in the rest of the world
   (most particularly, on ECDSA signatures in X.509 certificates). I
   think we'll be best served by using one ECDSA signature encoding from
   here on, but if we need to use the old encoding for backwards
   compatibility with existing nodes, that can be arranged.

 * since there's already a breaking change in SignedMessage, I changed
   it to send and receive public keys in raw PKIX format, instead of
   PEM. PEM just adds unhelpful overhead for this case.
2019-02-07 14:39:20 -06:00
..
console go test fail due to consoleql UTC issues (#1198) 2019-02-06 09:48:30 -05:00
satellitedb Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
peer.go Store the uplinks public key on the satellite so that it can verify bandwidth requests in the future (#1042) 2019-02-07 14:22:49 -05:00