aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 633222a..c7cc0b3 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,20 @@
+lacme (0.6) upstream;
+
+ + 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
+ /sbin. As of Buster this is the case, and the maintainer plans to
+ drop compatibility symlinks once Bullseye is released.
+ - Link to RFC 8555 <https://tools.ietf.org/html/rfc8555> 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 <guilhem@fripost.org> Wed, 21 Aug 2019 18:23:50 +0200
+
lacme (0.5) upstream;
+ Use ACME v2 endpoints (update protocol to the last draft of the spec