Releases: wultra/powerauth-crypto
Releases · wultra/powerauth-crypto
Release 1.9.0
This release contains the following improvements:
- PowerAuth protocol supports temporary encryption keys, so the keys embedded in the mobile app are only used for signature verification, see Temporary Encryption Keys for details.
- The
commitPhase
parameter can be specified to change the activation flow so that thePENDING_COMMIT
state is skipped and activation becomesACTIVE
during the key exchange, see Advanced Activation Flows for details. - Dependency updates.
Release 1.8.0
This release contains the following improvements:
- BouncyCastle has been a transitive dependency since now.
- Dependency updates.
Release 1.7.0
This release contains the following improvements:
- Remove Guava dependency.
- Dependency updates.
Release 1.6.0
This release contains the following improvements:
- Dependency updates.
Release 1.4.1
This release contains the following improvements:
- Add support for Time-Based One-Time Password (TOTP)
- Allow overriding length of decimalized signatures
Release 1.5.1
This release contains the following improvements:
- Versioning of MAC token verification.
- Dependency updates.
Release 1.5.0
This release contains the following improvements:
- Introduction of PowerAuth crypto protocol version
3.2
. - Detection and prevention of replay attacks in standard ECIES encryption and token digests.
- TOTP calculation for time-based one-time codes.
- Allow overriding length of decimalized signatures.
- PowerAuth crypto protocol versions
2.0
and2.1
are no longer supported. - Java version updated to version
17
. - Documentation updates.
- Dependency updates.
Release 1.4.0
This release contains following improvements:
- Validation of PowerAuth protocol versions in HTTP headers.
- Dependency updates.
Release 1.3.0
This release contains following improvements:
- Dependency updates.
- Documentation improvements.
Release 1.2.0
This release contains following improvements:
- Improved resistance against timing side-channel attacks.
- Tests migrated to JUnit 5.
- Dependency updates.