1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 23:58:12 +00:00
serenity/Userland/Libraries/LibWeb/Crypto
Andrew Kaster a9d240c647 LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP
This patch implements and tests window.crypto.sublte.generateKey with
an RSA-OAEP algorithm. In order for the types to be happy, the
KeyAlgorithms objects are moved to their own .h/.cpp pair, and the new
KeyAlgorithms for RSA are added there.
2024-03-13 15:31:00 -06:00
..
Crypto.cpp LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray 2023-12-26 11:16:10 +01:00
Crypto.h LibWeb: Use ArrayBufferView for Crypto::getRandomValues 2023-11-24 08:43:35 +01:00
Crypto.idl LibWeb: Use ArrayBufferView for Crypto::getRandomValues 2023-11-24 08:43:35 +01:00
CryptoAlgorithms.cpp LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP 2024-03-13 15:31:00 -06:00
CryptoAlgorithms.h LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP 2024-03-13 15:31:00 -06:00
CryptoBindings.h LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP 2024-03-13 15:31:00 -06:00
CryptoKey.cpp LibWeb: Add CryptoKeyPair object for use in upcoming SubtleCrypto APIs 2024-03-13 15:31:00 -06:00
CryptoKey.h LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP 2024-03-13 15:31:00 -06:00
CryptoKey.idl LibWeb: Add the CryptoKey interface 2024-01-23 14:07:06 -07:00
KeyAlgorithms.cpp LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP 2024-03-13 15:31:00 -06:00
KeyAlgorithms.h LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP 2024-03-13 15:31:00 -06:00
SubtleCrypto.cpp LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP 2024-03-13 15:31:00 -06:00
SubtleCrypto.h LibWeb: Implement SubtleCrypto.generateKey skeleton 2024-03-13 15:31:00 -06:00
SubtleCrypto.idl LibWeb: Implement SubtleCrypto.generateKey skeleton 2024-03-13 15:31:00 -06:00