Skip to content

Releases: PKISharp/ACME-PS

V1.5.9 - Broken chain

19 Jan 15:33
Compare
Choose a tag to compare

What's Changed

  • Fix index comparison for certificate chain export by @tallen116 in #141

New Contributors

Full Changelog: v1.5.8...v1.5.9

V1.5.8 - Bug fixing

02 Jan 10:51
Compare
Choose a tag to compare

Fixes #139 (thanks @tallen116 for reporting)

V1.5.6 - Bugfixing

24 Oct 15:22
Compare
Choose a tag to compare

Fixes a bug which made it into the code, due to missing tests.

V1.5.4 - Module loading performance

23 Oct 06:42
Compare
Choose a tag to compare

The module now defines empty exports instead of wildcard exports.

V1.5.3 ECDSA and Chains

19 Apr 18:49
Compare
Choose a tag to compare

This release fixes two errors:

  • ECDSA key loading was defect, since ECPoint is a struct (thanks @PeterStaev )
  • Ordering of certificate chains was wrong (thanks @JohnLBevan )

V1.5.0 Key handling revamped

24 Apr 11:41
Compare
Choose a tag to compare

This release changes huge parts of the code handling keys, signatures and certificates.
It allows revoking certificates, by using the certificate itself.

V1.3.4 Challenge not found

12 Feb 18:36
Compare
Choose a tag to compare

Get-ACMEChallenge will now throw, if the challenge type requested does not exist (Wildcard Identifiers do not use http-01).

V1.3.1 External Accounts

24 Sep 11:06
b2b3d40
Compare
Choose a tag to compare
  • External account binding is now possible (thanks to @christoph-bach for testing)

V1.2.5 Json Casing

30 Jul 09:45
Compare
Choose a tag to compare
  • New-ACMEAccount had a casing error.
  • Export-ACMECertificate now allows adding additional certificates to the chain.

V1.2.4 PS 7 Core arrived

24 Jul 08:03
c6315fa
Compare
Choose a tag to compare

Since 1.2.0 the following changes happened:

  • Fixed a bug wih PSCore 7 (#91, thanks @hoopty for reporting)
  • Fixed a bug with chain export
  • Removed -Pass-Thru from Get-Account
  • Automatically call Update-Order before Get-AuthorizationError
  • Renamed -SkipExistingCertificate to -ForceCertificateReload in Export-Certificate
  • Added docs to Invoke-SignedWebRequest
  • Fixed a minor bug in Complete-Order, which made -GenerateCertificateKey comlicated, if it needs to be retried.
  • Wrote some tests
  • Reorganized build-script
  • Made a new logo