Re: [openssl-users] Sign and verification using ECC 25519 curve- Bernstein

2018-10-05 Thread Linta Maria
Hi, I am using Qnx 7.0.0 which make use of openssl 1.0.2j. Can you please confirm if I can use ECC related api from openssl which is supported by openssl 1.1.0. On Mon, 1 Oct 2018, 3:41 pm Matt Caswell, wrote: > > > On 01/10/18 10:11, Linta Maria wrote: > > Hi all, >

[openssl-users] Sign and verification using ECC 25519 curve- Bernstein

2018-10-01 Thread Linta Maria
Hi all, Does openssl supports sign and verification using ECC 25519 curve Bernstein? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Default salt and padding for signature

2018-09-05 Thread Linta Maria
Hi, Can you please let me know default salt and padding used for signature generation in open ssl as we are not able to get the info . Regards, Linta -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Fwd: Openssl api for signature verification using digest

2018-08-29 Thread Linta Maria
x51,0x76,0xb1,0x0a,0x6d,0x83,0x96,0x1d,0xd3,0xc1,0xac,0x88,0xb5,0x9b,0x2d,0xc3,0x27,0xaa,0x4}; -- Forwarded message - From: *Viktor Dukhovni* Date: Wed 29 Aug, 2018, 11:30 AM Subject: Re: [openssl-users] Openssl api for signature verification using digest To: openssl-users@ope

[openssl-users] Openssl api for signature verification using digest

2018-08-28 Thread Linta Maria
Thanks Viktor for the help…. Please find below the input format. Still its not working. > On Aug 28, 2018, at 7:08 AM, Linta Maria wrote: > > I have used below code, but it’s not working. Please help me to get the correct API. > > /* > * NB: assumes verify_key, sig, sigle

Re: [openssl-users] Openssl api for signature verification using digest

2018-08-28 Thread Linta Maria
You could find more documentation about it here: > https://wiki.openssl.org/index.php/EVP_Signing_and_Verifying > > Here is the relevant manpage: > https://www.openssl.org/docs/man1.1.1/man3/EVP_DigestVerifyInit.html > > Best regards, > > Nicola Tuveri > > O

[openssl-users] Openssl api for signature verification using digest

2018-08-28 Thread Linta Maria
* Perform operation */ ret = EVP_PKEY_verify(ctx, sig, siglen, md, mdlen); /* * ret == 1 indicates success, 0 verify failure and < 0 for some * other error. */ Best regards, *George Linta Maria* -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/list