Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. F-Droid 2.0 (f-droid.org)
    270comments
  2. Show HN: Make cursed fonts like Times New Bastard (mitpit.com)
    72comments
  3. Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design (github.com/devdotfast)
    85comments
  4. Why is the liver so weirdly regenerative? (dynomight.substack.com)
    164comments
  5. Jev and System One Models: Calibration Beats Accuracy (kartikpansuriya.com)
    4comments
  6. 2DWillNeverDie (2dwillneverdie.com)
    12comments
  7. Fearless SIMD v1.0 (linebender.org)
    32comments
  8. Rails World 2026 Opening Keynote [video] (youtube.com)
    278comments
  9. Toyota is taking the Corolla electric (electrek.co)
    413comments
  10. My weird new hobby: Wandering around Tokyo on Google Maps (ahmedhossamdev.com)
    103comments
  11. Using LLMs to trace alchemical knowledge and decode 17th century letters (resobscura.substack.com)
    14comments
  12. Writing Parquet files using Haskell (datahaskell.org)
    3comments
  13. Google’s Project Suncatcher to put ML infrastructure in space (blog.google)
    235comments
  14. Two-tier encryption in the UK (macanorak.com)
    378comments
  15. Show HN: Air-gapped file encryption as self-decrypting HTML page (apeleg.com)
    14comments
  16. Show HN: Koi.rest – watch some fish and regain your balance (koi.rest)
    37comments
  17. California is chasing wealth that has feet (landeconomics.org)
    447comments
  18. Book review: Is parallel programming hard, and, if so, what can you do about it? (ahelwer.ca)
    27comments
  19. Sourcehut account takeover via build logs (XSS in ansi2html) (blog.arusekk.pl)
    12comments
  20. The Bayeux Tapestry: Woven by the Victors (historytoday.com)
    —discuss
  21. The Board Game of the Alpha Nerds (2014) (grantland.com)
    24comments
  22. Stable (YC W20) Is Hiring Product Engineers (usestable.com)
    —discuss
  23. Security auditing in the age of (good enough) AI (trailofbits.com)
    7comments
  24. The forgotten battle of East Lansing (eastlansinginfo.news)
    14comments
  25. Opus 5.5 is good at explainer videos (launchvideo.io)
    94comments
  26. Forging 1024-bit RSA signatures in nearly SNFS time [pdf] (iacr.org)
    9comments
  27. Geothermal heat map of US hot springs (soakingsprings.com)
    37comments
  28. WaveDigger: Dig into wireless signals to discover their physical locations (github.com/christianrowlands)
    19comments
  29. Tutoring company tells parents to save their money and 'use AI instead' (afr.com)
    149comments
  30. Motor Characterization for Small Running Robots (2016) (robot-daycare.com)
    1comments

S2n-TLS – A C99 implementation of the TLS/SSL protocol

76 pointsby 2y agogithub.com
11 comments
2y agoHN ↗

Clarification: this still has dependencies. For example, it requires one of "OpenSSL (versions 1.0.2, 1.1.1 and 3.0.x), LibreSSL, BoringSSL, AWS-LC, and the Apple Common Crypto framework to perform the underlying cryptographic operations"

2y agoHN ↗

it says "it supports" but not "it requires" in README

2y agoHN ↗

But formal methods (and TLA+ for distributed computation) don't eliminate side channels.

True, but they eliminate whole classes of attack. I'm normally aghast at people writing new code in plain C, but formally verified plain C counts as a whole other and better paradigm to me.

2y agoHN ↗

I'm normally aghast at people writing new code in plain C,

Why?

2y agoHN ↗

Also in around side channel topic for example:

E. Prouff and M. Rivain, Masking against Side-Channel Attacks: A Formal Security Proof, EUROCRYPT 2013, LNCS 7881

S. Dziembowski and K. Pietrzak, "Leakage-Resilient Cryptography, 10.1109/FOCS.2008.56.

2y agoHN ↗