]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1481: decrypting with libsodium may fail if the library changes v9.0.1481
authorChristian Brabandt <cb@256bit.org>
Sun, 23 Apr 2023 16:50:22 +0000 (17:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Apr 2023 16:50:22 +0000 (17:50 +0100)
commitaae583441bcdbb0bfef3b8a1d193e04ae09ca95d
treee3cf7c27fc02e1232fe5ab8f8da32581e9782718
parentdcd40cfca0fe0e65d405ce9711745a8ec846c30c
patch 9.0.1481: decrypting with libsodium may fail if the library changes

Problem:    Decrypting with libsodium may fail if the library changes.
Solution:   Add parameters used to the encrypted file header. (Christian
            Brabandt, closes #12279)
16 files changed:
runtime/doc/editing.txt
runtime/doc/options.txt
src/blowfish.c
src/buffer.c
src/crypt.c
src/crypt_zip.c
src/fileio.c
src/memline.c
src/option.c
src/optionstr.c
src/proto/blowfish.pro
src/proto/crypt.pro
src/proto/crypt_zip.pro
src/structs.h
src/testdir/test_crypt.vim
src/version.c