storj/internal
paul cannon bb892d33d1
make cert creation a little easier to read (#1607)
Make separate "CreateCertificate" and "CreateSelfSignedCertificate"
functions to take the two roles of NewCert. These names should help
clarify that they actually make certificates and not just allocate new
"Cert" or "Certificate" objects.

Secondly, in the case of non-self-signed certs, require a public and a
private key to be passed in instead of two private keys, because it's
pretty hard to tell when reading code which one is meant to be the
signer and which one is the signee. With a public and private key, you
know.

(These are some changes I made in the course of the openssl port,
because the NewCert function kept being confusing to me. It's possible
I'm just being ridiculous, and this doesn't help improve readability for
anyone else, but if I'm not being ridiculous let's get this in)
2019-04-03 17:21:32 -06:00
..
cui better batch-generation (#1219) 2019-02-06 09:04:12 +01:00
dbutil Change crypto/rand to use math/rand in pgutil (#1589) 2019-04-02 12:52:25 -04:00
debugging Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
fpath remove utils.CombineErrors and utils.ErrorGroup (#1603) 2019-03-29 14:30:23 +02:00
memory updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
migrate Change crypto/rand to use math/rand in pgutil (#1589) 2019-04-02 12:52:25 -04:00
post added LOGIN auth scheme to satellite mail service (#1552) 2019-03-24 02:08:41 +02:00
processgroup updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
readcloser remove utils.CombineErrors and utils.ErrorGroup (#1603) 2019-03-29 14:30:23 +02:00
s3client updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
storjql V3-1152 Node bootstrap web backend (#1327) 2019-03-05 12:38:21 +02:00
sync2 Storage node and upload/download protocol refactor (#1422) 2019-03-18 12:55:06 +02:00
testcontext Remove PointerDB client (#1520) 2019-03-22 11:01:49 +02:00
testidentity extension serialization (#1554) 2019-04-03 17:03:53 +02:00
testpeertls make cert creation a little easier to read (#1607) 2019-04-03 17:21:32 -06:00
testplanet Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00
teststorj Storage node and upload/download protocol refactor (#1422) 2019-03-18 12:55:06 +02:00
version Add Versioning Server (#1576) 2019-04-03 21:13:39 +02:00