[PR #119] [MERGED] feat: support ecdsa tls cert #479

Closed
opened 2026-04-08 16:53:05 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/119
Author: @sigoden
Created: 8/2/2022
Status: Merged
Merged: 8/2/2022
Merged by: @sigoden

Base: mainHead: feat-tls-ec


📝 Commits (1)

  • fe9195a feat: support ecdsa tls cert

📊 Changes

5 files changed (+29 additions, -6 deletions)

View changed files

📝 src/tls.rs (+7 -6)
tests/data/cert_ecdsa.pem (+11 -0)
📝 tests/data/generate_tls_certs.sh (+2 -0)
tests/data/key_ecdsa.pem (+5 -0)
📝 tests/tls.rs (+4 -0)

📄 Description

close #118


🔄 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/sigoden/dufs/pull/119 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 8/2/2022 **Status:** ✅ Merged **Merged:** 8/2/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-tls-ec` --- ### 📝 Commits (1) - [`fe9195a`](https://github.com/sigoden/dufs/commit/fe9195a10f1174831c48bd4a8d6f5ecee34b88db) feat: support ecdsa tls cert ### 📊 Changes **5 files changed** (+29 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/tls.rs` (+7 -6) ➕ `tests/data/cert_ecdsa.pem` (+11 -0) 📝 `tests/data/generate_tls_certs.sh` (+2 -0) ➕ `tests/data/key_ecdsa.pem` (+5 -0) 📝 `tests/tls.rs` (+4 -0) </details> ### 📄 Description close #118 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:05 +03:00
zhus closed this issue 2026-04-08 16:53:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#479