Skip to content

0.3.0

Compare
Choose a tag to compare
@natemcmaster natemcmaster released this 09 Mar 05:28

The main feature of this release is support for customizing where certificates are stored. See #4 for an overview, as well as the updated README.

Changes:

  • eecf8dd Prepare for 0.3.0 release
  • 99b588c refactor: rename API to 'PersistDataToDirectory' to accommodate more kinds of data to be stored in the future
  • 3ba5587 Update README.md
  • a383c17 cleanup: fix suppressed code warning about nullable references
  • 3c0e143 refactor: cleanup implementation of ACME server selection
  • 452f25e fix: allow password-less .pfx files to be saved to disk
  • 987f2c8 test: add tests for http challenge response middleware (#45)
  • f1f3059 fix: always use the certificate with the longest lifespan
  • 1aefddb refactor: change DeveloperCertLoader to implement ICertificateSource (#43)
  • d6364bb refactor: read domain names from the X509Cert object (#42)
See More
  • c343238 refactor: add internal abstraction for finding and loading certificates on startup (#41)
  • 95b4df5 infra: add issue templates and config for github bots (#37)
  • 3fd5ac9 refactor: update X509CertStore to implement ICertificateRepository (#40)
  • 2980571 infra: update tests to .NET Core 3.1
  • 90033e4 infra: add CI for macOS
  • 23f496e test: add Coverlet
  • 9ae5116 feat: add cancellation token to ICertificateRepository.SaveAsync (#38)
  • 31b2d88 test: add unit tests for X509CertStore (#36)
  • 53a822a Update package to 0.3.0 and embed icon (#35)
  • a07d1d7 feature: add API to persist certificates to disk [ #4 ]
  • b9684a4 Clarify supported web server scenarios in README (#33)
  • dffce14 Document the security policy for this project (#30)
  • 4a6362e Update contributing guide and move testing instructions to separate file (#28)
  • 21e55bd Run code cleanup

This list of changes was auto generated.