[PR #6] [MERGED] Update opaque and implement it without DB #493

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/6
Author: @nitnelave
Created: 6/23/2021
Status: Merged
Merged: 6/23/2021
Merged by: @nitnelave

Base: mainHead: opaque_no_db


📝 Commits (1)

  • 00ab0ba Update opaque and implement it without DB

📊 Changes

13 files changed (+209 additions, -343 deletions)

View changed files

📝 Cargo.lock (+54 -11)
📝 Cargo.toml (+4 -1)
📝 app/src/login.rs (+1 -1)
📝 model/Cargo.toml (+1 -1)
📝 model/src/lib.rs (+19 -8)
📝 model/src/opaque.rs (+15 -19)
📝 src/domain/error.rs (+6 -0)
📝 src/domain/sql_backend_handler.rs (+7 -7)
📝 src/domain/sql_opaque_handler.rs (+78 -154)
📝 src/domain/sql_tables.rs (+0 -95)
📝 src/infra/configuration.rs (+18 -15)
📝 src/infra/db_cleaner.rs (+1 -29)
📝 src/infra/tcp_server.rs (+5 -2)

📄 Description

opaque_ke changed their interface, update to the latest.

State needs to be kept from one step to the next during the login/registration. Rather than storing it in the database, send it (encrypted) to the client and back.


🔄 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/6 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 6/23/2021 **Status:** ✅ Merged **Merged:** 6/23/2021 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `opaque_no_db` --- ### 📝 Commits (1) - [`00ab0ba`](https://github.com/lldap/lldap/commit/00ab0ba5647498d739dfe8cecf8e0f6e897d311a) Update opaque and implement it without DB ### 📊 Changes **13 files changed** (+209 additions, -343 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+54 -11) 📝 `Cargo.toml` (+4 -1) 📝 `app/src/login.rs` (+1 -1) 📝 `model/Cargo.toml` (+1 -1) 📝 `model/src/lib.rs` (+19 -8) 📝 `model/src/opaque.rs` (+15 -19) 📝 `src/domain/error.rs` (+6 -0) 📝 `src/domain/sql_backend_handler.rs` (+7 -7) 📝 `src/domain/sql_opaque_handler.rs` (+78 -154) 📝 `src/domain/sql_tables.rs` (+0 -95) 📝 `src/infra/configuration.rs` (+18 -15) 📝 `src/infra/db_cleaner.rs` (+1 -29) 📝 `src/infra/tcp_server.rs` (+5 -2) </details> ### 📄 Description opaque_ke changed their interface, update to the latest. State needs to be kept from one step to the next during the login/registration. Rather than storing it in the database, send it (encrypted) to the client and back. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:17:44 +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#493
No description provided.