Commit History

Autor SHA1 Mensaxe Data
  Ben Wiederhake b1056121f2 LibWeb: Implement WebCrypto AES-CBC decrypt operation hai 8 meses
  Ben Wiederhake eb193251b8 LibWeb: Implement WebCrypto AES-CBC encrypt operation hai 8 meses
  Ben Wiederhake d86dcac4f7 LibWeb: Implement WebCrypto AES-CBC generateKey operation hai 8 meses
  Ben Wiederhake 9255a1ac2e LibWeb: Implement WebCrypto AES-CBC exportKey operation hai 8 meses
  Ben Wiederhake 6f88376e24 LibWeb: Implement WebCrypto AES-CBC importKey operation hai 8 meses
  Ben Wiederhake 124bd115a1 LibWeb: Fix crash when importing malformed RSAOAEP key hai 8 meses
  Ben Wiederhake efad0b5676 LibWeb: Remove dead write in HKDF/PBKDF importKey operation hai 8 meses
  Ben Wiederhake ee3b86c3f8 LibWeb: Remove superfluous step in HKDF deriveBits operation hai 8 meses
  Ben Wiederhake 6d68d6ddb2 LibWeb: Test subtleties in HKDF 'salt' interpretation hai 8 meses
  Ben Wiederhake f670c68ded LibWeb: Implement and test SubtleCrypto interface for HKDF operations hai 8 meses
  Ben Wiederhake 6072ae5bae LibWeb: Simplify WebCrypto accesses to keys hai 8 meses
  Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String hai 9 meses
  Asutosh Variar 229b64a4b7 Everywhere: Convert from_string_view -> from_string_literal where static hai 10 meses
  Dennis Camera 81a0aa5725 LibWeb: Implement CryptoAlgorithms for big-endian hai 1 ano
  Matthew Olsson 8450041b52 LibWeb: Fix some GCVerifier warnings hai 1 ano
  stelar7 7c7f01b82f LibWeb: Add RSAOAEP.exportKey for the pkcs8 format hai 1 ano
  stelar7 f9dd028119 LibWeb: Add RSAOAEP.exportKey for the spki format hai 1 ano
  stelar7 9f3c3925e0 LibWeb: Implement skeleton of SubtleCrypto.deriveKey hai 1 ano
  stelar7 abf55fe33d LibWeb: Implement PBKDF2 getKeyLength for SubtleCrypto hai 1 ano
  stelar7 19bb62d60e LibWeb: Implement PBKDF2 deriveBits for SubtleCrypto hai 1 ano
  stelar7 35676491ec LibWeb: Implement ED25519 verify for SubtleCrypto hai 1 ano
  stelar7 9ad10566b2 LibWeb: Implement ED25519 sign for SubtleCrypto hai 1 ano
  stelar7 ec015034bd LibWeb: Implement ED25519 generateKey for SubtleCrypto hai 1 ano
  stelar7 ae230c9150 LibWeb: Implement most of ECDSA verify for SubtleCrypto hai 1 ano
  stelar7 bc2a5e24bc LibWeb: Implement skeleton of ECDSA sign for SubtleCrypto hai 1 ano
  stelar7 41449814db LibWeb: Implement generateKey for ECDSA hai 1 ano
  Andrew Kaster cddbdf5ae9 LibWeb: Implement skeleton of RSA-OAEP decrypt for SubtleCrypto hai 1 ano
  Andrew Kaster 29b68a1b10 LibWeb: Implement skeleton of RSA-OAEP encrypt for SubtleCrypto hai 1 ano
  Andrew Kaster 497f3ca0fd LibWeb: Store PBKDF2Params' salt field as a ByteBuffer directly hai 1 ano
  Andrew Kaster a0623a47de LibWeb: Implement importKey for RSA-OAEP hai 1 ano