storj/internal
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
..
cui better batch-generation (#1219) 2019-02-06 09:04:12 +01:00
debugging Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
fpath updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
memory updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
migrate updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
processgroup updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
readcloser Remove utils.LogClose (#1169) 2019-01-29 22:42:27 +02:00
s3client updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
sync2 sync2.Cycle for controllable intervals (#1267) 2019-02-07 22:01:13 +02:00
testcontext updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
testidentity Delete provider package (#1177) 2019-01-30 22:47:21 +02:00
testpeertls regroup things related to public-key cryptography (#1241) 2019-02-07 10:04:29 +01:00
testplanet Consolidate key/cert/signature encoding and decoding (#1243) 2019-02-07 12:40:28 -06:00
teststorj updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00