Re: [Rpm-maint] [rpm-software-management/rpm] rpmkeys type confusion fails when using the sequoia backend (Issue #2272)

2022-11-10 Thread Panu Matilainen
Closed #2272 as completed via #2274. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2272#event-7781199012 You are receiving this because you are subscribed to this thread. Message ID: ___

Re: [Rpm-maint] [rpm-software-management/rpm] rpmkeys type confusion fails when using the sequoia backend (Issue #2272)

2022-11-09 Thread Neal H. Walfield
With #2274 and https://github.com/rpm-software-management/rpm/issues/2269#issuecomment-1308825583, the test is correctly skipped and all of the other tests pass: ``` 471 tests behaved as expected. 76 tests were skipped. Built target check ``` -- Reply to this email directly or view it on

Re: [Rpm-maint] [rpm-software-management/rpm] rpmkeys type confusion fails when using the sequoia backend (Issue #2272)

2022-11-09 Thread Demi Marie Obenour
> The test is much too strict. Using the Sequoia backend, this fails as follows: > > ``` > $ ./rpmkeys --import ./tests/testing/data/keys/type-confusion.asc > warning: Certificate 4344591E1964C5FC: > Policy rejects subkey 185E6146F00650F8: No binding signature at time > 2022-11-09T15:08:19Z >

Re: [Rpm-maint] [rpm-software-management/rpm] rpmkeys type confusion fails when using the sequoia backend (Issue #2272)

2022-11-09 Thread Neal H. Walfield
This issue would have been caught if the Sequoia backend were tested in CI. As per https://github.com/rpm-software-management/rpm/issues/2065#issuecomment-123774: > what I'm currently thinking is that once the dust settles a bit, we'll just > switch the Sequoia to be the default on CI

Re: [Rpm-maint] [rpm-software-management/rpm] rpmkeys type confusion fails when using the sequoia backend (Issue #2272)

2022-11-09 Thread Neal H. Walfield
The test is much too strict. Using the Sequoia backend, this fails as follows: ``` $ ./rpmkeys --import ./tests/testing/data/keys/type-confusion.asc warning: Certificate 4344591E1964C5FC: Policy rejects subkey 185E6146F00650F8: No binding signature at time 2022-11-09T15:08:19Z ``` -- Reply

[Rpm-maint] [rpm-software-management/rpm] rpmkeys type confusion fails when using the sequoia backend (Issue #2272)

2022-11-09 Thread Neal H. Walfield
When running the test suite (rpm-4.17.0-alpha-674-ge8e2a121b) using the sequoia backend, I see the following failure: ``` $ make check ... 281: rpmkeys type confusion FAILED (rpmsigdig.at:631) ... ERROR: 472 tests were run, 6 failed (5 expected failures). 75 tests were