Edit

IABSD.fr/src/lib

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2025-09-30 12:51:16
    Hash : 5daacac8
    Message : cms: fix incorrect length check in kek_unwrap_key() An incorrect length check can result in a 4-byte overwrite and an 8-byte overread. From Stanislav Fort and Viktor Dukhovni via OpenSSL. CVE-2025-9230. ok jsing