Jacob Hoffman-Andrews
73603c95cf
Add reason code and fix index.
2015-04-30 11:31:36 -07:00
Jacob Hoffman-Andrews
8e30ff81fb
Partly done implementation of revoke.
2015-04-29 18:36:26 -07:00
Jacob Hoffman-Andrews
1d2c6a5d7c
Split out GetCertificate / GetCertificateByShortSerial.
...
Also stub out some initial revocation code.
2015-04-29 11:48:08 -07:00
Jacob Hoffman-Andrews
7145207104
Add initial certificate status in SA.
...
Also improve test tools.
2015-04-23 19:52:34 -07:00
Jacob Hoffman-Andrews
7d8ef9a019
Fix tests and tidy up for review.
2015-04-18 23:44:42 -04:00
Jacob Hoffman-Andrews
431ad092eb
Query certs by sequential part of serial number.
...
Also refactor WFE for better initialization and change StorageAuthority to
support this type of query.
2015-04-18 00:48:19 -04:00
J.C. Jones
e389f98ba2
Fixes for golint
2015-04-13 16:24:35 -07:00
J.C. Jones
e972647b5e
Serial number get-and-increment method
...
Add stubs for integration with Issue #83 .
2015-04-12 08:10:28 -07:00
J.C. Jones
97b356fcd4
Add a Certificate Authority Database stub
...
* A few tests, but they don't all pass
* needs actual DB code
2015-04-12 08:10:28 -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
J.C. Jones
33db859a5d
Fix non-compliance issue stemming from PR #31 .
...
Caught by @kuba, thanks!
2015-03-24 09:18:03 -07:00
J.C. Jones
4e0aa900c9
Rebase 'lint-errcheck-fixes' of git://github.com/mvdan/boulder to letsencrypt/master
...
Conflicts:
cmd/boulder-start/main.go
core/interfaces.go
core/objects.go
core/util.go
ra/registration-authority.go
ra/registration-authority_test.go
rpc/rpc-wrappers.go
va/validation-authority.go
wfe/web-front-end.go
2015-03-20 18:01:03 -07:00
J.C. Jones
e604b8edb9
Update per spec
...
- Spec says the Challenge objects contain a field "Validated" not "Completed."
- The Challenge object says "Validated" should be omitempty, but wasn't a pointer.
- Swapped to using pointers so it will not be "completed":"0001-01-01T00:00:00Z"
- Sort of related to [Issue #71 in Acme-Spec](https://github.com/letsencrypt/acme-spec/issues/71 )
- Remove commented-out line from Dockerfile (whoops)
2015-03-20 15:37:53 -07:00
Richard Barnes
752e91d8eb
Initial policy authority
2015-03-16 12:55:05 -04:00
Richard Barnes
568bad588a
Identifier checking (syntax,blacklist,PSL)
2015-03-16 12:17:31 -04:00
Richard Barnes
96bd7e215a
Further plumbing of registrations
2015-03-15 15:33:05 -04:00
Richard Barnes
d938deb3fd
Separate resources for challenges [initial]
2015-03-14 19:07:16 -04:00
bifurcation
e3dd04e9b8
Merge pull request #34 from bifurcation/coverage
...
Improved test coverage in boulder/core
2015-03-14 13:19:52 -04:00
Richard Barnes
4db3f77607
Fixing 'go vet' issue
2015-03-14 13:09:06 -04:00
Richard Barnes
2c9ed3c792
Fixing errors discovered with increased testing.
2015-03-14 11:20:59 -04:00
Richard Barnes
227eb2fd36
Improved test coverage for 'core' module
2015-03-14 11:20:32 -04:00
Richard Barnes
8f4ea0efd8
Adapting to point to mainlined JOSE
2015-03-13 13:11:04 -07:00
Daniel Martí
91b12a2e1a
Simplify if err != nil structure when applicable
2015-03-12 12:46:18 +01:00
Daniel Martí
6c0c22b8f9
Separate imports from the standard library
2015-03-12 12:29:21 +01:00
Daniel Martí
d66e581736
Replace Https by HTTPS as per golint
2015-03-12 12:21:40 +01:00
Daniel Martí
880821801e
hash.Hash.Write() never returns an error
2015-03-12 12:18:37 +01:00
Daniel Martí
083fb1b7e7
Ignore rand.Read() errors uniformly
2015-03-12 12:18:30 +01:00
Daniel Martí
c931b559a8
Fix "if block ends with a return statement"
2015-03-12 12:13:50 +01:00
J.C. Jones
9d9ad5f1ab
Fix a 'vet' issue, and more travis cleaning
...
It'd be nice if I could simulate a travis build locally first...
2015-03-11 08:37:33 -06:00
Richard Barnes
37919058e5
Pulling out va module
2015-03-10 14:26:20 -07:00
Richard Barnes
b545ad6956
Pulling out ra module
2015-03-10 14:22:37 -07:00
Richard Barnes
c6673ade2e
Pulling out core module
2015-03-10 13:54:13 -07:00