gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Provide a gnutls_x509_crt_verify_hash


From: Cedric BAIL
Subject: Re: [PATCH] Provide a gnutls_x509_crt_verify_hash
Date: Fri, 17 Apr 2009 14:37:43 +0200

On Fri, Apr 17, 2009 at 2:26 PM, Nikos Mavrogiannopoulos
<address@hidden> wrote:
> Cedric BAIL wrote:
>
>>>> Btw, there is some problem in the code:
>>>>
>>>> verify.c: In function '_pkcs1_rsa_verify_sig':
>>>> verify.c:667: error: assignment from incompatible pointer type
>>> The code seems broken, this assignment:
>>>
>>>       cmp = &md;
>>>
>>> should clearly be
>>>
>>>       cmp = md;
>>
>> Sounds better. Sorry for the mistake.
>>
>>> There is another problem too:
>>>
>>> x509.c:2330: error: passing argument 1 of '_gnutls_x509_verify_algorithm' 
>>> from incompatible pointer type
>>
>> As I did send the patch against 2.7.6, the first argument of
>> _gnutls_x509_verify_algorithm should be "gnutls_mac_algorithm_t
>> *hash". So it should not raise any warning.
>
> I have applied some fixes for these issues but it would be nice to send
> some example code that uses those functions in order to have a test case
>  for them.

Hum, I don't have a simple test case, but I already did commit some
code in eet that use it, look around line 554 at :
http://trac.enlightenment.org/e/browser/trunk/eet/src/lib/eet_cipher.c

Regards,
-- 
Cedric BAIL




reply via email to

[Prev in Thread] Current Thread [Next in Thread]