[PR #259] [MERGED] server: switch from OpenSSL to Rustls #648

Closed
opened 2026-02-27 08:18:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/259
Author: @nitnelave
Created: 7/15/2022
Status: Merged
Merged: 7/15/2022
Merged by: @nitnelave

Base: mainHead: rustls


📝 Commits (3)

  • 5517f82 server: switch from OpenSSL to Rustls
  • e8e07f4 docker: remove libssl-dev
  • 3eb085d migration_tool: Switch from OpenSSL to Rustls

📊 Changes

6 files changed (+451 additions, -201 deletions)

View changed files

📝 .github/workflows/docker-build-static.yml (+25 -31)
📝 Cargo.lock (+371 -129)
📝 migration-tool/Cargo.toml (+13 -4)
📝 migration-tool/src/lldap.rs (+7 -8)
📝 server/Cargo.toml (+10 -9)
📝 server/src/infra/ldap_server.rs (+25 -20)

📄 Description

This could help address #253


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/259 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 7/15/2022 **Status:** ✅ Merged **Merged:** 7/15/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `rustls` --- ### 📝 Commits (3) - [`5517f82`](https://github.com/lldap/lldap/commit/5517f82a4584a9de5f972effc4b9223110e15f7a) server: switch from OpenSSL to Rustls - [`e8e07f4`](https://github.com/lldap/lldap/commit/e8e07f45c466814372026dcb2e119faa2308f6f1) docker: remove libssl-dev - [`3eb085d`](https://github.com/lldap/lldap/commit/3eb085dea859637c2f49cbcc9c19354a2b49203f) migration_tool: Switch from OpenSSL to Rustls ### 📊 Changes **6 files changed** (+451 additions, -201 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-build-static.yml` (+25 -31) 📝 `Cargo.lock` (+371 -129) 📝 `migration-tool/Cargo.toml` (+13 -4) 📝 `migration-tool/src/lldap.rs` (+7 -8) 📝 `server/Cargo.toml` (+10 -9) 📝 `server/src/infra/ldap_server.rs` (+25 -20) </details> ### 📄 Description This could help address #253 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:18:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#648
No description provided.