community.crypto/tests/unit
Ajpantuso 37c1540ff4
New module_utils openssh (#213)
* Adding openssh utils and unit tests

* Adding changelog fragment and correcting RSA default size

* Adding changelog fragment

* Added passphrase update, test cases, and check for SSH private key loader

* corrected ecdsa type when loading

* Resolving inital review comments

* Fixed import in unit tests

* Cleaning up validation functions

* Separating private/public key related errors; Adding verify method

* Expressed generate/load functions as classmethods and cleaned up method comments

* Added support for loading asymmetric key pairs of PEM and DER formats

* Refactored loading/generation for Asym keypairs into classmethods

* Rescoped helper functions and classmethods for OpenSSH Keypair

* Corrected docstring for OpenSSH_Keypair.generate()

* Fixed import errors for sanity tests

* Improvements to comparison, key verification, and password validation

* Added comparison tests, simplified password validation, fixed Ed25519 load bug

* Adding additional equivalence tests with passphrases
2021-05-03 21:10:48 +02:00
..
compat Initial commit 2020-03-09 13:11:34 +00:00
mock Fix sanity test errors. (#79) 2020-07-01 14:16:52 +02:00
plugins New module_utils openssh (#213) 2021-05-03 21:10:48 +02:00
__init__.py Initial commit 2020-03-09 13:11:34 +00:00
requirements.txt Prepare release (#75) 2020-07-01 13:49:25 +02:00