mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[PR #200] [MERGED] Encryption #326
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#326
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feschber/lan-mouse/pull/200
Author: @feschber
Created: 9/14/2024
Status: ✅ Merged
Merged: 11/9/2024
Merged by: @feschber
Base:
main← Head:encryption📝 Commits (10+)
79bc64estart working on encryptione7166d4test selfsigned4c000fatest fix port9056174asdfb62540dasdf28e4895impl emulation stuffe4a7f0bconnection thingsad8c92ccapture stuffs937652afinish up server0fe5416dont use remote_addr📊 Changes
38 files changed (+4002 additions, -1373 deletions)
View changed files
📝
.gitignore(+4 -1)📝
Cargo.lock(+1002 -35)📝
Cargo.toml(+11 -1)📝
README.md(+23 -20)📝
config.toml(+6 -1)📝
lan-mouse-cli/src/lib.rs(+11 -0)➕
lan-mouse-gtk/resources/fingerprint_window.ui(+101 -0)➕
lan-mouse-gtk/resources/key_row.ui(+16 -0)📝
lan-mouse-gtk/resources/resources.gresource.xml(+2 -0)📝
lan-mouse-gtk/resources/window.ui(+63 -12)➕
lan-mouse-gtk/src/fingerprint_window.rs(+18 -0)➕
lan-mouse-gtk/src/fingerprint_window/imp.rs(+64 -0)➕
lan-mouse-gtk/src/key_object.rs(+25 -0)➕
lan-mouse-gtk/src/key_object/imp.rs(+24 -0)➕
lan-mouse-gtk/src/key_row.rs(+48 -0)➕
lan-mouse-gtk/src/key_row/imp.rs(+68 -0)📝
lan-mouse-gtk/src/lib.rs(+12 -0)📝
lan-mouse-gtk/src/window.rs(+110 -3)📝
lan-mouse-gtk/src/window/imp.rs(+42 -7)📝
lan-mouse-ipc/src/lib.rs(+28 -5)...and 18 more files
📄 Description
encrypt traffic through dtls using the webrtc dtls implementation
(#104)
Todos
Sign certificates using the server (CA = Server?) instead of selfsigned certs.Implement fingerprint based authenticity verification🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.