Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport tlv fix, 38.0.1 bump #7576

Merged
merged 2 commits into from Sep 7, 2022
Merged

Commits on Sep 7, 2022

  1. fix parsing for CRLs with TLVs > 65535 bytes (pyca#7575)

    * add CRL test vector with 9,999 revoked items
    
    * bump rust-asn1
    
    * add large CRL test
    
    this tests CRLs larger than 65535 bytes in size. rust-asn1 supports up
    to 4GiB TLVs now, but we'll avoid putting a test vector that big for now
    reaperhulk committed Sep 7, 2022
    Copy the full SHA
    1e871a9 View commit details
    Browse the repository at this point in the history
  2. changelog and 38.0.1 bump

    reaperhulk committed Sep 7, 2022
    Copy the full SHA
    e9f9fb1 View commit details
    Browse the repository at this point in the history