community.crypto/tests
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
..
ee Add EE support (#440) 2022-05-03 19:22:55 +02:00
integration/targets Improve handling of IDNA/Unicode domains (#436) 2022-05-09 19:57:14 +02:00
sanity Add EE support (#440) 2022-05-03 19:22:55 +02:00
unit Improve handling of IDNA/Unicode domains (#436) 2022-05-09 19:57:14 +02:00
utils Fix main for new cryptography 37.0.0 release (#445) 2022-04-26 22:18:37 +02:00
.gitignore Initial commit 2020-03-09 13:11:34 +00:00
config.yml Add ansible-test config file. (#224) 2021-05-01 22:20:50 +02:00
requirements.yml Improve changed / nonchanged validations by using new modules from community.internal_test_tools (#183) 2022-01-03 18:43:17 +01:00