v0.9.0
- 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