This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
Releases: OCram85/PSCredentialStore
Releases · OCram85/PSCredentialStore
1.0.548
1.0.477
1.0.467
About
- Now using asymmetric encryption with public / private key in pfx certificates.
- Supporting PowerShell
Desktop
andCore
editions. - Certificate files can be imported to the the certificate store on windows and linux machines.
- Includes libreSSL binaries and helpers for creating self-signed certificates.
- See release notes of previous
-preview
version for more changes since the latest production ready release.
Content (Micro Commits)
- fixes #38
- fixes #44
- Implement precise lookup hierarchy (fixes #43)
- align pester test with #43 logic
- split cert functions
- use new cert functions for save an lookup
- fix pester tests
- [wip]
- fix var name ref
- fix exports
- fix cert store location for windows shared mode
- fix mandatory params
- fix accidentially removed code block
- add basic cert pester pests
- remove old docs
- update cbh blocks
- update cbh blocks
- update docs
- move .net wrapper forpfx files
- do not export .net wrapper functions
- update docs
- rename tests
- fix private functions location
-
- fixes #44: FTP connection
- add link to reference
- add format files
- add preview version shield
- update markdown help files (platyps)
- add emoji images in captions
- fix typos
- fix typos
- fix typo
- prepare version numbers
0.5.428-preview
About
- This preview includes importing and managing the PFX certificates.
0.5.391-preview
About
- fixes #40
Content
- replace internal coverage tools with PSCoverage (#39)
- use PSCoverage instead of internal module
- remove internal pscoverage ref
- remove deprecated and internal coverage module
- fix dependency test for conection types without deps
- tests should return true for missing deps (fixes #40)
- remove pre release counter
- change prerelease tag to static
preview
0.5.377-alpha1
About
This pull request reflects all changes done in the linuxsupport
branch.
Content
- Enable PowerShell 6 Core support
- Use PFX Certificate for encryption ( fixes #32 )
- Updates CI / CD pipeline ( fixes #31 )
- uses portable libressl ( fixes #34 )
- adds
-PassThru
switch for returning currentVIServer
session inConnect-To
( fixes #34 ) - adds git lfs for embedded libressl files
- restructured internal functions into
Private
dir - added certificate related functions
- adds travis build pipeline for tests