From d5d7aed46cc34dfbba521dc216f6f75a4309de10 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 21 Jan 2019 02:07:22 +0100 Subject: client: poll order URL instead of each authz URL successively. We were blocking on https://github.com/letsencrypt/boulder/issues/3530 . --- Changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 633222a..31ad97d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +lacme (0.6) UNRELEASED + + + client: poll order URL instead of each authz URL successively. + + -- Guilhem Moulin Mon, 21 Jan 2019 02:07:58 +0100 + lacme (0.5) upstream; + Use ACME v2 endpoints (update protocol to the last draft of the spec -- cgit v1.2.3 From 57ddc5ca505adeb3e44542335b01a6f0e8887ddc Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 21 Jan 2019 02:13:06 +0100 Subject: lacme, client: new dependency Date::Parse. --- Changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 31ad97d..43265ce 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,8 @@ lacme (0.6) UNRELEASED + client: poll order URL instead of each authz URL successively. + - lacme, client: new dependency Date::Parse, don't parse RFC 3339 + datetime strings from X.509 certs manually. -- Guilhem Moulin Mon, 21 Jan 2019 02:07:58 +0100 -- cgit v1.2.3 From 8be2500f35f2edb3db51f6f48ce70d6cfcee24df Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 21 Aug 2019 16:54:10 +0200 Subject: Call iptables binaries from /usr/sbin not /sbin. As of Buster this is the case, and the maintainer plans to drop compatibility symlinks once Bullseye is released. See /usr/share/doc/iptables/NEWS.Debian.gz . --- Changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 43265ce..27b93de 100644 --- a/Changelog +++ b/Changelog @@ -3,6 +3,9 @@ lacme (0.6) UNRELEASED + client: poll order URL instead of each authz URL successively. - lacme, client: new dependency Date::Parse, don't parse RFC 3339 datetime strings from X.509 certs manually. + - lacme: assume that the iptables(1) binaries are under /usr/sbin not + /sbin. As of Buster this is the case, and the maintainer plans to + drop compatibility symlinks once Bullseye is released. -- Guilhem Moulin Mon, 21 Jan 2019 02:07:58 +0100 -- cgit v1.2.3 From a3978219bab85e650d963276823cb142ecde6a21 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 21 Aug 2019 17:19:59 +0200 Subject: Link to RFC 8555 instead of the ACME I-D URL. --- Changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 27b93de..948b3f4 100644 --- a/Changelog +++ b/Changelog @@ -6,6 +6,8 @@ lacme (0.6) UNRELEASED - lacme: assume that the iptables(1) binaries are under /usr/sbin not /sbin. As of Buster this is the case, and the maintainer plans to drop compatibility symlinks once Bullseye is released. + - Link to RFC 8555 instead of the + ACME I-D URL. -- Guilhem Moulin Mon, 21 Jan 2019 02:07:58 +0100 -- cgit v1.2.3 From f9d5e53cac1c002e5983efc18e42f5a21444b182 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 21 Aug 2019 17:29:19 +0200 Subject: Issue GET and POST-as-GET requests (RFC 8555 sec. 6.3) For the authorizations, order and certificate URLs. See RFC 8555 sec. 7.1. --- Changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 948b3f4..0f74a85 100644 --- a/Changelog +++ b/Changelog @@ -8,6 +8,8 @@ lacme (0.6) UNRELEASED drop compatibility symlinks once Bullseye is released. - Link to RFC 8555 instead of the ACME I-D URL. + - Issue GET and POST-as-GET requests (RFC 8555 sec. 6.3) for the + authorizations, order and certificate URLs. -- Guilhem Moulin Mon, 21 Jan 2019 02:07:58 +0100 -- cgit v1.2.3 From 8a2d319476dbcd7840893616b1399658ddd71b27 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 21 Aug 2019 17:57:15 +0200 Subject: lacme: new option 'account --deactivate' For client-initiated account deactivation. See RFC 8555 sec. 7.3.6. --- Changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 0f74a85..2ede6b7 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,8 @@ lacme (0.6) UNRELEASED + client: poll order URL instead of each authz URL successively. + + lacme: new option 'account --deactivate' for client-initiated account + deactivation, see RFC 8555 sec. 7.3.6. - lacme, client: new dependency Date::Parse, don't parse RFC 3339 datetime strings from X.509 certs manually. - lacme: assume that the iptables(1) binaries are under /usr/sbin not -- cgit v1.2.3 From 454b29d61daaba8f19f0d890d59d259ef1416907 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 21 Aug 2019 18:24:21 +0200 Subject: New release 0.6. --- Changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 2ede6b7..c7cc0b3 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -lacme (0.6) UNRELEASED +lacme (0.6) upstream; + client: poll order URL instead of each authz URL successively. + lacme: new option 'account --deactivate' for client-initiated account @@ -13,7 +13,7 @@ lacme (0.6) UNRELEASED - Issue GET and POST-as-GET requests (RFC 8555 sec. 6.3) for the authorizations, order and certificate URLs. - -- Guilhem Moulin Mon, 21 Jan 2019 02:07:58 +0100 + -- Guilhem Moulin Wed, 21 Aug 2019 18:23:50 +0200 lacme (0.5) upstream; -- cgit v1.2.3