Re: Spec for RSA-OAEP doesn't say what to do for null or missing or array buffer view labels

On 7/9/14, 3:34 PM, Ryan Sleevi wrote:
> Regarding how to treat null, yes, we should treat it the same way
> AES-GCM handles an empty additionalData

I would actually recommend dropping nullability here altogether, unless 
there's some sort of back compat need.  Missing should be treated as 
empty, ArrayBuffer and ArrayBufferView should be copied as already in 
the spec, null should just throw.

-Boris

Received on Wednesday, 9 July 2014 19:38:23 UTC