Re: [openssl-users] ECDSA digest configurations

2015-04-28 Thread Dr. Stephen Henson
On Mon, Apr 27, 2015, Rajeswari K wrote: > Hi Steve, > > Thanks for the response. > > We are using openssl-1.0.1j. > > Following is how have configured NID_sha1 and NID_ecdsa_with_sha1. > > We use our own signature and digest methods. But, i see modification of > digest has issue. If i dont se

Re: [openssl-users] ECDSA digest configurations

2015-04-27 Thread Rajeswari K
Hi Steve, Thanks for the response. We are using openssl-1.0.1j. Following is how have configured NID_sha1 and NID_ecdsa_with_sha1. We use our own signature and digest methods. But, i see modification of digest has issue. If i dont set any digest method, then our signature functions are getting

Re: [openssl-users] ECDSA digest configurations

2015-04-24 Thread Dr. Stephen Henson
On Fri, Apr 24, 2015, Rajeswari K wrote: > Hello openssl-users, > > I have an issue with update of ECDSA digests in our environment. > > We have our own digest functions for init, update and final where we > registered with these functions for NID_sha1, NID_sha256, NID_sha384 and > NID_sha512. T

[openssl-users] ECDSA digest configurations

2015-04-24 Thread Rajeswari K
Hello openssl-users, I have an issue with update of ECDSA digests in our environment. We have our own digest functions for init, update and final where we registered with these functions for NID_sha1, NID_sha256, NID_sha384 and NID_sha512. These digests were updated at openssl, via ENGINE_set_dig