Skip to content

v0.9.0

Compare
Choose a tag to compare
@gotthardp gotthardp released this 08 Feb 10:07
· 29 commits to master since this release
  • Added -E options for aes128, aes192 and aes256.
  • Changed semantics of -E aes. Per RFC8894, plain aes is equal to aes128. (Before 0.9.0 it was aes256.)
  • Implemented mechanism to auto-detect CA certificates (-c)
  • Fixed handling of Content-Type headers with a charset defined
  • Fixed Content-Type handling in GetCACaps responses
  • Fixed global variable declaration for building using GCC 10