Re: [openssl-users] Openssl 1_1_0 compatibility question

2016-09-06 Thread david
At 09:25 AM 9/5/2016, you wrote: david wrote: > On the client: > openssl enc -salt -a -A -aes128 -pass pass:123 > > On the server: > openssl enc -d -salt -a -A -aes128 -pass pass:123 > > When the ENCRYPTING software is 1_0_2h and the > decrypting software is 1_0_1e on Linux or 1_0_2h on Windows,

Re: [openssl-users] Openssl 1_1_0 compatibility question

2016-09-05 Thread Guy
david wrote: > On the client: > openssl enc -salt -a -A -aes128 -pass pass:123 > > On the server: > openssl enc -d -salt -a -A -aes128 -pass pass:123 > > When the ENCRYPTING software is 1_0_2h and the > decrypting software is 1_0_1e on Linux or 1_0_2h on Windows, > the decryption successfully reco

[openssl-users] Openssl 1_1_0 compatibility question

2016-09-03 Thread david
Folks In the home-grown application I have, data is encrypted on Windows clients and decrypted on Centos servers, all with OpenSSL, using a shared symmetric password. My clients have been running OpenSSL versions 1.0.* with each new version being installed on Windows (using https://slproweb