Self-test report generated by 'make report' - testlog attached

Application Details (name, version)
 - openssl-1.0.2a

Problem Description

./Configure linux-x86_64 no-des
make depend
make

../libcrypto.a(cms_kari.o): In function `cms_RecipientInfo_kari_encrypt':
cms_kari.c:(.text+0xa21): undefined reference to `EVP_des_ede3_wrap'
collect2: error: ld returned 1 exit status
../Makefile.shared:164: recipe for target 'link_app.' failed



when OPENSSL_NO_DES is defined (no-des), the cms utility (Cryptographic
Message Syntax) should not use des3 for encryption.

------------------
In file cms_kari.c at line 400

if (EVP_CIPHER_type(cipher) == NID_des_ede3_cbc)
kekcipher = EVP_des_ede3_wrap();

------------------

An error message should be printed to the final user "des3 not supported"

-- 
:[ Saludos .... Osvaldo Calles :[

Attachment: testlog
Description: Binary data

_______________________________________________
openssl-bugs-mod mailing list
openssl-bugs-...@openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to