diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chm/VeraCrypt User Guide.chm | bin | 1919267 -> 1921257 bytes | |||
-rw-r--r-- | doc/chm/VeraCrypt.hhc | 4 | ||||
-rw-r--r-- | doc/chm/VeraCrypt.hhp | 2 | ||||
-rw-r--r-- | doc/html/Release Notes.html | 22 |
4 files changed, 25 insertions, 3 deletions
diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm Binary files differindex 62f048bd..8d2384aa 100644 --- a/doc/chm/VeraCrypt User Guide.chm +++ b/doc/chm/VeraCrypt User Guide.chm diff --git a/doc/chm/VeraCrypt.hhc b/doc/chm/VeraCrypt.hhc index 500f906b..d5b5b095 100644 --- a/doc/chm/VeraCrypt.hhc +++ b/doc/chm/VeraCrypt.hhc @@ -177,4 +177,4 @@ <LI> <OBJECT type="text/sitemap"> - <param name="Name" value="RIPEMD-160"> - <param name="Local" value="RIPEMD-160.html"> + <param name="Name" value="BLAKE2s-256"> + <param name="Local" value="BLAKE2s-256.html"> </OBJECT> diff --git a/doc/chm/VeraCrypt.hhp b/doc/chm/VeraCrypt.hhp index c6c7f5d1..3f66edd0 100644 --- a/doc/chm/VeraCrypt.hhp +++ b/doc/chm/VeraCrypt.hhp @@ -46,2 +46,3 @@ Beginner's Tutorial_Image_024.gif Beginner's Tutorial_Image_034.png +BLAKE2s-256.html Camellia.html @@ -143,3 +144,2 @@ Removable Medium Volume.html Removing Encryption.html -RIPEMD-160.html Security Model.html diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index 7bcc434d..0748a3d5 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -41,2 +41,24 @@ </p> +<p><strong style="text-align:left">1.26</strong> (March 21<sup>st</sup>, 2022):</p> +<ul> +<li><strong>All OSes:</strong> +<ul> +<li>Add support for BLAKE2s as new PRF algorithm for both system encryption and standard volumes.</li> +<li>Complete removal of RIPEMD16 and GOST89 algorithms. Legacy volumes using any of them cannot be mounted by VeraCrypt anymore.</li> +<li>Add Corsican language support. Update translations (French, German, Russian). </li> +</ul> +</li> +<li><strong>Windows:</strong> +<ul> +<li>EFI Bootloader: +<ul> +<li>Fix bug in PasswordTimeout value handling that caused it to be limited to 255 seconds.</li> +<li>Rescue Disk: enhance "Boot Original Windows Loader" by using embedded backup of original Windows loader if it is missing from disk</li> +<li>Addition of Blake2s and removal of RIPEMD160 & GOST89</li> +</ul> +</li> +</ul> +</li> +</ul> + <p><strong style="text-align:left">1.25.9</strong> (February 19<sup>th</sup>, 2022):</p> |