summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple values per key in name fields in openssl_certificate/csr (#30338)MarkusTeufelberger2017-12-121-0/+13
* openssl: remove static dict for keyUsage (#30339)Yanis Guenane2017-09-141-28/+0
* Add extended key usages to module_utils/crypto.py (#30128)MarkusTeufelberger2017-09-131-0/+6
* Extend test coverage for openssl modules (#27548)Yanis Guenane2017-08-211-1/+2
* crypto/openssl_*: Standardize implementaton and add support keyUsage, extened...Christian Pointner2017-08-031-0/+33
* openssl_privatekey: Standardize implementaton of the moduleYanis Guenane2017-07-251-3/+12
* Enable integration tests for the crypto/ namespace (#26684)Yanis Guenane2017-07-251-9/+10
* crypto: Build a base object for openssl modules (#26945)Yanis Guenane2017-07-211-0/+75
* openssl_*: Allow user to specify privatekey passphraseYanis Guenane2017-07-191-2/+4
* openssl_privatekey: Add publickey fingerprint (#22202)Yanis Guenane2017-07-031-0/+48