Skip to content

v0.7.0

Compare
Choose a tag to compare
@gotthardp gotthardp released this 22 Jan 09:21
· 71 commits to master since this release
  • Added support for issuer CAs other than a self-signed Root CA (@tscherf)
  • Fixed getCA failures (@tscherf)
  • Compilable with OpenSSL 1.1.0
  • Replaced sprintf with snprintf to prevent any buffer overflows
  • Fixed various compiler warnings