storj/pkg/overlay
Maximillian von Briesen 553def620a TLS Support (#252)
* begin adding tls

* remove incomplete line in gw/main.go

* identity fixes+:

+ fix `peertls.NewCert` public key issue
+ fix `peertls.verfiyChain` issue
+ fix identity dial option
+ rename `GenerateCA` to `NewCA` and `generateCAWorker` to `newCAWorker` for better consistency/convention

* use pdbclient instead of pointerdb in miniogw

* fix tests

* go fmt

* make review changes

* modify how context.Background() is used

* more context stuff
2018-08-23 22:01:03 -06:00
..
mocks Node Identity (#193) 2018-08-13 10:39:45 +02:00
cache_test.go Preliminary support for windows (#266) 2018-08-23 10:05:56 +03:00
cache.go all: fix govet warnings (#255) 2018-08-22 09:39:57 +03:00
client_test.go TLS Support (#252) 2018-08-23 22:01:03 -06:00
client.go TLS Support (#252) 2018-08-23 22:01:03 -06:00
config_test.go Preliminary support for windows (#266) 2018-08-23 10:05:56 +03:00
config.go Preliminary support for windows (#266) 2018-08-23 10:05:56 +03:00
mockoverlay.go Mock overlay move (#245) 2018-08-20 14:24:11 -04:00
overlay_test.go Adjustments to how find storage nodes handles limit/amout requested (#192) 2018-08-03 09:15:52 -04:00
server.go implements node pkg query method (#251) 2018-08-23 11:20:11 -04:00
service_test.go Mock overlay move (#245) 2018-08-20 14:24:11 -04:00
service.go Node Identity (#193) 2018-08-13 10:39:45 +02:00
utils_test.go First pass at node restrictions (#146) 2018-08-01 10:15:38 -04:00