--- title: "Sequoia-PGP - Changelog" slug: "sequoia-pgp-changelog" updated: 2026-08-19T07:27:51Z published: 2026-08-19T07:27:51Z canonical: "support.fortanix.com/sequoia-pgp-changelog" --- > ## Documentation Index > Fetch the complete documentation index at: https://support.fortanix.com/llms.txt > Use this file to discover all available pages before exploring further. # Sequoia-PGP - Changelog ### Version 1.12.0 - November 17, 2025 [Latest] - Added support for a custom Certificate Authority (CA) certificate for server authentication in the Sequoia-PGP client. - Added support for PGP key rotation in the Sequoia-PGP client. ### Version 1.11.0 - October 07, 2025 - Implemented an automatic retry mechanism in Sequoia DSM. - Added support for additional Linux platforms in Sequoia DSM, including RHEL 9 and SUSE 15. ### Version 1.10.0 - July 15, 2025 - Added support for importing and retrieving the keyrings to/from Fortanix DSM using the Sequoia DSM (sq-dsm) client. ### Version 1.9.0 - June 16, 2025 - Added support for Ubuntu 22.04 and Ubuntu 24.04 in the Sequoia-PGP client, as support for Ubuntu 20.04 has been deprecated. ### Version 1.8.0 - Mar 28, 2025 - Added support to specify a target group when creating or importing a key in the Sequoia-PGP client. - Added support for adding custom metadata when creating or importing a key in the Sequoia-PGP client. - Added support for publishing the Windows signed binary to the Chocolatey package manager in the Sequoia-PGP client. > [!NOTE] > NOTE > > The Windows 64-bit Sequoia-PGP client version 1.8.0 requires the Microsoft Visual C++ 2015 Redistributable Package or a later version. ### Version 1.7.0 - Feb 17, 2025 - Added support for uploading and retrieving the Transferable Public Keys (TPKs) to Fortanix DSM using the Sequoia-PGP client. ### Version 1.6.1 - Dec 16, 2024 - Updated the Windows binary build to use the CNG framework, replacing the previous Nettle library. ### Version 1.6.0 - Nov 20, 2024 - Adjusted padding in RSA decryption. ### Version 1.5.0 - Sept 11, 2024 - Added support for RSA 8K key generation in Fortanix DSM. ### Version 1.4.0 - Aug 07, 2024 - Added support for RSA 2K and NISTP key generation in Fortanix DSM. ### Version 1.3.0 - Nov 18, 2023 - Key creation can now be controlled using the additional flag `--key-flags`. ### Version 1.2.0 - Mar 03, 2023 - Refined structure on key generation: Primary: Certification, subkey1: Signing, Subkey2: Encryption (transport and rest) - Created the following new commands to fetch key details: - `sq-dsm key list-dsm-keys` - `sq-dsm key info --dsm-key <DSM-KEY-NAME>` ### Version 1.0.3 - Sep 26, 2022 - Unlock PKCS12 identity with `--pkcs12-passphrase` - Unlock PKCS12 identity with `FORTANIX_PKCS12_PASSPHRASE` ### Version 1.0.1 - Aug 29, 2022 - Reflect PGP key deactivation date in Fortanix DSM objects. ### Version 1.0 - Aug 15, 2022 - Stable release. ### Version 0.3.0-beta - Jun 7, 2022 - Support key import (`sq-dsm key dsm-import`). - Support auth credentials as options (`--api-key, --client-cert, --app-uuid`). ### Version 0.1.0-beta - Jan 5, 2022 - Certificate-based authentication. - Support custom expiration timestamps (`--expires, --expires-in`). - Protect exported PGP keys with a passphrase. - Allow RSA2048. - Fix RSA key export issues.