Commit Graph

3835 Commits

Author SHA1 Message Date
Roland Shoemaker 274e7efd3c switch client lib 2015-04-12 01:38:39 -07:00
Roland Shoemaker 1938e305e2 switch to statsd 2015-04-11 20:01:45 -07:00
Roland Shoemaker a0ebfc39b3 remove useless range selector 2015-04-11 15:51:21 -07:00
Roland Shoemaker d9522e0590 initial monitoring stuff in AM 2015-04-10 21:04:19 -07:00
Jacob Hoffman-Andrews ce679a55d4 Update readme for test directory. 2015-04-10 16:58:50 -07:00
Jacob Hoffman-Andrews 4bdec58e05 Include cfssl in vendored deps.
And introduce a start.sh that starts both boulder and cfssl.
2015-04-10 16:39:56 -07:00
Jacob Hoffman-Andrews 20fc5cbbdb Add start-cfssl.sh 2015-04-10 15:32:08 -07:00
Jacob Hoffman-Andrews e9302f2288 Make it easier to start a test config. 2015-04-09 18:26:40 -07:00
James 'J.C.' Jones d22881a08b Merge pull request #87 from rolandshoemaker/va-fix
Fix Z computation (Dvsni challenge)
2015-04-08 22:55:37 -07:00
Roland Shoemaker 5d155e209b forgot to remove encoding/hex 2015-04-08 22:40:05 -07:00
Roland Shoemaker f7e3df3f67 fix Z computation 2015-04-08 22:30:12 -07:00
James 'J.C.' Jones 0a57f307a0 Merge pull request #86 from letsencrypt/rolandshoemaker-amqp-discon
Pull #79 follow-on: `go fmt` updates
2015-04-08 21:09:54 -07:00
James 'J.C.' Jones 042f8a703f Merge pull request #79 from rolandshoemaker/amqp-discon
AMQP reconnect-er (fix for #22)
2015-04-08 21:07:55 -07:00
J.C. Jones ab538ec332 go fmt updates 2015-04-08 21:03:08 -07:00
Roland Shoemaker 93ccd37c82 consistent infinite for loop style 2015-04-08 20:07:57 -07:00
Roland Shoemaker e8ac96d68d fixes re: @jcjones 2015-04-08 19:17:39 -07:00
J.C. Jones 9404753bb9 Don't print errors if realpath isn't defined. r=@jsha 2015-04-08 13:24:25 -07:00
James 'J.C.' Jones e5aae7e220 Merge pull request #81 from jsha/empty-tests
Add empty tests where missing.
2015-04-07 16:08:36 -07:00
jsha fc8b2cf0f7 Merge pull request #80 from rolandshoemaker/thumb
Fix JWK thumbprint computation
2015-04-07 16:04:17 -07:00
Jacob Hoffman-Andrews 84df10fd6e Add empty tests where missing.
This will bring our coverage numbers down to a more meaningful number, and will
mean that we can start aiming to increase them monotonically.
2015-04-07 11:27:33 -07:00
Roland Shoemaker e806efd56d get rid of useless var declarations 2015-04-06 01:20:43 -07:00
Roland Shoemaker 32ad3eaf96 add note about lexicographic order 2015-04-06 01:19:12 -07:00
Roland Shoemaker 26fccef664 much better method using the builtin MarshalJSON 2015-04-06 01:18:19 -07:00
Roland Shoemaker a0efc356a6 Merge remote-tracking branch 'upstream/master' into thumb 2015-04-06 00:32:51 -07:00
Roland Shoemaker f54ccc87c6 proper ComputerThumbprint() function, fixes #74 2015-04-06 00:31:18 -07:00
Roland Shoemaker 16e0799742 not really client so... just ! 2015-04-03 21:05:28 -07:00
Roland Shoemaker 7441fbcb1f remove debug statement 2015-04-03 18:09:25 -07:00
Roland Shoemaker ec477b8986 remove unneeded for loops 2015-04-03 18:02:42 -07:00
Roland Shoemaker fe16dc3ce9 reconnect to amqp channels and rewire clients on amqp server restart/conn dropped 2015-04-03 17:54:11 -07:00
jsha d3c47b7d62 Merge pull request #67 from letsencrypt/fix-error-encoding
Fix encoding of errors in WFE.
2015-03-31 15:06:15 -07:00
Jacob Hoffman-Andrews c9fbc82883 Fix encoding of errors in WFE.
This fixes the problem Kuba reported on IRC of receiving messages like:
[123 34 100 101 116 97 105 108 34 58 34 77 101 116 104 111 100 32 110 111 116 32
97 108 108 111 119 101 100 34 125]

from Boulder.

This changelist also adds the beginning of a test to WFE, but much more is
needed.
2015-03-27 20:49:37 -07:00
J.C. Jones 4ca694a25b Note that you can (and should) run the Docker image read-only. Boulder should never write to disk itself. 2015-03-27 09:42:01 -07:00
jsha e077548886 Merge pull request #65 from letsencrypt/vendorize
Vendorize all dependencies with godep.
2015-03-26 19:12:15 -07:00
Peter Eckersley 84440c4eea Merge pull request #66 from letsencrypt/live-and-testable
Live and testable
2015-03-26 17:28:16 -07:00
Peter Eckersley 1c35c015a6 Merge branch 'master' into live-and-testable
Conflicts:
	va/validation-authority.go
2015-03-26 17:12:07 -07:00
Peter Eckersley 5ec0a97c63 Merge branch 'master' into live-and-testable 2015-03-26 17:09:12 -07:00
Jacob Hoffman-Andrews a0b06f3edd Rewrite paths again. 2015-03-26 17:01:01 -07:00
Jacob Hoffman-Andrews d0d3994b86 Fix test.sh for running on boulder. 2015-03-26 16:35:42 -07:00
jsha e08ea6e9a5 Merge pull request #64 from letsencrypt/real-ports
Remove testing mode from VA
2015-03-26 15:02:37 -07:00
Jacob Hoffman-Andrews 7eff4e68a2 Add empty Makefile so Travis doesn't try `go get` 2015-03-26 14:57:10 -07:00
Jacob Hoffman-Andrews dc68fd4fe1 Update README and remove Nut.toml. 2015-03-26 14:28:58 -07:00
Jacob Hoffman-Andrews 2940bb3c7c Merge branch 'vendorize' into vendorize2
Conflicts:
	analysis/analysis-engine.go
	analysis/analysis-engine_test.go
	ca/certificate-authority.go
	ca/certificate-authority_test.go
	cmd/activity-monitor/main.go
	cmd/boulder-sa/main.go
	cmd/boulder/main.go
	cmd/mkcrl/main.go
	cmd/mkroot/main.go
	cmd/shell.go
	ra/registration-authority_test.go
	rpc/amqp-rpc.go
	rpc/rpc-wrappers.go
2015-03-26 14:21:48 -07:00
Jacob Hoffman-Andrews 99bf61c0ac Add Godeps. 2015-03-26 14:20:34 -07:00
Peter Eckersley 316d3a6925 Unless we want multiple Content-Type headers, Set them rather than Add()ing
(Also restore myteriously missing portion of previous commit)
2015-03-26 10:08:27 -07:00
Peter Eckersley 24d48a0c36 http.Error sets the wrong content-type
Also gofmt fixes
2015-03-26 10:08:27 -07:00
Peter Eckersley 60d8446eac A more accurate and complete attempt at Content-Type setting 2015-03-26 10:08:27 -07:00
Jacob Hoffman-Andrews 9a628b7b16 Allow running test.sh from a symlinked dir. 2015-03-25 18:56:10 -07:00
Jacob Hoffman-Andrews 6e48708a74 Add comment about PSSOptions to jws.go. 2015-03-25 18:56:00 -07:00
Jacob Hoffman-Andrews c7c5617b6c Remove unnecessary go get. 2015-03-25 18:55:49 -07:00
Jacob Hoffman-Andrews 46fc2168ff Vendorize all cfssl paths properly.
Even though these are redundant in terms of fetching, they
are required for Nut to do proper rewriting.
2015-03-25 18:55:04 -07:00