Skip to content

Release 0.21.0

Compare
Choose a tag to compare
@romanstrobl romanstrobl released this 05 Feb 16:02
a97cdff

This is a major release of PowerAuth Server component with support of PowerAuth protocol version 3. The release contains following improvements and bug fixes (among others):

  • Versioning of SOAP and REST interfaces based on PowerAuth protocol version
  • Versioning of methods in SOAP clients based on PowerAuth protocol version
  • Implementation of ECIES encryption scheme for activations, tokens and vault unlock
  • Introduction of hash-based counter for signatures
  • Updated encrypted status blob in activations
  • Support for activation codes with CRC checksum
  • New endpoints for upgrade of activations and for obtaining ECIES decryptor
  • Activation last change timestamp saved in database
  • Logging migrated to SLF4J
  • Performance improvements (indexes, locking of activations only when required)
  • Dependency updates