Giter Site home page Giter Site logo

Comments (6)

bob-beck avatar bob-beck commented on July 16, 2024

There is no reason for a modern 32 bit platform to have a 32 bit time_t - if it is your operating system is going to be badly broken on dates in the near future - i.e. after January 18, 2038

In a nutshell, OpenSSL is failing defensively, because your operating system is fundamentally broken for these dates, and you will very likely have security problems
dealing with and accepting and manipulating such dates.. Really, this is an issue that
the underlying operating system needs to fix - to avoid many other problems (even if we accept the certificate).

"Programs that work with future dates will begin to run into problems sooner; for example a program that works with dates 20 years in the future will have to be fixed no later than 2018." : https://en.wikipedia.org/wiki/Year_2038_problem

from openbsd.

bob-beck avatar bob-beck commented on July 16, 2024

And in case you're wondering, I'm of an age where some jerk might end up putting some embedable linux 32 bit internet-of-shite thing in my chest as a pacemaker or something before Jan 19 2038.. I'm not going to get killed by a crappy linux freaking out then because I didn't to my darndest to get the ecosystem to fix it's problems. I want to die from my own foolish excesses.

from openbsd.

fancycode avatar fancycode commented on July 16, 2024

Thanks for your delightful response. Lets hope you (or me for that matter) will never need a pacemaker ;-)

Unfortunately the software I wanted to build against LibreSSL is running with Ubuntu Trusty on armhf which only has a 32bit time_t - I guess I'll have to stick with OpenSSL/BoringSSL for now then.

Anyway, thanks for your feedback and sorry for bothering you.

from openbsd.

bob-beck avatar bob-beck commented on July 16, 2024

Yes, indeed you'll have to stick with that, and/or be able to run the linux
x32 ABI environment on it (although I don't think you can for that). Since
the focus of 32 bit linux is "backward compatibility" I think you will need
to stick to something
backward on that - sorry ;)

On Wed, Jul 27, 2016 at 4:40 PM, Joachim Bauch [email protected]
wrote:

Thanks for your delightful response. Lets hope you (or me for that matter)
will never need a pacemaker ;-)

Unfortunately the software I wanted to build against LibreSSL is running
with Ubuntu Trusty on armhf which only has a 32bit time_t - I guess I'll
have to stick with OpenSSL/BoringSSL for now then.

Anyway, thanks for your feedback and sorry for bothering you.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#66 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AHv2dalKnoZ6I4o7VKs0upPt1Mqnlgz0ks5qZ95ZgaJpZM4JU6Cr
.

from openbsd.

leahneukirchen avatar leahneukirchen commented on July 16, 2024

AFAICS, this is being worked around in 362ffef

from openbsd.

4a6f656c avatar 4a6f656c commented on July 16, 2024

@chneukirchen - correct, the notafter date is now clamped to 2038 in the case of a 32-bit time_t.

from openbsd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.