This file is used to list changes made in each version of the openssl cookbook.
- NEW: x509 certificates are now signed via SHA-256 instead of SHA-1
- FIX: gen_dhparam error now correctly fails with TypeError instead of ArgumentError if Generator argument isn't an integer
- FIX: Updated changelog
- NEW: Add rsa_key lwrp
- FIX: dhparam lwrp now correctly honors the generator parameter
- NEW: Add dhparam lwrp
- FIX: x509 lwrp now updates resource count correctly
- Add Serverspec suite
- Removed update suite from .kitchen.yml
- Add explicit license to test cookbook recipes
- Add Whyrun support to x509 LWRP
- Expand Chefspec tests for x509 LWRP to step_into LWRP
- Add helper library
- Update x509 LWRP to verify existing keys, if specified
- README.md fixes
- Add new random_password Mixin (Thanks, Seth!)
- Rewritten README.md
- Refactor specs
- Clear Rubocop violations
- Reverting to Opscode module namespace
- Accidently released 2.0.2 as 3.0.2
- Re-namespaced
Opscode::OpenSSL::Password
module asChef::OpenSSL::Password
- Call cert.to_pem before recipe DSL
- #1 - COOK-847 - Add LWRP for generating self signed certs
- #4 - COOK-4715 - add upgrade recipe and complete test harness
- COOK-3222 - Allow setting length for
secure_password
- Add name attribute to metadata