Skip to content

v1.9.0

Compare
Choose a tag to compare
@JakeChampion JakeChampion released this 15 Apr 00:53

1.9.0 (2023-04-15)

Features

  • Implement subset of crypto.subtle.importKey which can import a JSONWebKey using RSASSA-PKCS1-v1_5 (b66bf50)
  • Implement subset of crypto.subtle.sign which can sign data with a JSONWebKey using RSASSA-PKCS1-v1_5 (800fb66)
  • Implement subset of crypto.subtle.verify which can verify a signature with a JSONWebKey using RSASSA-PKCS1-v1_5 (077adfd)

Bug Fixes

  • free buf if an error has occured (bfa84cc)