[openssl-dev] PKI encryption failing on 32-bit Solaris

2016-11-07 Thread Perrow, Graeme
I sent this email to the openssl-users list the other day, but I wonder if openssl-dev might be a better place. I have a small test program (source attached) that does a very simple PKI encrypt / decrypt. This program works on Windows, Linux, and Solaris (64-bit) but fails if I run a 32-bit

Re: [openssl-dev] Backporting opaque struct getter/setter functions

2016-11-07 Thread Kurt Roeckx
On Thu, Nov 03, 2016 at 03:11:10PM -0500, Benjamin Kaduk wrote: > To revitalize an old thread (quoted below but summarized here), some > applications may desire source-code compatibility between the 1.0.2 API > and the 1.1.0 API. It seems like the sense of the team is that such > accessor

Re: [openssl-dev] Backporting opaque struct getter/setter functions

2016-11-07 Thread Short, Todd
The file below is LPGL 2.1, and may not be compatible with various projects. Can it be changed to use the OpenSSL license or equivalent? -- -Todd Short // tsh...@akamai.com // "One if by land, two if by sea, three if by the Internet." On Nov 3, 2016, at 4:31 PM, Douglas

Re: [openssl-dev] [openssl.org #4504] Openssl cms encrypt bug.

2016-11-07 Thread Michel
Hi Andrew, I seem to recall that depending of the OpenSSL version, there was issue with CFB1 mode. Michel. -Message d'origine- De : openssl-dev [mailto:openssl-dev-boun...@openssl.org] De la part de ?? ? via RT Envoyé : lundi 7 novembre 2016 11:40 Cc :

[openssl-dev] [openssl-announce] Forthcoming OpenSSL release

2016-11-07 Thread OpenSSL
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Forthcoming OpenSSL release === The OpenSSL project team would like to announce the forthcoming release of OpenSSL version 1.1.0c This release will be made available on 10th November 2016 between 1200-1600 UTC and will fix

Re: [openssl-dev] [openssl.org #4504] Openssl cms encrypt bug.

2016-11-07 Thread Андрей Прокопьев via RT
Hi, Stephen. One more bug was found with enc option. I want encrypt and decrypt any text with cipher "-des-ede3-cfb1". I used "curl -h" to generete text. curl -h | openssl enc -des-ede3-cfb1 -pass pass:test | openssl enc -d -des-ede3-cfb1 -pass pass:test Looks like openssl encrypts text with