Skip to content

Latest commit

 

History

History
162 lines (111 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

162 lines (111 loc) · 11.3 KB

win32-certstore Change Log

v0.6.16 (2024-03-04)

Merged Pull Requests

  • Updated dependencies to get ready for new Ohai for Chef-17 #99 (johnmccrae)

v0.6.15 (2022-05-18)

Merged Pull Requests

v0.6.14 (2022-05-18)

Merged Pull Requests

  • Added the -Force command to ensure proper searches #96 (johnmccrae)

v0.6.13 (2022-05-15)

Merged Pull Requests

  • refactoring to correct for not finding certs correctly in some cases. #95 (johnmccrae)

v0.6.12 (2022-05-15)

Merged Pull Requests

  • refactoring to correct for not finding certs correctly in some cases. #94 (johnmccrae)

v0.6.11 (2022-05-09)

Merged Pull Requests

  • Reverting the error handling for a missing item on cert_lookup #93 (johnmccrae)

v0.6.10 (2022-05-04)

Merged Pull Requests

v0.6.2 (2021-04-15)

Merged Pull Requests

  • Updated Certstore to correctly understand CurrentUser vs LocalMachine stores #79 (johnmccrae)

v0.6.1 (2021-04-15)

v0.6.1 (2021-03-04)

Merged Pull Requests

  • added support to properly export a pfx object to disk #75 (johnmccrae)
  • Remove the release notes #77 (tas50)
  • refactoring the helper.rb to put a default for output_path. Generic calls to cert_ps_cmd fail since they won't provide a path by default #76 (johnmccrae)

v0.5.3 (2021-02-01)

Merged Pull Requests

  • Remove redundant coding comment #62 (tas50)
  • Simplify our use of expand_path #64 (tas50)
  • refactored the code to be properly location aware. Previously, certs … #66 (johnmccrae)
  • updated the unit tests to verify connecting to the CurrentUser store #67 (johnmccrae)
  • Updated the expeditor verify pipeline to test against Ruby 3.0 #68 (johnmccrae)
  • Update mixlib-shellout requirement from < 3.0.12 to < 3.2.3 #69 (dependabot-preview[bot])
  • Require Ruby 2.5+ and test on Ruby 3.0 #71 (johnmccrae)

v0.4.1 (2020-08-21)

Merged Pull Requests

v0.4.0 (2020-01-14)

Merged Pull Requests

  • Move testing to Buildkite #58 (tas50)
  • Update testing for Buildkite #59 (tas50)
  • Add the ability to set specify properties in add_pfx method #57 (amunoz951)

v0.3.0 (2019-03-11)

Merged Pull Requests

  • Update appveyor config and use that badge the readme #54 (tas50)
  • Import all the certificates (Main & Nested) while importing a PFX certificate #53 (Nimesh-Msys)
  • Add chefstyle testing in appveyor / travis #55 (tas50)

v0.2.4 (2019-02-04)

Merged Pull Requests

  • Properly close the cert store when we're done with it & display errors #52 (Nimesh-Msys)

v0.2.3 (2019-01-29)

Merged Pull Requests

  • Importing PFX certificates with their private keys #50 (Nimesh-Msys)

v0.2.2 (2019-01-16)

Merged Pull Requests

v0.2.1 (2019-01-04)

Merged Pull Requests

  • Fixes certificate get method to fetch certificate from given store. #45 (Vasu1105)
  • Remove unnecessary config in the gemspec #48 (tas50)
  • Require ruby 2.3 or later #49 (tas50)
  • Fixing deletion of a certificate by its thumbprint. #46 (Nimesh-Msys)

v0.1.11 (2018-10-31)

Merged Pull Requests

  • Add missing license directive in the gemspec #44 (tas50)

v0.1.10 (2018-10-30)

Merged Pull Requests

  • Update expeditor config and gemfile groups #42 (tas50)
  • Update the gemspec to skip the readme, but ship the license #43 (tas50)

v0.1.8 (2018-08-13)

Merged Pull Requests

  • Delete certificate raise an exception if user pass invalid thumbprint #41 (piyushawasthi)

v0.1.7 (2018-07-18)

Merged Pull Requests

v0.1.3 (2018-06-11)

Merged Pull Requests

  • [MSYS-836] fixes for ruby2.0 and FFI destroy object messages #32 (piyushawasthi)
  • Add badges to the readme #25 (tas50)
  • [MSYS-837] Update Travis for Ruby multiple version and add Chefstyle to Travis #33 (piyushawasthi)

v0.1.0 (2018-04-19)

  • Added support to validate a certificate in a certificate store on the basis of time validity #20 (piyushawasthi)
  • Added support to search for a certificate in an open certificate store #18 (piyushawasthi)
  • Added support to delete a certificate from a certificate store #21 (piyushawasthi)
  • Added support to list all certificates in a certificate store #3 (piyushawasthi)
  • Added support to get OpenSSL::X509 certificate object #19 (piyushawasthi)
  • Re-design the structure of Win32-certstore and adding certificate in certificate store #16 (piyushawasthi)