summaryrefslogtreecommitdiff
path: root/veracrypt/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'veracrypt/debian/changelog')
-rw-r--r--veracrypt/debian/changelog41
1 files changed, 41 insertions, 0 deletions
diff --git a/veracrypt/debian/changelog b/veracrypt/debian/changelog
index 480b8ee..ce42bbd 100644
--- a/veracrypt/debian/changelog
+++ b/veracrypt/debian/changelog
@@ -1,3 +1,44 @@
+veracrypt (1.26.7-1+stackrpms) obs; urgency=low
+
+ * All OSes:
+ * Security: Ensure that XTS primary key is different from the secondary key when creating volumes
+ * Issue unlikely to happen thanks to random generator properties but this check must be added to prevent attacks
+ * Reference: CCSS,NSA comment at page 3: https://csrc.nist.gov/csrc/media/Projects/crypto-publication-review-project/documents/initial-comments/sp800-38e-initial-public-comments-2021.pdf
+ * Remove TrueCrypt Mode support. Version 1.25.9 can be used to mount or convert TrueCrypt volumes.
+ * Complete removal of RIPEMD160 and GOST89 algorithms. Legacy volumes using any of them cannot be mounted by VeraCrypt anymore.
+ * Add support for BLAKE2s as new PRF algorithm for both system encryption and standard volumes.
+ * Introducing support for EMV banking smart cards as keyfiles for non-system volumes.
+ * No need for a separate PKCS#11 module configuration.
+ * Card PIN isn't required.
+ * Generates secure keyfile content from unique, encoded data present on the banking card.
+ * Supports all EMV standard-compliant banking cards.
+ * Can be enabled in settings (go to Settings->Security Tokens).
+ * Developed by a team of students from the Institut national des sciences appliquées de Rennes.
+ * More details about the team and the project are available at https://projets-info.insa-rennes.fr/projets/2022/VeraCrypt/index_en.html.
+ * When overwriting an existing file container during volume creation, add its current size to the available free space
+ * Add Corsican language support. Update several translations.
+ * Update documentation
+ * Linux:
+ * Fix bug in Random generator on Linux when used with Blake2s that was triggering a self test failure.
+ * Modify Random Generator on Linux to exactly match official documentation and the Windows implementation.
+ * Fix compatibility issues with Ubuntu 23.04.
+ * Fix assert messages displayed when using wxWidgets 3.1.6 and newer.
+ * Fix issues launching fsck on Linux.
+ * Fix privilege escalation prompts being ignored.
+ * Fix wrong size for hidden volume when selecting the option to use all free space.
+ * Fix failure to create hidden volume on a disk using CLI caused by wrong maximum size detection.
+ * Fix various issues when running in Text mode:
+ * Don't allow selecting exFAT/BTRFS filesytem if they are not present or not compatible with the created volume.
+ * Fix wrong dismount message displayed when mounting a volume.
+ * Hide PIM during entry and re-ask PIM when user entered a wrong value.
+ * Fix printing error when checking free space during volume creation in path doesn't exist.
+ * Use wxWidgets 3.2.2.1 for static builds (e.g. console only version)
+ * Fix compatibility of generic installers with old Linux distros
+ * Update help message to indicate that when cascading algorithms they must be separated by dash
+ * Better compatibility with building under Alpine Linux and musl libc
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 03 Oct 2023 19:56:45 -0400
+
veracrypt (1.25.9-3+stackrpms) obs; urgency=low
* Dpkg updates
bgstack15