v1.4.3

alphacep/vosk-spacev1.4.3Nov 25, 2020by FiloSottile

AI Summary

Simplifies and standardizes Extended Key Usage (EKU) logic to ensure consistency between certificate generation methods. Releases are now built using GitHub Actions.

Key Highlights

  • Simplified and standardized EKU logic
  • Certificate generation is now consistent with standards
  • Releases built from GitHub Actions

New Features

  • Standardized EKU logic
  • GitHub Actions CI/CD integration

Full Release Notes

The EKU logic is now simpler, and it follows the following rules

* if an IP address, DNS name, or URI SAN is present, serverAuth is included
* if `-client` is used, clientAuth is included
* if an email address SAN in present, emailProtection is included

Certificate generation based on CSRs is now consistent with standard certificate generation.

Releases are now built from GitHub Actions.