[openssl-dev] [openssl.org #4432] [BUG] Building with "no-des" fails at crypto/cms/cms_kari.c

2016-06-23 Thread Rich Salz via RT
https://github.com/openssl/openssl/pull/872 Closing ticket. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4432 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4432] [BUG] Building with "no-des" fails at crypto/cms/cms_kari.c

2016-03-15 Thread Tuyen Tran via RT
Thank you Jeremy. I have add a commit to handle no-aes as well. -- Tuyen Tran -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4432 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-

Re: [openssl-dev] [openssl.org #4432] [BUG] Building with "no-des" fails at crypto/cms/cms_kari.c

2016-03-15 Thread Jeremy Farrell via RT
On 15/03/2016 14:41, Tuyen Tran via RT wrote: > ../libcrypto.a(cms_kari.o): In function `cms_RecipientInfo_kari_encrypt': > cms_kari.c:(.text+0x647): undefined reference to `EVP_des_ede3_wrap' > > Using: > > $ uname -s -r -v -m -p -i -o > Linux 2.6.32-573.18.1.el6.x86_64 #1 SMP Wed Jan 6 11:20:49

[openssl-dev] [openssl.org #4432] [BUG] Building with "no-des" fails at crypto/cms/cms_kari.c

2016-03-15 Thread Tuyen Tran via RT
../libcrypto.a(cms_kari.o): In function `cms_RecipientInfo_kari_encrypt': cms_kari.c:(.text+0x647): undefined reference to `EVP_des_ede3_wrap' Using: $ uname -s -r -v -m -p -i -o Linux 2.6.32-573.18.1.el6.x86_64 #1 SMP Wed Jan 6 11:20:49 EST 2016 x86_64 x86_64 x86_64 GNU/Linux ~/sandbox/openssl-