v0.6.16 (2024-03-04)
- Updated dependencies to get ready for new Ohai for Chef-17 #99 (johnmccrae)
v0.6.15 (2022-05-18)
- Redirect for when the cert is not found. #97 (johnmccrae)
v0.6.14 (2022-05-18)
- Added the -Force command to ensure proper searches #96 (johnmccrae)
v0.6.13 (2022-05-15)
- refactoring to correct for not finding certs correctly in some cases. #95 (johnmccrae)
v0.6.12 (2022-05-15)
- refactoring to correct for not finding certs correctly in some cases. #94 (johnmccrae)
v0.6.11 (2022-05-09)
- Reverting the error handling for a missing item on cert_lookup #93 (johnmccrae)
v0.6.10 (2022-05-04)
- Upgrade to GitHub-native Dependabot #80 (dependabot-preview[bot])
- Replace deprecated --without flag with bundle config #82 (jayashrig158)
- don't raise error in get if certificate is empty #84 (rishichawda)
- Refactor code and update specs #86 (johnmccrae)
- Refactored cert_get to return x509 object #87 (johnmccrae)
- Updated the references to the ChefPowerShell gem which had its classe… #88 (johnmccrae)
- Updated the gem to reflect an update to the chef-powershell gem #89 (johnmccrae)
- Add ruby 3.1 test #90 (skeshari12)
v0.6.2 (2021-04-15)
- Updated Certstore to correctly understand CurrentUser vs LocalMachine stores #79 (johnmccrae)
v0.6.1 (2021-04-15)
v0.6.1 (2021-03-04)
- 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)
- 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)
v0.4.0 (2020-01-14)
- 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)
- 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)
- Properly close the cert store when we're done with it & display errors #52 (Nimesh-Msys)
v0.2.3 (2019-01-29)
- Importing PFX certificates with their private keys #50 (Nimesh-Msys)
v0.2.2 (2019-01-16)
v0.2.1 (2019-01-04)
- 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)
v0.1.10 (2018-10-30)
- 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)
- Delete certificate raise an exception if user pass invalid thumbprint #41 (piyushawasthi)
v0.1.7 (2018-07-18)
- Add github templates/codeowners file & update contributing docs #34 (tas50)
- Fixed all chefstyling and update configuration #38 (piyushawasthi)
- Fixed MSYS-857 & MSYS-838 #37 (piyushawasthi)
- MSYS-856 : Removed store validation #36 (piyushawasthi)
v0.1.3 (2018-06-11)
- [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)