storj/pkg/provider
Alexander Leitner 899e1e68f1
Add functions for signing and verifying during bandwidth exchange (#246)
* Added initial functions for signing and verifying

* whoops

* Get client up to speed

* Added initial functions for signing and verifying

* whoops

* Get client up to speed

* wip

* wip

* actual signatures in tests

(cherry picked from commit 1464853b737f1d712d64fbf90147f535525c8fd9)

* bugfixing

* Generate private key in example

* Generate signatures for pieceranger tests

* Update examples to use TLS

* Use private key from identity inside of example

* Use crypto.PrivateKey interface

* Change err name in defers

* Pass tests

* Pass identity Key to PSClient

* Get tests passing on travis

* Resolve linter complaints
2018-08-27 14:35:27 -04:00
..
cert_authority_test.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
certificate_authority.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
common.go captplanet (#159) 2018-07-24 10:08:28 -06:00
identity_test.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
identity.go Add functions for signing and verifying during bandwidth exchange (#246) 2018-08-27 14:35:27 -04:00
provider.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
utils.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00