summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/crypto
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.cryptoAnsible Core Team2020-03-0925-16115/+0
* Remove redundant check for pyopenssl (#67901)gp2020-03-011-3/+0
* acme_* modules: adjust documentation to reference RFCs 8737 and 8738 instead ...Felix Fontein2020-02-293-12/+10
* Add x509_crl_info module (#67539)Felix Fontein2020-02-281-0/+281
* openssl_* / x509_* modules: refactoring (#67540)Felix Fontein2020-02-183-150/+27
* Add x509_crl module (#63435)Felix Fontein2020-02-181-0/+853
* openssh_keypair and openssl_privatekey: add regenerate option (#67038)Felix Fontein2020-02-152-63/+209
* Fix broken links in crypto, docker and hetzner modules. (#67360)Felix Fontein2020-02-122-2/+2
* fix some broken links (#67345)Sandra McCann2020-02-121-1/+1
* Nuke all removed_module stubs (#67139)Matt Martz2020-02-051-31/+0
* openssl_certificate: Selecting which acme directory to use to get certificate...Jørgen Lien Sellæg2020-02-051-1/+12
* openssl_publickey: forgot to pass backend (#67036)Felix Fontein2020-02-031-1/+2
* Do fail instead of regenerate for password protected and invalid keys. (#65638)Felix Fontein2020-02-021-2/+5
* openssl_* modules: allow direct input and output for some files (#65400)Felix Fontein2020-02-026-0/+149
* openssl_* modules: allow direct input for some files (#66384)Felix Fontein2020-01-127-120/+358
* Fix bug in format handling. (#65642)Felix Fontein2019-12-091-1/+2
* crypto modules: fix various errors in argument specs (#65633)Felix Fontein2019-12-094-9/+10
* openssl_csr: make sure privatekey_path is specified when state is present (#6...Felix Fontein2019-12-031-2/+3
* acme_certificate: Fix ACME v1 support when modify_account is set to false (#6...Felix Fontein2019-12-021-3/+0
* openssh_keypair - Add logic to handle password protected or broken key (#64436)Maxim Babushkin2019-12-021-1/+13
* Add passphrase support for luks_device (#65050)Hans Jerry Illikainen2019-11-301-41/+134
* openssh_keypair: fix idempotence issue (#65017)Felix Fontein2019-11-201-5/+3
* Update openssl_certificate.py (#64772)Richlv2019-11-131-1/+1
* Replace clear() method for backward compatibility. (#64504)n0trax2019-11-071-1/+1
* openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 privat...Felix Fontein2019-10-303-56/+66
* acme_certificate: add select_chain option (#60710)Felix Fontein2019-10-291-16/+205
* openssl_csr: deprecate version option (#63432)Felix Fontein2019-10-171-0/+9
* openssl_privatekey: add support for format option (#60388)Felix Fontein2019-10-171-21/+154
* crypto modules: improve return value list documentation (#62929)Felix Fontein2019-10-118-13/+50
* openssl_dhparam: add cryptography backend (#62991)Felix Fontein2019-10-041-40/+171
* Doc updates to openssl_certificate and ecs_certificate (#63006)Chris Trufan2019-10-022-48/+50
* Fix _validate_csr_subject and _validate_csr_signature (#62790)Michael Scherer2019-09-291-4/+2
* Improve type documentation. (#62178)Felix Fontein2019-09-237-2/+20
* ACME modules: make compatible to Buypass ACME v1 CA, and fix bug in ACME v1 a...Felix Fontein2019-09-211-3/+8
* acme_* modules: deprecate acme_version default, announce that ACME v1 support...Felix Fontein2019-09-215-120/+78
* luks_device: ansibot wasn't able to extract author (#62464)Pilou2019-09-181-2/+1
* Remove deprecated letsencrypt alias of acme_certificate (#61648)Felix Fontein2019-09-142-3/+31
* Add ecs_domain module (#62007)Chris Trufan2019-09-141-0/+409
* luks_device.py: allows user explicity define luks format version (#61812)Alexandre Mulatinho2019-09-111-3/+30
* fix typos in modules (#62135)Andrey Klychkov2019-09-118-8/+8
* openssh_keypair: make sure public key has same permissions as private key (#6...Felix Fontein2019-09-101-3/+14
* Fixes to ecs_certificate cert chain for #61738 (#61858)Chris Trufan2019-09-071-4/+6
* luks_device.py: Allow manipulate LUKS containers with label or UUID (#61603)Alexandre Mulatinho2019-09-031-28/+110
* add option to define keysize at luks partition creation (#61522)Guillaume Leroy2019-08-311-4/+16
* Addition of ECS_Certificate Module (#60883)Chris Trufan2019-08-282-0/+945
* openssl_*: deprecate PyOpenSSL backends (#59907)Felix Fontein2019-08-268-7/+39
* acme_certificate: make compatible to Buypass' ACME v2 testing endpoint (#60727)Felix Fontein2019-08-261-3/+1
* acme_account_info: retrieve orders (#59697)Felix Fontein2019-08-261-2/+139
* openssl_certificate_info: add ocsp_uri return value (#60393)Felix Fontein2019-08-261-0/+33
* openssl_certificate/csr(_info): add support for SubjectKeyIdentifier and Auth...Felix Fontein2019-08-234-4/+470