Skip to content

v4.7.2: style: Add a newline at the end of PEM conversions

Compare
Choose a tag to compare
@Laisky Laisky released this 03 Jan 07:45
· 77 commits to v4 since this release
  • 1ef7494 style: Add a newline at the end of PEM conversions
  • 9fd4713 fix: support certs chain in pem without line breaker
  • de2c36b feat: Add new functions to generate private key and certificate
  • 8877c39 fix: Restructure certificate info function
  • b90654a ci: Update Go version used in test workflow
  • 81b682f feat: Add functionalities to manipulate X.509 certificate signing requests
  • 6933d5a fix: X509Cert2OpensslConf support sans
  • d18a894 feat: Expand X.509 certificate request options
  • eec1bf4 feat: Refactor SM4 and AES crypto implementations
  • 28393b8 feat: Add SM4 encryption and HMAC calculation
  • 08726fd (tag: v4.7.1) fix: CombineSortedChain
  • c67ee7c refactor: Refactor and move utilities from common to utils