serenity/Userland/Libraries
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
..
LibAccelGfx
LibArchive
LibAudio AK+Lagom: Make it possible to build for iOS 2024-03-03 13:13:42 -07:00
LibC
LibCards
LibChess
LibCMake
LibCodeComprehension
LibCompress AK+Lagom: Make it possible to build for iOS 2024-03-03 13:13:42 -07:00
LibConfig LibConfig+ConfigServer: Add permissive mode 2024-03-07 17:49:01 -05:00
LibCore LibCore: Use Core::System::pipe2 for creating the event loops waking FDs 2024-03-13 12:52:07 -04:00
LibCoredump
LibCpp
LibCrypt
LibCrypto LibCrypto: Add observers for the *byte* length of UnsignedBigInteger 2024-03-13 15:31:00 -06:00
LibDebug
LibDesktop
LibDeviceTree
LibDiff patch+LibDiff: Add support for applying patches with preprocessor macro 2024-03-03 08:56:00 +01:00
LibDNS
LibDSP
LibEDID
LibELF
LibFileSystem AK+Lagom: Make it possible to build for iOS 2024-03-03 13:13:42 -07:00
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx/TinyVG: Fix decoding green channel of graphics RGB565 colors 2024-03-12 21:53:23 +00:00
LibGL
LibGLSL
LibGPU
LibGUI LibGfx: Add the start of a JBIG2 loader 2024-03-09 16:01:22 +01:00
LibHTTP LibHTTP: Disable finish repeat timer before deferring job completion 2024-03-02 20:45:35 +03:30
LibIDL LibIDL: Ignore leading underscores in IDL identifier names 2024-03-12 09:31:41 +01:00
LibImageDecoderClient
LibIMAP
LibIPC LibIPC: Add support for encoding and decoding Array<T, N> 2024-03-06 07:19:10 +01:00
LibJIT
LibJS LibWeb/WebIDL: Introduce ObservableArray 2024-03-08 16:31:21 +01:00
LibKeyboard
LibLine LibLine: Ensure suggestions are reset after ^C 2024-02-29 09:09:47 +01:00
LibLocale
LibMain
LibManual
LibMarkdown
LibPartition
LibPCIDB
LibPDF LibPDF: In Filter::decode_jbig2(), invert bits 2024-03-10 10:10:55 -04:00
LibProtocol Everywhere: Merge the WebSocket service into RequestServer 2024-03-06 10:07:27 +01:00
LibRegex AK+LibRegex+LibWasm: Remove the non-const COWVector::operator[] 2024-03-12 17:10:47 +01:00
LibRIFF
LibSanitizer
LibSemVer
LibSoftGPU
LibSQL LibSQL: Use Core::Environment instead of Core::System::*env() 2024-02-27 08:33:48 +00:00
LibSymbolication
LibSyntax
LibSystem
LibTest Userland+Tests: Remove unused <AK/Tuple.h> includes 2024-03-01 14:05:53 -07:00
LibTextCodec
LibThreading
LibTimeZone
LibTLS LibCrypto: Store ASN1 certificate timestamps as UnixDateTime 2024-03-08 00:41:23 +01:00
LibUnicode
LibUSBDB
LibVideo
LibVirtGPU
LibVT
LibWasm LibWasm: Remove uses of AK::Result 2024-03-12 17:10:47 +01:00
LibWeb LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP 2024-03-13 15:31:00 -06:00
LibWebSocket
LibWebView LibWebView: Ensure we resolve cookie promises upon early returns 2024-03-06 14:38:49 -05:00
LibX86
LibXML
CMakeLists.txt