You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few releases back, we introduced the k6/experimental/webcrypto module to k6.
Experimental modules intend to become part of the core eventually. We intend to eventually have the webcrypto module become part of the core too.
However, the current state of the module is that most of the API we intend to cover is present, but its implementation is only partial. Currently, only certain functionalities are implemented, and only a subset of the specifications' algorithms are supported.
As a result, this issue intends to define the steps left to complete to reach a state that we deem acceptable for the webcrypto module to become stable.
The content you are editing has changed. Please copy your edits and refresh the page.
A few releases back, we introduced the
k6/experimental/webcrypto
module to k6.Experimental modules intend to become part of the core eventually. We intend to eventually have the webcrypto module become part of the core too.
However, the current state of the module is that most of the API we intend to cover is present, but its implementation is only partial. Currently, only certain functionalities are implemented, and only a subset of the specifications' algorithms are supported.
As a result, this issue intends to define the steps left to complete to reach a state that we deem acceptable for the webcrypto module to become stable.
Left to address
sign
/verify
HMAC tests relying on ECDSA key generation xk6-webcrypto#41crypto
#4031Note that this list might be incomplete in some ways, and will likely get updated as we progress towards addressing those issues and limitations⚠️
The text was updated successfully, but these errors were encountered: