]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3022: available encryption methods are not strong enough v8.2.3022
authorChristian Brabandt <cb@256bit.org>
Sun, 20 Jun 2021 12:02:16 +0000 (14:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Jun 2021 12:02:16 +0000 (14:02 +0200)
commitf573c6e1ed58d46d694c802eaf5ae3662a952744
tree9d3ccf4402f322b9d1baf130696a6b0e600ae693
parent208f0b48b2c616b29f377a1408290111ed2663f7
patch 8.2.3022: available encryption methods are not strong enough

Problem:    Available encryption methods are not strong enough.
Solution:   Add initial support for xchaha20. (Christian Brabandt,
            closes #8394)
29 files changed:
.github/workflows/ci.yml
runtime/doc/eval.txt
runtime/doc/options.txt
runtime/doc/various.txt
src/INSTALLpc.txt
src/Make_cyg_ming.mak
src/Make_mvc.mak
src/auto/configure
src/blowfish.c
src/bufwrite.c
src/config.h.in
src/configure.ac
src/crypt.c
src/crypt_zip.c
src/errors.h
src/evalfunc.c
src/feature.h
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/samples/crypt_sodium_invalid.txt [new file with mode: 0644]
src/testdir/test_crypt.vim
src/undo.c
src/version.c