Package: python-acme / 1.12.0-2+deb11u1

Metadata

Package Version Patches format
python-acme 1.12.0-2+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable tls alpn test.patch | (download)

tests/standalone_test.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 disable failing tls-alpn-01 test
 Note, no certbot client currently uses the functionality being tested
 here.  Additionally, the tests are related to extremely small key
 sizes that a real user is unlikely to use.
fix csr version.patch | (download)

acme/crypto_util.py | 3 2 + 1 - 0 !
tests/crypto_util_test.py | 8 8 + 0 - 0 !
2 files changed, 10 insertions(+), 1 deletion(-)

 fix incorrect csr version
  Certain strict implementations of the ACME API deny all version numbers except
  that defined in the RFC (version 0). To accommodate, unilaterally set it to 0.