Re: [openssl-users] big endian vs little endian

2016-12-18 Thread Jeffrey Walton
On Sun, Dec 18, 2016 at 5:09 PM, Viktor Dukhovni wrote: > >> On Dec 18, 2016, at 2:55 PM, Walter H. via openssl-users >> wrote: >> >> encrypt >> openssl enc -e -in file -out encryptfile -aes-256-gcm > > GCM is not supported with "openssl

Re: [openssl-users] big endian vs little endian

2016-12-18 Thread Jeremy Farrell
On 18/12/2016 16:21, sahorwitz wrote: I am obviosly a newbie and missing something. How then do I encrypt the file on one machine (little endian), transmit it to another machine (big endian) and decrypt it there? What problem are you actually seeing? In what way does the decryption fail on

Re: [openssl-users] big endian vs little endian

2016-12-18 Thread Viktor Dukhovni
> On Dec 18, 2016, at 2:55 PM, Walter H. via openssl-users > wrote: > > encrypt > openssl enc -e -in file -out encryptfile -aes-256-gcm GCM is not supported with "openssl enc(1)". Use a CBC cipher instead. -- Viktor. -- openssl-users mailing list To

Re: [openssl-users] Problem with certificate check when it does not match CN

2016-12-18 Thread Viktor Dukhovni
> On Dec 18, 2016, at 4:52 PM, Brice André wrote: > > I know that the current certificate is the old one, but this > is because my service is in production. > > I tested new certificate this evening to limit the number of > impacted clients. And as it did not worked, i

Re: [openssl-users] Problem with certificate check when it does not match CN

2016-12-18 Thread Brice André
Dear Viktor, Thanks for your answer. I Know that the current certificate is the old one, but this is because my service is in production. I tested new certificate this evening to limit the number of impacted clients. And as it did not worked, i reinstalled previous certificate waiting a

Re: [openssl-users] Problem with certificate check when it does not match CN

2016-12-18 Thread Viktor Dukhovni
> On Dec 18, 2016, at 3:05 PM, Brice André wrote: > > I developped the service a few years ago and got wildcard certificates from > Startcom. Due to the recent probems with startcom, I migrated my certificates > to COMODO. I also tried to rationalise the number of

Re: [openssl-users] big endian vs little endian

2016-12-18 Thread Walter H. via openssl-users
On 18.12.2016 17:21, sahorwitz wrote: I am obviosly a newbie and missing something. How then do I encrypt the file on one machine (little endian), transmit it to another machine (big endian) and decrypt it there? similar to this: encrypt openssl enc -e -in file -out encryptfile -aes-256-gcm

Re: [openssl-users] big endian vs little endian

2016-12-18 Thread Ken Goldman
On 12/18/2016 11:21 AM, sahorwitz wrote: I am obviously a newbie and missing something. How then do I encrypt the file on one machine (little endian), transmit it to another machine (big endian) and decrypt it there? Why do you think endian'ness is an issue? -- openssl-users mailing list To

[openssl-users] Problem with certificate check when it does not match CN

2016-12-18 Thread Brice André
Dear all, I use a gsoap application for which I write the server (php/apache) and client (gsoap and openssl). As I am pretty sure my problem comes from openssl and not gsoap, I am asking my question here. I developped the service a few years ago and got wildcard certificates from Startcom. Due

Re: [openssl-users] big endian vs little endian

2016-12-18 Thread sahorwitz
I am obviosly a newbie and missing something. How then do I encrypt the file on one machine (little endian), transmit it to another machine (big endian) and decrypt it there? -- View this message in context: http://openssl.6102.n7.nabble.com/big-endian-vs-little-endian-tp69372p69377.html Sent

[openssl-users] Error code 554184855 on PKCS7_sign_add_signer?

2016-12-18 Thread Anibal F. Martinez Cortina
Hello everyone, I've been reading smime.c and trying to work my way up from a command that does work. However, I've reached this stage, and I get an error code I don-t know how to diagnose. The source is this(BEWARE: very little error handling, this is just a first informed attempt at the