summaryrefslogtreecommitdiff
path: root/pith/smime.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-05-29 17:16:32 -0600
committerEduardo Chappa <chappa@washington.edu>2013-05-29 17:16:32 -0600
commit077522d7e058133f9de99d0d74481566b21c5a98 (patch)
tree61095d90e1bc059ff0dbaef5cbf38cabf8a2948b /pith/smime.c
parent7d52215d26b6bec1888f546da5d56657cfb16516 (diff)
downloadalpine-077522d7e058133f9de99d0d74481566b21c5a98.tar.xz
* quote of shell characters when opening urls.
* increase of encryption of S/MIME messages.
Diffstat (limited to 'pith/smime.c')
-rw-r--r--pith/smime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/smime.c b/pith/smime.c
index dc332a2a..d212b233 100644
--- a/pith/smime.c
+++ b/pith/smime.c
@@ -1390,7 +1390,7 @@ encrypt_outgoing_message(METAENV *header, BODY **bodyP)
dprint((9, "encrypt_outgoing_message()"));
smime_init();
- cipher = EVP_des_cbc();
+ cipher = EVP_aes_256_cbc();
encerts = sk_X509_new_null();