6559356 Test for case when challenge_altnames is empty
📊 Changes
1 file changed (+35 additions, -33 deletions)
View changed files
📝dehydrated (+35 -33)
📄 Description
When all names in a cert have already been validated, the challenge_altnames array will be empty, causes an error in later code. This patch adds a test to handle that case.
Tested with: GNU bash, version 4.2.46(1)-release (x86_64-redhat-linux-gnu)
🔄 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/dehydrated-io/dehydrated/pull/321
**Author:** [@whereisaaron](https://github.com/whereisaaron)
**Created:** 12/21/2016
**Status:** ✅ Merged
**Merged:** 12/22/2016
**Merged by:** [@lukas2511](https://github.com/lukas2511)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (1)
- [`6559356`](https://github.com/dehydrated-io/dehydrated/commit/65593561046109f44040b2a99e9169fcd367646b) Test for case when challenge_altnames is empty
### 📊 Changes
**1 file changed** (+35 additions, -33 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+35 -33)
</details>
### 📄 Description
When all names in a cert have already been validated, the challenge_altnames array will be empty, causes an error in later code. This patch adds a test to handle that case.
Tested with: GNU bash, version 4.2.46(1)-release (x86_64-redhat-linux-gnu)
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/321
Author: @whereisaaron
Created: 12/21/2016
Status: ✅ Merged
Merged: 12/22/2016
Merged by: @lukas2511
Base:
master← Head:master📝 Commits (1)
6559356Test for case when challenge_altnames is empty📊 Changes
1 file changed (+35 additions, -33 deletions)
View changed files
📝
dehydrated(+35 -33)📄 Description
When all names in a cert have already been validated, the challenge_altnames array will be empty, causes an error in later code. This patch adds a test to handle that case.
Tested with: GNU bash, version 4.2.46(1)-release (x86_64-redhat-linux-gnu)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.