2
0
mirror of https://github.com/namecoin/ncdns synced 2024-11-18 03:26:00 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
JeremyRand
13500dbc55
Merge #101: Move x509 subpackage to its own repo
7db5b5a Move x509 subpackage to its own repo (JeremyRand)

Pull request description:

  This avoids tying the ncdns repo to a specific Go version; we can maintain separate branches of the x509-signature-splice repo per Go version with much less hassle.

ACKs for commit 7db5b5:

Tree-SHA512: e6d784c6b344d46955d0ca275174772b6da6bf86bfa84e03a5a59faa9f0a88805d32ecfe29d83970c61246904e1025859dd4cff031ec8052b8f544867c55bf21
2019-07-30 12:01:05 +00:00
JeremyRand
d5bac49746
Support name-constrained CA's 2019-07-23 04:20:05 +00:00
JeremyRand
7db5b5a2d2
Move x509 subpackage to its own repo
This avoids tying the ncdns repo to a specific Go version; we can maintain
separate branches of the x509-signature-splice repo per Go version with
much less hassle.
2019-07-23 03:24:46 +00:00
JeremyRand
986772bd02
generate_nmc_cert: disable goimports linter.
This is for the same reason that gofmt is disabled.
2018-06-23 09:54:49 +00:00
JeremyRand
fb709df260
generate_nmc_cert: Use more standard imports order. 2018-06-23 09:48:42 +00:00
JeremyRand
cee2b1820c
generate_nmc_cert: Disable gofmt linter.
This is because following its recommendations would produce unnecessary noise in the diff against upstream.
2017-11-19 07:00:04 +00:00
JeremyRand
7263b7ae04
generate_nmc_cert: split falsehost into its own file, which makes auditing merges from upstream Go stdlib substantially easier. 2017-11-09 02:47:17 +00:00