Migration from 2.1.x to 2.2.0
Database Changes
For convenience, you can use Liquibase for the database migration.
Table pa_signature_audit
The database table pa_signature_audit has been extended with new columns used for asymmetric signatures:
- column
signature_algorithmwith typeVARCHAR(32)- algorithm used for the signature (symmetric:PowerAuth-V3, orPowerAuth-V4; asymmetric:ECDSA_P256,ECDSA_P384,MLDSA_65, orMLDSA_87) - column
signature_formatwith typevarchar(32)- format of the signature (symmetric:DECIMAL, orBASE64; asymmetric:DERorJOSE) - column
signaturetype was changed toVARCHAR(8000)to accommodate larger PQC signatures
REST API Changes
Signature Audit Response
The SignatureAuditResponse.Item object has been extended with new fields for asymmetric signature auditing:
signatureAlgorithm(String) - algorithm used for the signaturesignatureFormat(String) - format of the signature
Last updated on May 26, 2026 (08:12)
Edit on Github
Send Feedback