Herman Slatman
|
2d50c96d99
|
Merge branch 'master' into hs/acme-revocation
|
2021-11-19 17:00:18 +01:00 |
|
Herman Slatman
|
e7a988b2cd
|
Pin golangci-lint to v1.43.0 and fix issues
|
2021-11-13 01:30:03 +01:00 |
|
Herman Slatman
|
c7a9c13060
|
Add tests for extractOrLookupJWK middleware
|
2021-11-12 16:37:44 +01:00 |
|
Herman Slatman
|
3151255a25
|
Merge branch 'master' into hs/acme-revocation
|
2021-10-30 15:41:29 +02:00 |
|
max furman
|
933b40a02a
|
Introduce gocritic linter and address warnings
|
2021-10-08 14:59:57 -04:00 |
|
Mariano Cano
|
470b546d59
|
Merge pull request #557 from joejulian/http01-isv
use InsecureSkipVerify for validation
|
2021-08-26 18:06:57 -07:00 |
|
Herman Slatman
|
258efca0fa
|
Improve revocation authorization
|
2021-07-10 00:28:31 +02:00 |
|
Herman Slatman
|
2b15230aa4
|
Add Serial to Cert ID ACME table and lookup
|
2021-07-09 17:51:31 +02:00 |
|
Herman Slatman
|
8f7e700f09
|
Merge branch 'master' into hs/acme-revocation
|
2021-07-09 11:22:25 +02:00 |
|
max furman
|
857a50434c
|
Merge branch 'master' into max/cert-mgr-crud
|
2021-07-08 16:25:52 -07:00 |
|
max furman
|
9fdef64709
|
Admin level API for provisioner mgmt v1
|
2021-07-02 19:05:17 -07:00 |
|
Herman Slatman
|
0e56932e76
|
Add support for revocation using JWK
|
2021-07-03 01:57:27 +02:00 |
|
Herman Slatman
|
84e7d468f2
|
Improve handling of ACME revocation
|
2021-07-03 00:21:17 +02:00 |
|
Herman Slatman
|
d53bcaf830
|
Add base logic for ACME revoke-cert
|
2021-07-02 22:51:15 +02:00 |
|
Herman Slatman
|
64c15fde7e
|
Add tests for canonicalize function
|
2021-06-25 14:07:40 +02:00 |
|
Herman Slatman
|
523ae96749
|
Change identifier and challenge types to consts
|
2021-06-18 12:39:36 +02:00 |
|
Herman Slatman
|
84ea8bd67a
|
Fix PR comments
|
2021-06-18 12:03:46 +02:00 |
|
Herman Slatman
|
76dcf542d4
|
Fix mixed DNS and IP SANs in Order
|
2021-06-03 22:45:24 +02:00 |
|
Herman Slatman
|
a0e92f8e99
|
Verify IP identifier contains valid IP
|
2021-06-03 22:02:13 +02:00 |
|
Herman Slatman
|
6486e6016b
|
Make logic for which challenge types to use clearer
|
2021-05-29 00:37:22 +02:00 |
|
Herman Slatman
|
3e36522329
|
Add preliminary support for TLS-ALPN-01 challenge for IP identifiers
|
2021-05-29 00:19:14 +02:00 |
|
Herman Slatman
|
6d9710c88d
|
Add initial support for ACME IP validation
|
2021-05-28 16:40:46 +02:00 |
|
Joe Julian
|
0369151bfa
|
use InsecureSkipVerify for validation
The server will not yet have a valid certificate so we need to disable
certificate validation in the HTTPGetter.
|
2021-04-27 08:18:35 -07:00 |
|
Mariano Cano
|
2e1524ec2f
|
Remove the creation on nonce on get acme directory.
According to RFC 8555, the replay nonces are only required in POST
requests. And of course in the new-nonce request.
|
2021-04-15 17:54:22 -07:00 |
|
max furman
|
93c3c2bf2e
|
Error handle non existent provisioner downstream and disable debug route logging
|
2021-04-14 15:35:43 -07:00 |
|
max furman
|
497ec0c79b
|
Fix linter issues
|
2021-04-14 15:14:27 -07:00 |
|
max furman
|
b1888fd34d
|
Use different method for unescpaed paths for the router
|
2021-04-14 15:11:15 -07:00 |
|
max furman
|
672e3f976e
|
Few ACME fixes ...
- always URL escape linker output
- validateJWS should accept RSAPSS
- GetUpdateAccount -> GetOrUpdateAccount
|
2021-04-12 19:06:07 -07:00 |
|
max furman
|
440678cb62
|
Add markInvalid arg to storeError for invalidating challenge
|
2021-03-29 22:58:26 -07:00 |
|
max furman
|
6b8585c702
|
PR review fixes / updates
|
2021-03-29 12:04:14 -07:00 |
|
max furman
|
a785131d09
|
Fix lint issues
|
2021-03-25 15:15:32 -07:00 |
|
max furman
|
80c8567d99
|
change errnotfound type for getAccount
- more generalized NotFound type rather than the nosql
one we were using
- if the error is not recognized then the logic in create account will
break.
|
2021-03-25 14:54:12 -07:00 |
|
max furman
|
1831920363
|
Finish order unit tests and remove unused mocklinker
|
2021-03-25 13:46:51 -07:00 |
|
max furman
|
b6ebc0fd25
|
more unit tests
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
df05340521
|
fixing broken unit tests
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
f72b2ff2c2
|
[acme db interface] nosql authz unit tests
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
074ab7b221
|
[acme db interface] add linker tests
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
8d2ebcfd49
|
[acme db interface] more unit tests
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
20b9785d20
|
[acme db interface] continuing unit test work
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
291fd5d45a
|
[acme db interface] more unit tests
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
f71e27e787
|
[acme db interface] unit test progress
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
bb8d54e596
|
[acme db interface] unit tests compiling
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
f20fcae80e
|
[acme db interface] wip unit test fixing
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
fc395f4d69
|
[acme db interface] compiles!
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
116869ebc5
|
[acme db interface] wip
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
80a6640103
|
[acme db interface] wip
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
1135ae04fc
|
[acme db interface] wip
|
2021-03-25 12:05:46 -07:00 |
|
max furman
|
2ae43ef2dc
|
[acme db interface] wip errors
|
2021-03-25 12:05:46 -07:00 |
|
Mariano Cano
|
c94a1c51be
|
Merge branch 'master' into ssh-cert-templates
|
2020-08-24 15:08:28 -07:00 |
|
Mariano Cano
|
ba918100d0
|
Use go.step.sm/crypto/jose
Replace use of github.com/smallstep/cli/crypto with the new package
go.step.sm/crypto/jose.
|
2020-08-24 14:44:11 -07:00 |
|