feat: HTTPS/TLS foundations and BWM window manager#214
Merged
Conversation
…ove BWM Remove kernel terminal_manager and shell modules (-1604 lines): - Delete terminal_manager.rs and shell/mod.rs - Remove terminal_manager keyboard/mouse interception from interrupts and input_mmio - Remove terminal_manager log routing from logger - Remove btop refresh and log drain from render_task - Remove display_active checks from render_queue - Remove deactivate/reactivate from syscall handlers - Clean up stale terminal_manager references in comments BWM window manager improvements: - BWM now auto-launched by init (replaces kernel terminal_manager) - Fix input routing: remove standalone bsh from init to prevent stdin contention with BWM's PTY-based bsh - Fix character spacing: use 6px cell advance (tighter than 7px raster) with two-pass rendering for clean glyph overlap - Tab text uses same tight spacing via draw_text_tight() HTTPS/TLS foundations (libbreenix): - Add crypto module: AES-128/256, GCM, SHA-256, HMAC, RSA, X25519, CSPRNG - Add TLS 1.2 module: record layer, handshake, PRF, stream wrapper - Add X.509 module: ASN.1 DER parser, certificate parsing, chain validation, embedded CA bundle - Add burl: curl-like HTTPS client using the TLS stack - Enhance HTTP module with chunked transfer encoding and content-length Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code