SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-acme-2.6.0-73.16.noarch.rpm :

* Wed Jun 07 2023 Markéta Machová - Update to 2.6.0
* Support for Python 3.11 was added to Certbot and all of its components
* acme.challenges.HTTP01Response.simple_verify now accepts a timeout argument which defaults to 30 that causes the verification request to timeout after that many seconds.
* The default key type for new certificates is now ECDSA secp256r1 (P-256). It was previously RSA 2048-bit. Existing certificates are not affected.
* acme and Certbot no longer support versions of ACME from before the RFC 8555 standard.
* acme and Certbot no longer support the old urn:acme:error: ACME error prefix.
* many acme classes have been removed
* acme.messages.Directory now only supports lookups by the exact resource name string in the ACME directory
* Removed the deprecated source_address argument for acme.client.ClientNetwork.
* Certbot will no longer respect very long challenge polling intervals, which may be suggested by some ACME servers. Certbot will continue to wait up to 90 seconds by default, or up to a total of 30 minutes if requested by the server via Retry-After.
* certbot show_account now displays the ACME Account Thumbprint.
* acme.messages.OrderResource now supports being round-tripped through JSON
* acme.client.ClientV2 now provides separate begin_finalization and poll_finalization methods, in addition to the existing finalize_order method.
* Packaged tests for all Certbot components besides josepy were moved inside the _internal/tests module.- Drop the signature (last was acme-1.31.0.tar.gz.asc) and python-acme.keyring
* PyPI currently hides the signatures and plans to drop support
* https://github.com/certbot/certbot/issues/9707
* Tue Oct 04 2022 Michael Ströder - Update to 1.31.0
* sync with the main certbot package
* Wed Sep 21 2022 Markéta Machová - Update to 1.30.0
* acme.client.ClientBase, acme.messages.Authorization.resolved_combinations, acme.messages.Authorization.combinations, acme.mixins, acme.fields.resource and acme.fields.Resource are deprecated and will be removed in a future release.
* acme.messages.OLD_ERROR_PREFIX (urn:acme:error:) is deprecated and support for the old ACME error prefix in Certbot will be removed in the next major release of Certbot.
* acme.messages.Directory.register is deprecated and will be removed in the next major release of Certbot. Furthermore, .Directory will only support lookups by the exact resource name string in the ACME directory (e.g. directory[\'newOrder\']).
* The source_address argument for acme.client.ClientNetwork is deprecated and support for it will be removed in the next major release.
* Mon Jul 11 2022 Dirk Müller - update to 1.29.0:
* --allow-subset-of-names will now additionally retry in cases where domains are rejected while creating or finalizing orders. This requires subproblem support from the ACME server
* The show_account subcommand now uses the \"newAccount\" ACME endpoint to fetch the account data, so it doesn\'t rely on the locally stored account URL. This fixes situations where Certbot would use old ACMEv1 registration info with non-functional account URLs.
* The generated Certificate Signing Requests are now generated as version 1 instead of version 3. This resolves situations in where strict enforcement of PKCS#10 meant that CSRs that were generated as version 3 were rejected
* Fri Jun 24 2022 Dirk Müller - update to 1.28.0:
* use order \"status\" to determine action during finalization
* Mon May 30 2022 Markéta Machová - Update to version 1.27.0
* Added support for RFC8555 subproblems to our acme library.
* The PGP key F2871B4152AE13C49519111F447BF683AA3B26C3 was added as an additional trusted key to sign our PyPI packages- Refreshed python-acme.keyring
* Thu Apr 07 2022 Markéta Machová - Update to version 1.26.0
* Added show_account subcommand, which will fetch the account information from the ACME server and show the account details (account URL and, if applicable, email address or addresses)
* The acme library now requires requests>=2.20.0.
* Certbot and its acme library now require pytz>=2019.3.
* Certbot and its acme module now depend on josepy>=1.13.0 due to better type annotation support.
* Previously, when Certbot was in the process of registering a new ACME account and the ACME server did not present any Terms of Service, the user was asked to agree with a non-existent Terms of Service (\"None\"). This bug is now fixed, so that if an ACME server does not provide any Terms of Service to agree with, the user is not asked to agree to a non-existent Terms of Service any longer.
* If account registration fails, Certbot did not relay the error from the ACME server back to the user. This is now fixed: the error message from the ACME server is now presented to the user when account registration fails.
* Tue Dec 21 2021 Danilo Spinella - Update to version 1.22.0
* sync with main certbot package- Refresh python-acme.keyring
* Mon Dec 13 2021 Ferdinand Thiessen - Update to version 1.20.0
* The acme library now supports requesting certificates for IP addresses.
* Removed the dependency on chardet from the library. Except for when downloading a certificate in an alternate format, the acme library now assumes all server responses are UTF-8 encoded which is required by RFC 8555.
* Tue Aug 10 2021 Danilo Spinella - update to version 1.18.0
* sync with main certbot package
* the .client.Client and .client.BackwardsCompatibleClientV2 classes are now deprecated in favor of .client.ClientV2
* Fri Jul 30 2021 Markéta Machová - update to version 1.17.0
* sync with main certbot package
* Thu Jun 24 2021 Markéta Machová - update to version 1.16.0
* sync with main certbot package
* Wed May 12 2021 Markéta Machová - update to version 1.15.0
* sync with main certbot package
* Wed Apr 14 2021 Markéta Machová - update to version 1.14.0
* The module acme.magic_typing is deprecated and will be removed in a future release. Please use the built-in module typing instead.
* Mon Mar 08 2021 Markéta Machová - update to version 1.13.0
* Support for Python 2 has been removed.
* The acme library no longer depends on the security extras from requests which was needed to support SNI in TLS requests when using old versions of Python 2.
* When revoking a certificate by --cert-name, it is no longer necessary to specify the --server if the certificate was obtained from a non-default ACME server.
* Fri Jan 08 2021 Antonio Larrosa - update to version 1.11.0
* We deprecated support for Python 2 in Certbot and its ACME library. Support for Python 2 will be removed in the next planned release of Certbot.- update to version 1.10.1
* sync with the main certbot package- update to version 1.10.0
* Support for Python 3.9 was added to Certbot and all of its components.
 
ICM