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
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
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
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