serenity/Userland
Michiel Visser 2b416e5faa Base+LibTLS: Update CA Certificates list with actual certificates
The CA certificates list now contains the actual certificate data for
approximatly a hundred certificate authorities. These certificates were
generated from https://mkcert.org, which uses the Mozilla CA certificate
list.

This also updates the code for reading the CA certificates.
2022-04-17 10:10:19 +04:30
..
Applets LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Applications LibCore+Everywhere: Make Core::Stream read_line() return StringView 2022-04-16 13:27:51 -04:00
Demos LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
DevTools HackStudio: Remember if the user wants to see dotfiles between sessions 2022-04-15 00:15:04 +02:00
DynamicLoader
Games Pong: Explicitly clear held keys in Game::reset() 2022-04-15 00:13:09 +02:00
Libraries Base+LibTLS: Update CA Certificates list with actual certificates 2022-04-17 10:10:19 +04:30
Services LibCore+Everywhere: Make Core::Stream read_until() return Bytes 2022-04-16 13:27:51 -04:00
Shell Shell: Complete for current path when the text is empty 2022-04-15 13:08:41 +04:30
Utilities host: Use AK/IPv4Address to determine if argument is host/ip 2022-04-16 22:16:29 -07:00
CMakeLists.txt