community.crypto/plugins/doc_fragments
Felix Fontein 4cf951596f
Improve handling of IDNA/Unicode domains (#436)
* Prepare IDNA/Unicode conversion code. Use to normalize input.

* Use IDNA library first (IDNA2008) and Python's IDNA2003 implementation as a fallback.

* Make sure idna is installed.

* Add changelog fragment.

* 'punycode' → 'idna'.

* Add name_encoding options and tests.

* Avoid invalid character for IDNA2008.

* Linting.

* Forgot to upate value.

* Work around cryptography bug. Fix port handling for URIs.

* Forgot other place sensitive to cryptography bug.

* Forgot one. (Will likely still fail.)

* Decode IDNA in _compress_entry() to avoid comparison screw-ups.

* Work around Python 3.5 problem in Ansible 2.9's default test container.

* Update changelog fragment.

* Fix error, add tests.

* Python 2 compatibility.

* Update requirements.
2022-05-09 19:57:14 +02:00
..
acme.py Incorporate feedback from #443 that ACME modules work with Sectigo ACME Service for InCommon (#451) 2022-05-09 13:28:03 +02:00
ecs_credential.py Initial commit 2020-03-09 13:11:34 +00:00
module_certificate.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
module_csr.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
module_privatekey.py Small docs improvements (#374) 2022-01-10 12:05:09 +00:00
module_privatekey_convert.py Add openssl_privatekey_convert module (#362) 2022-01-10 21:01:52 +01:00
name_encoding.py Improve handling of IDNA/Unicode domains (#436) 2022-05-09 19:57:14 +02:00