Skip to content

Latest commit

 

History

History
319 lines (173 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

319 lines (173 loc) · 16.1 KB

Change log

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.14.0 (2020-03-05)

Full Changelog

Changed

  • in_pass, out_pass and chaincert params to Optional[String] #111 (raphink)

Added

1.13.0 (2020-01-07)

Full Changelog

Added

1.12.0 (2019-04-17)

Full Changelog

Added

  • Add ability to generate Elliptic Curve key pairs #99 (fabbks)

1.11.0 (2019-03-01)

Full Changelog

Added

  • Ability to generate x509 certificates with extKeyUsage #96 (madchap)
  • Add the x509_extensions directive to support SAN in certificate #89 (johnbillion)
  • Changes to support unencrypted CSRs #84 (WetHippie)

Fixed

1.10.0 (2017-04-18)

Full Changelog

Changed

  • Make the $fastmode parameter for openssl::dhparam default to false. #86 (rpasing)
  • Fastmode, Default Keysize increased, path defaults to name #80 (c33s)

Added

1.9.0 (2017-01-10)

Full Changelog

Added

  • handle refresh (RE: #71) #75 (gaima8)
  • Check if there are matches before returning #74 (raphink)

Fixed

  • Error: Unknown authentication type 'dsa' when setting authentication #72 (christophelec)

1.8.2 (2016-08-19)

Full Changelog

1.8.1 (2016-08-19)

Full Changelog

Fixed

  • Use Puppet::Util::Inifile instead of Inifile #73 (raphink)

1.8.0 (2016-08-18)

Full Changelog

Fixed

1.7.2 (2016-06-29)

Full Changelog

Fixed

1.7.1 (2016-03-30)

Full Changelog

Fixed

1.7.0 (2016-03-18)

Full Changelog

Fixed

1.6.1 (2016-02-22)

Full Changelog

Fixed

  • Fix failure to load inifile causing Puppet agent to fail. #56 (olavmrk)

1.6.0 (2016-02-18)

Full Changelog

Added

1.5.1 (2015-11-17)

Full Changelog

Added

  • packages: switch to stlib ensure_packages() to play nice with other modules which install ca-certificates #52 (josephholsten)
  • Manage ca-certificates package on redhat too #49 (edestecd)

1.5.0 (2015-09-23)

Full Changelog

Added

  • Make it easy to customize cnf/crt/csr/key paths #46 (robbat2)

1.4.0 (2015-09-15)

Full Changelog

Fixed

1.3.10 (2015-08-21)

Full Changelog

UNCATEGORIZED PRS; GO LABEL THEM

1.3.9 (2015-06-26)

Full Changelog

1.3.8 (2015-05-28)

Full Changelog

1.3.7 (2015-05-26)

Full Changelog

1.3.6 (2015-05-26)

Full Changelog

UNCATEGORIZED PRS; GO LABEL THEM

  • Add key_mode/group/owner parameters #45 (robbat2)

1.3.5 (2015-05-25)

Full Changelog

1.3.4 (2015-05-13)

Full Changelog

1.3.3 (2015-05-12)

Full Changelog

1.3.2 (2015-04-27)

Full Changelog

1.3.1 (2015-04-17)

Full Changelog

1.3.0 (2015-04-03)

Full Changelog

UNCATEGORIZED PRS; GO LABEL THEM

  • templates/cert.cnf.erb: Use sha256 instead of sha1 by default #43 (lathiat)

1.2.8 (2015-03-24)

Full Changelog

1.2.7 (2015-03-10)

Full Changelog

UNCATEGORIZED PRS; GO LABEL THEM

  • Remove useless ca-certificates file management #38 (ckaenzig)

1.2.6 (2015-02-18)

Full Changelog

1.2.5 (2015-01-19)

Full Changelog

1.2.4 (2015-01-07)

Full Changelog

1.2.3 (2015-01-05)

Full Changelog

1.2.2 (2014-12-18)

Full Changelog

1.2.1 (2014-12-18)

Full Changelog

1.2.0 (2014-12-09)

Full Changelog

1.1.0 (2014-11-25)

Full Changelog

1.0.1 (2014-11-17)

Full Changelog

1.0.0 (2014-10-20)

Full Changelog

UNCATEGORIZED PRS; GO LABEL THEM

  • Improvement in doc to show how to generate password-free certs #32 (enekogb)

0.3.2 (2014-09-23)

Full Changelog

0.3.1 (2014-07-04)

Full Changelog

UNCATEGORIZED PRS; GO LABEL THEM

0.3.0 (2014-07-02)

Full Changelog

0.2.0 (2014-03-03)

Full Changelog

UNCATEGORIZED PRS; GO LABEL THEM

  • Pkcs12 modifications #34 (cjeanneret)
  • Fix bug with x509_Request not having the cnf template present #28 (jrnt30)
  • Document 'group' parameter #27 (pataquets)
  • Add 'group' parameter to x509 certificate. #26 (pataquets)
  • Added certificate signing request dependency on configuration template #25 (tylerwalts)
  • Fix for issue 16 #21 (ghost)
  • Ignore Gemfile.lock #20 (ghost)
  • Deprecation warnings when running rake spec #19 (ghost)
  • Deprecation warning when running bundle install #18 (ghost)
  • Add cnf_tpl param to openssl::certificate::x509. #12 (Sliim)
  • Fix puppet-lint link in README.md #11 (Sliim)
  • Update Modulefile to work with other modules requiring stdlib #10 (LarsFronius)
  • Add x509_cert and x509_csr types and providers #9 (raphink)
  • Export pkcs12 without password #8 (raphink)
  • openssl: added support for various distributions. #5 (mfournier)
  • openssl::export::pkcs12 - new definition. name says it all #3 (cjeanneret)
  • openssl::certificate::x509 - corrected call to script #2 (cjeanneret)

* This Changelog was automatically generated by github_changelog_generator