mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #1389] [MERGED] refactor(server): migrate to rustls 0.23 and centralize TLS logic #1293
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#1293
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/lldap/lldap/pull/1389
Author: @lyzstrik
Created: 1/25/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @nitnelave
Base:
main← Head:refactor/migrate-to-rustls-0.23📝 Commits (3)
804a762refactor(server): migrate to rustls 0.23 and centralize TLS logic62e5b9bfmt6b79e61fix: handle IP addresses in server name parsing📊 Changes
7 files changed (+195 additions, -150 deletions)
View changed files
📝
Cargo.lock(+65 -50)📝
server/Cargo.toml(+17 -9)📝
server/src/healthcheck.rs(+79 -42)📝
server/src/ldap_server.rs(+12 -49)📝
server/src/main.rs(+1 -0)📝
server/src/mod.rs(+1 -0)➕
server/src/tls.rs(+20 -0)📄 Description
Context
This PR is the first part of splitting #1367, as requested.
It focuses solely on the technical migration to Rustls 0.23 and code refactoring, without adding the new HTTPS feature yet.
Key changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.