aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-08-21 18:28:56 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-08-21 18:28:56 +0200
commit04b39df93ef79903f7f3b911c61063df2a5f3da8 (patch)
treee4339138908ec8ffb6e6942c947ac27de5d642cc /Changelog
parent7f4db501dfc80b4571833f95c090bdd0e1da240d (diff)
parent454b29d61daaba8f19f0d890d59d259ef1416907 (diff)
Merge tag 'upstream/0.6' into debian
New release 0.6.
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