ladybird/Libraries/LibWeb/Crypto
devgianlu 9613b87b12 LibWeb: Fix ED25519 PCKS#8 key export format
The ASN1 structure for PCKS#8 was wrong and missing one wrapping of the
key in a OctetString.

The issue was discovered while implementing `wrapKey` and `unwrapKey` in
the next commits.
2024-12-16 11:35:00 +01:00
..
Crypto.cpp LibWeb: Respect subarrays in Crypto#getRandomBytes 2024-12-10 06:44:00 -08:00
Crypto.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Crypto.idl
CryptoAlgorithms.cpp LibWeb: Fix ED25519 PCKS#8 key export format 2024-12-16 11:35:00 +01:00
CryptoAlgorithms.h LibWeb: Implement ECDSA.importKey and ECDSA.exportKey 2024-12-03 13:20:51 +01:00
CryptoBindings.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
CryptoBindings.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
CryptoKey.cpp LibWeb: Reorganize definitions and includes to avoid circular references 2024-11-24 11:11:44 +01:00
CryptoKey.h LibWeb: Switch ECDH.generateKey to use internal keys instead of bytes 2024-11-27 10:59:48 +01:00
CryptoKey.idl
KeyAlgorithms.cpp LibWeb: Define HmacKeyAlgorithm native accessor for length property 2024-12-16 11:35:00 +01:00
KeyAlgorithms.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
SubtleCrypto.cpp LibWeb: Remove dom_ from dom_exception_to_throw_completion 2024-12-09 20:02:51 -07:00
SubtleCrypto.h Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
SubtleCrypto.idl