storj/cmd
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
..
bootstrap closes db in satellite, storage node and bootstrap cmdRun (#1159) 2019-01-30 00:22:58 -05:00
certificates identity improvements: (#1215) 2019-02-06 17:40:55 +01:00
gateway Divide uplink and gateway params set (#1026) 2019-02-04 16:50:06 +01:00
identity Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
inspector Delete provider package (#1177) 2019-01-30 22:47:21 +02:00
overlay updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
s3-benchmark updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
satellite sql based tally (#1166) 2019-02-01 13:50:12 -05:00
statreceiver updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
storagenode Disable colors in dashboard by default. --color flag to enable them (#1264) 2019-02-07 19:54:46 +02:00
storj-sim Consolidate key/cert/signature encoding and decoding (#1243) 2019-02-07 12:40:28 -06:00
uplink Divide uplink and gateway params set (#1026) 2019-02-04 16:50:06 +01:00