Commit History

Autor SHA1 Mensaxe Data
  stelar7 2672acf9c4 LibWeb: Stub out AES-GCM.encrypt hai 9 meses
  stelar7 3dd80d2a6e LibWeb: Implement AES-GCM.exportKey hai 9 meses
  stelar7 e53b3f5fb1 LibWeb: Implement AES-GCM.importKey hai 9 meses
  stelar7 80d37a6def LibWeb: Implement AES-GCM.getKeyLength hai 9 meses
  stelar7 f9b511a7d6 LibWeb: Implement X25519.exportKey hai 9 meses
  stelar7 b281fa2b24 LibWeb: Implement X25519.importKey hai 9 meses
  stelar7 944f00c489 LibWeb: Implement X25519.generateKey hai 9 meses
  stelar7 8c5e5adc8a LibWeb: Implement X25519.deriveBits hai 9 meses
  stelar7 af3383df09 LibWeb: Implement AES-CTR.decrypt hai 9 meses
  stelar7 74403d7f1e LibWeb: Implement AES-CTR.encrypt hai 9 meses
  stelar7 55ef1c758a LibWeb: Implement AES-CTR.generateKey hai 9 meses
  stelar7 4b2120d919 LibWeb: Implement AES-CTR.exportKey hai 9 meses
  stelar7 030cbef532 LibWeb: Implement AES-CTR.getKeyLength hai 9 meses
  stelar7 0864436383 LibWeb: Implement AES-CTR.importKey hai 9 meses
  Shannon Booth 29cea5bd24 LibWeb: Make EventLoopPlugin::deferred_invoke take a HeapFunction hai 9 meses
  Ben Wiederhake b1056121f2 LibWeb: Implement WebCrypto AES-CBC decrypt operation hai 9 meses
  Ben Wiederhake eb193251b8 LibWeb: Implement WebCrypto AES-CBC encrypt operation hai 9 meses
  Ben Wiederhake d86dcac4f7 LibWeb: Implement WebCrypto AES-CBC generateKey operation hai 9 meses
  Ben Wiederhake 9255a1ac2e LibWeb: Implement WebCrypto AES-CBC exportKey operation hai 9 meses
  Ben Wiederhake 6f88376e24 LibWeb: Implement WebCrypto AES-CBC importKey operation hai 9 meses
  Andrew Kaster 2c3531ab78 LibWeb: Move JS::Promise <-> WebIDL conversion into IDL hai 9 meses
  Ben Wiederhake f670c68ded LibWeb: Implement and test SubtleCrypto interface for HKDF operations hai 9 meses
  Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String hai 9 meses
  Shannon Booth bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 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 daf2c4ce46 LibWeb: Implement skeleton of SubtleCrypto.deriveBits 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