From 2ac0c945d78d8b66246ce47c5a366a1fd6464aa5 Mon Sep 17 00:00:00 2001 From: mwatson2 Date: Wed, 13 Jul 2016 12:43:36 -0700 Subject: [PATCH] Fix #45: AES-CTR get key length returns OperationError on invalid key length (#112) --- spec/Overview-WebCryptoAPI.xml | 2 +- spec/Overview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Overview-WebCryptoAPI.xml b/spec/Overview-WebCryptoAPI.xml index 775ff8a..74612b1 100644 --- a/spec/Overview-WebCryptoAPI.xml +++ b/spec/Overview-WebCryptoAPI.xml @@ -12168,7 +12168,7 @@ dictionary AesDerivedKeyParams : length member of normalizedDerivedKeyAlgorithm is not 128, 192 or 256, then throw a - DataError. + OperationError.

  • diff --git a/spec/Overview.html b/spec/Overview.html index 96e1598..e0233aa 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -11742,7 +11742,7 @@

    25.7. Operations

    If the length member of normalizedDerivedKeyAlgorithm is not 128, 192 or 256, then throw a - DataError. + OperationError.