Skip to content

0.19.2

Latest

Choose a tag to compare

@tomato42 tomato42 released this 26 Mar 09:57
· 2 commits to master since this release
bd66899

Bug fixes:

  • Fix CVE-2026-33936, a DER parsing issue in remove_octet_string(),
    remove_constructed(), and remove_implitic() where a truncated buffer
    wasn't detected. This can lead to high level functions, like
    SigningKey.from_der() to raise unexpected exceptions.
    (Mohamed Abdelaal (0xmrma))

Maintenance:

  • Update CI to use newer version of Ubuntu.