[PR #2100] [MERGED] update test certs for 2023 #2805

Closed
opened 2026-03-16 11:09:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2100
Author: @bluejekyll
Created: 12/1/2023
Status: Merged
Merged: 12/4/2023
Merged by: @bluejekyll

Base: mainHead: udpate-test-certs


📝 Commits (3)

  • 80caa35 update openssl to 0.10.60
  • a83c0f7 update certs
  • bc81cb6 replace pkcs12 construction with raw cert/ca/key usage in rustls and native-tls tests

📊 Changes

14 files changed (+279 additions, -227 deletions)

View changed files

📝 Cargo.lock (+4 -4)
📝 crates/proto/src/native_tls/tests.rs (+6 -4)
📝 crates/proto/src/rustls/tests.rs (+17 -18)
📝 justfile (+1 -1)
📝 scripts/gen_certs.sh (+3 -0)
📝 tests/test-data/ca.der (+0 -0)
📝 tests/test-data/ca.key (+50 -50)
📝 tests/test-data/ca.pem (+28 -28)
📝 tests/test-data/ca.pubkey (+12 -12)
tests/test-data/cert-key.pk8 (+52 -0)
📝 tests/test-data/cert.csr (+27 -27)
📝 tests/test-data/cert.key (+50 -50)
📝 tests/test-data/cert.p12 (+0 -0)
📝 tests/test-data/cert.pem (+29 -33)

📄 Description

output of just generate-test-certs, fixes local certificate tests.


🔄 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/hickory-dns/hickory-dns/pull/2100 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 12/1/2023 **Status:** ✅ Merged **Merged:** 12/4/2023 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `udpate-test-certs` --- ### 📝 Commits (3) - [`80caa35`](https://github.com/hickory-dns/hickory-dns/commit/80caa357bc62e2091fe48b439b5210a87596faf8) update openssl to 0.10.60 - [`a83c0f7`](https://github.com/hickory-dns/hickory-dns/commit/a83c0f7efb3ce4210a0e1cc2fae5a2c562461e14) update certs - [`bc81cb6`](https://github.com/hickory-dns/hickory-dns/commit/bc81cb6d0941f0e44042fd6a491fffe20590184e) replace pkcs12 construction with raw cert/ca/key usage in rustls and native-tls tests ### 📊 Changes **14 files changed** (+279 additions, -227 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `crates/proto/src/native_tls/tests.rs` (+6 -4) 📝 `crates/proto/src/rustls/tests.rs` (+17 -18) 📝 `justfile` (+1 -1) 📝 `scripts/gen_certs.sh` (+3 -0) 📝 `tests/test-data/ca.der` (+0 -0) 📝 `tests/test-data/ca.key` (+50 -50) 📝 `tests/test-data/ca.pem` (+28 -28) 📝 `tests/test-data/ca.pubkey` (+12 -12) ➕ `tests/test-data/cert-key.pk8` (+52 -0) 📝 `tests/test-data/cert.csr` (+27 -27) 📝 `tests/test-data/cert.key` (+50 -50) 📝 `tests/test-data/cert.p12` (+0 -0) 📝 `tests/test-data/cert.pem` (+29 -33) </details> ### 📄 Description output of `just generate-test-certs`, fixes local certificate tests. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:09:16 +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/hickory-dns#2805
No description provided.