Edit

IABSD.fr/src/lib/libcrypto/ts

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2026-01-27 14:18:32
    Hash : 2cb4d48e
    Message : Avoid type confusion in the timestamp response parsing A malformed v2 signing cert can lead to a type confusion, and the result is a read from an invalid memory address or NULL, so a crash. Unlike for OpenSSL, v1 signing certs aren't affected since miod fixed this in '14. Reported by Luigino Camastra, fix by Bob Beck, via OpenSSL, CVE 2025-69420. ok jsing