community.crypto/plugins/module_utils/crypto
Felix Fontein 0c62837296
crypto.math module utils: add some tests, fix quick_is_not_prime() for small primes (#733)
* Fix quick_is_not_prime() for small primes. Add some tests.

* Fix return value of convert_int_to_bytes(0, 0) on Python 2.

* Add some more test cases.

* Simplify the changelog and point out that these errors only happen for cases not happening in regular use.
2024-04-29 08:50:28 +02:00
..
module_backends Use timezone aware functionality when using cryptography >= 42.0.0 (#727) 2024-04-18 05:49:53 +00:00
_asn1.py Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#491) 2022-07-21 07:27:26 +02:00
_obj2txt.py Correctly mark plugins/module_utils/crypto/_obj2txt.py as having two licenses. (#495) 2022-07-25 07:17:56 +02:00
_objects.py Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#491) 2022-07-21 07:27:26 +02:00
_objects_data.py Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#491) 2022-07-21 07:27:26 +02:00
basic.py Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#491) 2022-07-21 07:27:26 +02:00
cryptography_crl.py Use timezone aware functionality when using cryptography >= 42.0.0 (#727) 2024-04-18 05:49:53 +00:00
cryptography_support.py Use timezone aware functionality when using cryptography >= 42.0.0 (#727) 2024-04-18 05:49:53 +00:00
math.py crypto.math module utils: add some tests, fix quick_is_not_prime() for small primes (#733) 2024-04-29 08:50:28 +02:00
openssh.py Remove unneccessary imports (#569) 2023-02-09 11:57:54 +01:00
pem.py Add x509_certificate_convert module. (#728) 2024-04-18 05:50:36 +00:00
support.py Use timezone aware functionality when using cryptography >= 42.0.0 (#727) 2024-04-18 05:49:53 +00:00