summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/crypto/openssl_publickey.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.cryptoAnsible Core Team2020-03-091-478/+0
* openssl_publickey: forgot to pass backend (#67036)Felix Fontein2020-02-031-1/+2
* openssl_* modules: allow direct input and output for some files (#65400)Felix Fontein2020-02-021-0/+22
* openssl_* modules: allow direct input for some files (#66384)Felix Fontein2020-01-121-11/+34
* crypto modules: fix various errors in argument specs (#65633)Felix Fontein2019-12-091-1/+1
* openssl_*: deprecate PyOpenSSL backends (#59907)Felix Fontein2019-08-261-1/+3
* crypto modules: fix sanity errors (#60046)Felix Fontein2019-08-181-1/+1
* openssl_publickey: add cryptography backend (#60387)Felix Fontein2019-08-171-48/+121
* crypto modules: Improve requirements / error messages (#57868)Felix Fontein2019-06-201-3/+14
* openssl_*: add backup option (#54294)Felix Fontein2019-03-301-0/+25
* openssl_* modules: private key errors (#54088)Felix Fontein2019-03-301-23/+17
* openssl_*: proper mode support (#54085)Felix Fontein2019-03-251-3/+1
* openssl_publickey: fix handling of OpenSSH private keys with passphrase (#54192)Felix Fontein2019-03-221-6/+7
* openssl_privatekey: add backup option (#53593)Felix Fontein2019-03-181-2/+2
* openssl_*: improve passphrase handling for private keys in PyOpenSSL (#53489)Felix Fontein2019-03-081-4/+9
* Warn user to send a password if the privatekey is password protected (#53360)John Wesley2019-03-081-1/+1
* crypto modules: add missing option types (#52421)Felix Fontein2019-02-181-2/+2
* crypto: Fix known issues in modules (#52302)Dag Wieers2019-02-151-48/+56
* start getting modules to use shared import error code (#51787)Jordan Borean2019-02-061-2/+5
* Close all open filehandle (#50544)Abhijeet Kasurde2019-01-111-2/+4
* openssl_*: prevent error when path includes no path (#50322)Felix Fontein2019-01-031-1/+1
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-3/+3
* More validate module fixes (#39097)John R Barker2018-04-241-1/+1
* crypto: Fix incorrect type for privatekey_passphrase (#36868)Yanis Guenane2018-02-281-1/+1
* openssl_publickey: Ensure format OpenSSH is idempotent (#33264)Yanis Guenane2017-11-281-2/+7
* Removes 'md5' as it only compares two hashes. (#33286)Satyajit Bulage2017-11-281-1/+1
* Adding extends_documenation_fragment in crypto/* (#33253)Yanis Guenane2017-11-251-2/+2
* openssl_publickey: Do not fail on empty existing file (#33255)Yanis Guenane2017-11-251-4/+7
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* Get rid of more wildcard imports and add boilerplate to more modulesToshio Kuratomi2017-07-291-17/+9
* Removing openssl_publickey from pep8 legacy files (#27414)Yanis Guenane2017-07-281-3/+0
* openssl_publickey: Standardize implementaton of the moduleYanis Guenane2017-07-251-53/+68
* Enable integration tests for the crypto/ namespace (#26684)Yanis Guenane2017-07-251-1/+1
* openssl_*: Allow user to specify privatekey passphraseYanis Guenane2017-07-191-2/+16
* openssl_publickey: Allow one to specify the output format (#27031)Yanis Guenane2017-07-191-4/+37
* OpenSSL modules uses file_common_args (#27032)Yanis Guenane2017-07-191-1/+6
* openssl_privatekey: Add publickey fingerprint (#22202)Yanis Guenane2017-07-031-5/+24
* Remove get_exception from crypto namespaceYanis Guenane2017-07-031-14/+11
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-2/+2
* fixed RETURN docs for modules (#24011)Andrea Tartaglia2017-04-261-6/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Update validate-modules (#20932)Matt Martz2017-02-021-12/+14
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-5/+5
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-081-0/+231