Re: mutt fetch-mail ssl error

2022-06-25 Thread Bob Beck
Bah. you're right - I accidentally left partial-chains=yes in my .muttrc-test On Sun, Jun 26, 2022 at 06:15:35AM +0200, Theo Buehler wrote: > On Sat, Jun 25, 2022 at 04:08:06PM -0600, Bob Beck wrote: > > > > this fixes mutt. > > Doesn't look like it. I still run into the same problem.

Re: mutt fetch-mail ssl error

2022-06-25 Thread Theo Buehler
On Sat, Jun 25, 2022 at 04:08:06PM -0600, Bob Beck wrote: > > this fixes mutt. Doesn't look like it. I still run into the same problem.

Re: mutt fetch-mail ssl error

2022-06-25 Thread Bob Beck
this fixes mutt. The problem is we need num_untrusted set correctly, it is normally set in the set_xsc_chain call (which is called from a number of places) but in this case we need to have it set before we can call that. So just hoist the correct logic before the call to x509_vfy_check_trust I

Re: mutt fetch-mail ssl error

2022-06-01 Thread Avon Robertson
On Wed, Jun 01, 2022 at 02:56:48PM +0200, Theo Buehler wrote: > On Tue, May 31, 2022 at 03:00:48PM +0100, Stuart Henderson wrote: > > I've been able to replicate this now, but I'm not seeing any recent > > change in behaviour, I've tried with mutt versions going back to 2.0.7 > > with the libressl

Re: mutt fetch-mail ssl error

2022-06-01 Thread Theo Buehler
On Tue, May 31, 2022 at 03:00:48PM +0100, Stuart Henderson wrote: > I've been able to replicate this now, but I'm not seeing any recent > change in behaviour, I've tried with mutt versions going back to 2.0.7 > with the libressl version in 7.1, and on 7.0 with the current version > of mutt in packa

Re: mutt fetch-mail ssl error

2022-06-01 Thread Avon Robertson
On Tue, May 31, 2022 at 03:00:48PM +0100, Stuart Henderson wrote: > I've been able to replicate this now, but I'm not seeing any recent > change in behaviour, I've tried with mutt versions going back to 2.0.7 > with the libressl version in 7.1, and on 7.0 with the current version > of mutt in packa

Re: mutt fetch-mail ssl error

2022-05-31 Thread Stuart Henderson
I've been able to replicate this now, but I'm not seeing any recent change in behaviour, I've tried with mutt versions going back to 2.0.7 with the libressl version in 7.1, and on 7.0 with the current version of mutt in packages for release, and they all behave the same. It's not specific to any p

Re: mutt fetch-mail ssl error

2022-05-26 Thread Avon Robertson
On Thu, May 26, 2022 at 09:42:51AM +0100, Stuart Henderson wrote: > let's move this to ports@ .. > > On 2022-05-26, Avon Robertson wrote: > > On Wed, May 25, 2022 at 12:03:00PM -, Stuart Henderson wrote: > >> On 2022-05-22, Avon Robertson wrote: > >> > The libcrypto build and install as outl

Re: mutt fetch-mail ssl error

2022-05-26 Thread Stuart Henderson
let's move this to ports@ .. On 2022-05-26, Avon Robertson wrote: > On Wed, May 25, 2022 at 12:03:00PM -, Stuart Henderson wrote: >> On 2022-05-22, Avon Robertson wrote: >> > The libcrypto build and install as outlined above by Theo was completed >> > without error a few minutes ago on the D