Shiloh Heurich

Results 11 issues of Shiloh Heurich

# PTP Webcam Nikon Corporation D700 Camera Report PTP Version: 100 Vendor Extension ID: 6 Vendor Extension Version: 100 Vendor Description: microsoft.com: 1.0 Functional Mode: 0 Device Version: V1.03 ##...

1. Switch from ISOLINUX to GRUB for bootloader. - GRUB configuration is derived from original ISOLINUX configuration. - Requires mtools release from Debian _testing_ distribution to fix [#900410](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900410) 2. Add...

This change adds preliminary `dns-account-01` challenge support to the Python-based integration test suite. Implemented tests: - test_dns_account_challenge_multidomain - test_dns_account_challenge_wildcardmultidomain The certbot/acme library support for `dns-account-01` is a prerequisite; see https://github.com/certbot/certbot/pull/9887....

### Description: I propose integrating the "dns-account-01" challenge into Boulder. This challenge introduces a novel method for domain control validation within the ACME protocol. ### Background: The "dns-account-01" challenge, in...

This change adds support for the draft [dns-account-01 challenge](https://github.com/aaomidi/draft-ietf-acme-dns-account-challenge) in the Python acme library.

[![Checks](https://github.com/fastly/pebble/actions/workflows/checks.yml/badge.svg)](https://github.com/fastly/pebble/actions/workflows/checks.yml) [![Tests](https://github.com/fastly/pebble/actions/workflows/tests.yml/badge.svg)](https://github.com/fastly/pebble/actions/workflows/tests.yml) As a follow-on to https://github.com/letsencrypt/pebble/pull/439 this change request implements the first step of building a new CI system for Pebble. As this is a testbed environment for Boulder,...

This change implements the `dns-account-01` ACME challenge as specified in [draft-ietf-acme-scoped-dns-challenges](https://datatracker.ietf.org/doc/draft-ietf-acme-scoped-dns-challenges/). The relevant [validation label computation](https://github.com/aaomidi/draft-ietf-acme-scoped-dns-challenges/blob/0058e0800056698fb37f3b2cb31a727c826675fb/draft-ietf-acme-scoped-dns-challenges.mkd#dns-account-01-challenge) is: ```plain "_" || base32(SHA-256()[0:10]) || "._acme-" || || "-challenge" ``` where SCOPE is...

This change adds `dns-account-01` support to the `chisel2` tool for Pebble integration testing. The enhancement to the Python acme library in https://github.com/certbot/certbot/pull/9887 is a prerequisite for this change. Note that...

### Objective Implement the "dns-account-01" challenge in Pebble, setting the groundwork for subsequent Boulder alignment (referencing [boulder#7240](https://github.com/letsencrypt/boulder/issues/7240)). ### Rationale Establishing this feature in Pebble first is crucial for a consistent...

**Description:** This pull request addresses https://github.com/letsencrypt/boulder/issues/7240 by integrating the "dns-account-01" challenge into Boulder. This challenge introduces a novel method for domain control validation within the ACME protocol. **Background:** The "dns-account-01"...