Skip to content

Commit

Permalink
fix changelog to remove inaccurate statement (#6327)
Browse files Browse the repository at this point in the history
Our PEM parser actually parses the first found PEM in a concatenated file, just like OpenSSL.
  • Loading branch information
reaperhulk authored Sep 29, 2021
1 parent 329a795 commit cf9e576
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Changelog
* **BACKWARDS INCOMPATIBLE:** Invalid ASN.1 found during :doc:`/x509/index`
parsing will raise an error on initial parse rather than when the invalid
field is accessed.
* **BACKWARDS INCOMPATIBLE:** Values passed to the :doc:`/x509/index` PEM
parsers must be a single PEM payload and will error on extraneous data.
* Rust is now required for building ``cryptography``, the
``CRYPTOGRAPHY_DONT_BUILD_RUST`` environment variable is no longer
respected.
Expand Down

0 comments on commit cf9e576

Please sign in to comment.