storj/pkg/identity
Bryan White 675e0ef683 [V3-1320] fix empty node ID verification non-error (#1395)
* small identity refactor:

+ Optimize? iterative cert chain methods to use array instead of slice
+ Add `ToChain` helper for converting 1d to 2d cert chain
  TODO: replace literal declarations with this
+ rename `ChainRaw/RestChainRaw` to `RawChain/RawRestChain`
  (adjective noun, instead of nound adjective)

* add regression tests for V3-1320

* fix V3-1320

* separate `DialUnverifiedIDOption` from `DialOption`

* separate `PingNode` and `DialNode` from `PingAddress` and `DialAddress`

* update node ID while bootstrapping

* goimports & fix comment

* add test case
2019-03-04 15:03:33 -05:00
..
cert_authority_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
certificate_authority.go [V3-1320] fix empty node ID verification non-error (#1395) 2019-03-04 15:03:33 -05:00
common.go pkg/provider: split into pkg/server, pkg/identity (#953) 2019-01-02 12:23:25 +02:00
extensions_test.go close revocation database in test (#1274) 2019-02-08 11:13:32 +02:00
generate.go Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
identity_test.go Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
identity.go [V3-1320] fix empty node ID verification non-error (#1395) 2019-03-04 15:03:33 -05:00
revocations_test.go identity improvements: (#1215) 2019-02-06 17:40:55 +01:00
revocations.go Move SplitConnstr to a nicer place (#1308) 2019-02-13 23:54:59 +02:00
utils.go Consolidate key/cert/signature encoding and decoding (#1243) 2019-02-07 12:40:28 -06:00