storj/pkg/provider
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
..
cert_authority_test.go Identity fixes+: (#270) 2018-08-23 16:08:26 +02:00
certificate_authority.go Identity fixes+: (#270) 2018-08-23 16:08:26 +02:00
common.go captplanet (#159) 2018-07-24 10:08:28 -06:00
identity_test.go Identity fixes+: (#270) 2018-08-23 16:08:26 +02:00
identity.go Identity fixes+: (#270) 2018-08-23 16:08:26 +02:00
provider.go TLS Support (#252) 2018-08-23 22:01:03 -06:00
utils.go Identity fixes+: (#270) 2018-08-23 16:08:26 +02:00