mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Change default cipher for --symmetric from CAST5 to AES-128.
* g10/main.h (DEFAULT_CIPHER_ALGO): Change to AES or CAST5 or 3DES
depending on configure options.
* g10/gpg.c (main): Set opt.s2k_cipher_algo to DEFAULT_CIPHER_ALGO.
--
(cherry picked from commit 57df1121c1
)
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
751b287179
commit
fc30a414d8
3 changed files with 11 additions and 8 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
@c Begin algorithm defaults
|
||||
|
||||
@set DEFSYMENCALGO CAST5
|
||||
@set DEFSYMENCALGO AES128
|
||||
|
||||
@c End algorithm defaults
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue