[Webkit-unassigned] [Bug 163125] [GTK] Use libgcrypt instead of GnuTLS for CryptoDigest and SubtleCrypto HMAC implementation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 7 16:25:13 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163125
--- Comment #9 from Olivier Blin <olivier.blin at softathome.com> ---
(In reply to comment #7)
> Comment on attachment 290961 [details]
>
> > Source/cmake/OptionsGTK.cmake:35
> > +find_package(GCrypt REQUIRED)
>
> All the functions you used were available in the first release of GCrypt?
Good point.
The HMAC APIs have been added in 1.6.0:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=fcd6da37d55f248d3558ee0ff385b41b866e7ded
Digest APIs are way older, from 1999:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=98f4d26ffe97e99d9f9bd5dc58d9f511d9e64514
I'll require 1.6.0 then, released in December 2013
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161007/1780ddd4/attachment.html>
More information about the webkit-unassigned
mailing list