Hello, I am working with OpenSSL ECDH function to generate the required Key Material. When I am sending the Private data of 32 bytes with 32nd byte as 0x00, Key Material generated is unable to decrypt the Data. If the 32nd byte of the Private key is not 0x00, key material generated was able to decrypt the required data. I am using P-256 elliptical curve for my application. Do you have any possible solution for this issue? or if you any suggestion in this regard, please do let me know.
Best regards, Naz On Sun, Jan 13, 2013 at 5:20 PM, Nazeer S <worknaz...@gmail.com> wrote: > Hello, > I am working with OpenSSL ECDH function to generate the required Key > Material. When I am sending the Private data of 32 bytes with 32nd byte as > 0x00, Key Material generated is unable to decrypt the Data. If the 32nd > byte of the Private key is not 0x00, key material generated was able to > decrypt the required data. I am using P-256 elliptical curve for my > application. Do you have > > Best regards, > Naz >