Re: [openssl-users] help on des_cblock

2016-03-19 Thread Jason Qian
, March 18, 2016 1:19 PM > *To:* openssl-users@openssl.org > *Subject:* [openssl-users] help on des_cblock > > > > I am new on openSSl and run into a issue need some help. > > > In our application, the client and server perform a Diffie Hellman Key > exchange and the

Re: [openssl-users] help on des_cblock

2016-03-19 Thread Scott Neugroschl
I suspect the use of std::string and c_str(). Use a std::vector instead. From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Jason Qian Sent: Friday, March 18, 2016 1:19 PM To: openssl-users@openssl.org Subject: [openssl-users] help on des_cblock I am new on openSSl and

[openssl-users] help on des_cblock

2016-03-19 Thread Jason Qian
I am new on openSSl and run into a issue need some help. In our application, the client and server perform a Diffie Hellman Key exchange and then encrypt the data The client is written in C++(using openSSL), and server is in java. Most of time, it is running correctly, but occasionally the se

Re: [openssl-users] help on des_cblock

2016-03-18 Thread Scott Neugroschl
enssl.org>] On Behalf Of Jason Qian Sent: Friday, March 18, 2016 1:19 PM To: openssl-users@openssl.org<mailto:openssl-users@openssl.org> Subject: [openssl-users] help on des_cblock I am new on openSSl and run into a issue need some help. In our application, the client and server perfor