Re: 32 bit to 64 bit casting

2022-06-30 Thread Petr Pisar
V Thu, Jun 30, 2022 at 07:12:50PM +0200, Petr Pisar napsal(a): > V Thu, Jun 30, 2022 at 07:04:43AM -0500, KeithG napsal(a): > > On Wed, Jun 22, 2022 at 12:16 PM Petr Pisar wrote: > > > > > > Can you post here a complete certificate chain the server presents to > > > wget? > > > You can use

Re: 32 bit to 64 bit casting

2022-06-30 Thread Petr Pisar
V Thu, Jun 30, 2022 at 07:04:43AM -0500, KeithG napsal(a): > On Wed, Jun 22, 2022 at 12:16 PM Petr Pisar wrote: > > > > Can you post here a complete certificate chain the server presents to wget? > > You can use "openssl s_client -connect THE_HOST:https -showcerts to obtain > > it. > > If it so,

Re: 32 bit to 64 bit casting

2022-06-30 Thread KeithG
On Wed, Jun 22, 2022 at 12:16 PM Petr Pisar wrote: > > Can you post here a complete certificate chain the server presents to wget? > You can use "openssl s_client -connect THE_HOST:https -showcerts to obtain it. > If it so, than the only fix is to recompile your system with "-D_TIME_BITS=64 >

Re: 32 bit to 64 bit casting

2022-06-28 Thread KeithG
On Mon, Jun 27, 2022 at 8:04 PM KeithG wrote: > > On Fri, Jun 24, 2022 at 4:35 AM Petr Pisar wrote: > > > > V Wed, Jun 22, 2022 at 06:42:44PM -0500, KeithG napsal(a): > > > On Wed, Jun 22, 2022 at 12:16 PM Petr Pisar wrote: > > > > That patch does not seem right.

Re: 32 bit to 64 bit casting

2022-06-27 Thread KeithG
On Fri, Jun 24, 2022 at 4:35 AM Petr Pisar wrote: > > V Wed, Jun 22, 2022 at 06:42:44PM -0500, KeithG napsal(a): > > On Wed, Jun 22, 2022 at 12:16 PM Petr Pisar wrote: > > > That patch does not seem right. gnutls_x509_crt_get_expiration_time() > > > returns > > > time_t and now is also time_t.

Re: 32 bit to 64 bit casting

2022-06-24 Thread Petr Pisar
V Wed, Jun 22, 2022 at 06:42:44PM -0500, KeithG napsal(a): > On Wed, Jun 22, 2022 at 12:16 PM Petr Pisar wrote: > > That patch does not seem right. gnutls_x509_crt_get_expiration_time() > > returns > > time_t and now is also time_t. > > > > Either there is a bug in gnutls, or glibc, or simply

Re: 32 bit to 64 bit casting

2022-06-22 Thread KeithG
On Wed, Jun 22, 2022 at 12:16 PM Petr Pisar wrote: > > V Tue, Jun 21, 2022 at 10:54:47PM -0500, KeithG napsal(a): > > With the latest wget 1.21.3 on arch linux on armv7, I was experiencing > > a 'certificate expired' error. This has been going on for a while but > > only on my 32 bit machine. The

Re: 32 bit to 64 bit casting

2022-06-22 Thread Petr Pisar
V Tue, Jun 21, 2022 at 10:54:47PM -0500, KeithG napsal(a): > With the latest wget 1.21.3 on arch linux on armv7, I was experiencing > a 'certificate expired' error. This has been going on for a while but > only on my 32 bit machine. The 64 bit version never had a problem on > x86_64 or aarch64.

32 bit to 64 bit casting

2022-06-22 Thread KeithG
With the latest wget 1.21.3 on arch linux on armv7, I was experiencing a 'certificate expired' error. This has been going on for a while but only on my 32 bit machine. The 64 bit version never had a problem on x86_64 or aarch64. 1.21.1 did not have this problem on 32 bit machines, either. I was