thread safety in gnutls [was: Re: Handshake and verification]
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed Dec 9 17:07:54 CET 2009
On 12/09/2009 10:58 AM, lfinsto at gwdg.de wrote:
> On Wed, December 9, 2009 4:45 pm, Daniel Kahn Gillmor wrote:
>> gcry_control (GCRYCTL_SUSPEND_SECMEM_WARN);
>> gcry_control (GCRYCTL_INIT_SECMEM, 32768, 0);
>> gcry_control (GCRYCTL_RESUME_SECMEM_WARN);
>
> It worked! Thank you, and for the references.
great! just to be clear: you were able to remove the mutex and the
locking that you had needed earlier, and the program now runs fine? i
want to make sure that gnutls hasn't introduced any threadsafety issues
of its own.
--dkg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 891 bytes
Desc: OpenPGP digital signature
URL: </pipermail/attachments/20091209/fd5993b4/attachment.pgp>
More information about the Gnutls-devel
mailing list