- Increase default keysize to 2048bit (#80)
- Add fastmode (#80)
- Add definitions to export PEM cert/key from PKCS12 container (#85)
- Remove pe requirement
- Use Data Types (#87)
- Add $openssl::packages::package_name parameter (fix #69)
- Add test for dh_param (fix #64)
- Ensure authentication is a symbol (fix #72)
- Add openssl::certificates class (fix #77)
- Handle refresh for x509_cert and x509_request (fix #75, fix #71)
- Check if there are matches in openssl_version() before returning (#74)
- Deprecate Puppet 3 compatibility
- Update test framework
- Fix unit tests
- Announce support of Debian 8, Ubuntu 16.04 and RedHat 7 in metadata.json
- Fix error "failure to load inifile" resulting in failed Puppet run (issue #63)
- Fix validation of the size parameter (fix #70, fix #58)
- Add argument key_size to openssl::certificate::x509 (fix #55)
- Fix false parsing of IPAddress field (issue #61)
- Fix openssl_version fact on RedHat-based OSes (issue #66, fixes #62 and #65)
- Add openssl_version fact (issue #60, fix #57)
- Various fixes to tests
- Fix failure to load inifile (issue #56)
- Change certificate existence logic (issue #51)
- Add dhparam type and provider (issue #53)
- Fix unit tests for Puppet 4
Use ensure_package for ca-certificate
Customizable cnf/crt/csr/key paths
Add a req_ext parameter to x509_cert type Allow to manage whether adding v3 SAN from config
Use docker for acceptance tests
Fix strict_variables activation with rspec-puppet 2.2
Add beaker_spec_helper to Gemfile
Use random application order in nodeset
add utopic & vivid nodesets
Don't allow failure on Puppet 4
Add puppet-lint-file_source_rights-check gem
Don't pin beaker
Add nodeset ubuntu-12.04-x86_64-openstack
- Add beaker nodesets
- Use sha256 instead of sha1 by default
- Confine rspec pinning to ruby 1.8
- Various spec improvements
- Stop managing ca-certificates file
- Various spec improvements
- Various spec improvements
- Linting
- Add puppet-lint plugins
- Fix unquoted strings in cases
- Fix .travis.yml
- Fix LICENSE file to match metadata.json
- Remove puppet_version from metadata.json
- Various improvements in unit tests
- Fix metadata.json warnings
- Add future parser tests
- Fix future parser errors
- Corrected and added new features for openssl::export::pkcs12
- Lint metadata.json
- Setup automatic Forge releases
- Add more tests