storj/pkg/transport
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
..
client.go adds SegmentStore Put functionality (#138) 2018-07-12 18:37:50 -04:00
transport_test.go TLS Support (#252) 2018-08-23 22:01:03 -06:00
transport.go TLS Support (#252) 2018-08-23 22:01:03 -06:00