Re: Correctly set SSL error if x509_verify fails

2020-10-25 Thread Bob Beck
On Sun, Oct 25, 2020 at 01:43:10PM -0600, Bob Beck wrote: > > > > On Fri, Oct 23, 2020 at 09:13:23AM +0200, Theo Buehler wrote: > > On Thu, Oct 22, 2020 at 08:44:29PM -0700, Jeremy Evans wrote: > > > I was trying to diagnose a certificate validation failure in Ruby's > > > openssl extension

Re: Correctly set SSL error if x509_verify fails

2020-10-25 Thread Bob Beck
On Fri, Oct 23, 2020 at 09:13:23AM +0200, Theo Buehler wrote: > On Thu, Oct 22, 2020 at 08:44:29PM -0700, Jeremy Evans wrote: > > I was trying to diagnose a certificate validation failure in Ruby's > > openssl extension tests with LibreSSL 3.2.2, and it was made more > > difficult because the

Re: Correctly set SSL error if x509_verify fails

2020-10-23 Thread Jeremy Evans
On 10/23 09:13, Theo Buehler wrote: > On Thu, Oct 22, 2020 at 08:44:29PM -0700, Jeremy Evans wrote: > > I was trying to diagnose a certificate validation failure in Ruby's > > openssl extension tests with LibreSSL 3.2.2, and it was made more > > difficult because the verification error type was

Re: Correctly set SSL error if x509_verify fails

2020-10-23 Thread Theo Buehler
On Thu, Oct 22, 2020 at 08:44:29PM -0700, Jeremy Evans wrote: > I was trying to diagnose a certificate validation failure in Ruby's > openssl extension tests with LibreSSL 3.2.2, and it was made more > difficult because the verification error type was dropped, resulting > in a