[Webkit-unassigned] [Bug 144938] WebCrypto: RSASSA-PKCS1-v1_5 generated keys can not be exported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 14:08:06 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=144938

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #264956|review?                     |review+
              Flags|                            |

--- Comment #18 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 264956
  --> https://bugs.webkit.org/attachment.cgi?id=264956
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=264956&action=review

> Source/WebCore/bindings/js/JSCryptoAlgorithmDictionary.cpp:52
> +enum class HashRequirement {
> +    HashIsOptional,
> +    HashIsRequired, 
> +};

I'd use shorter values, given that the enum name is now required, e.g. HashRequirement::Optional.

-- 
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/20151106/e36e157c/attachment.html>


More information about the webkit-unassigned mailing list