cryptography/src
Paul Kehrer 3165db8efc
raise an exception instead of returning an empty list for pkcs7 cert loading (#9947)
* raise an exception instead of returning an empty list

as davidben points out in #9926 we are calling a specific load
certificates function and an empty value doesn't necessarily mean empty
because PKCS7 contains multitudes. erroring is more correct.

* changelog

* Update CHANGELOG.rst

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>

---------

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
2023-12-01 14:26:38 -05:00
..
_cffi_src Refactor key conversion to be in rust (#9826) 2023-11-03 10:48:41 -07:00
cryptography raise an exception instead of returning an empty list for pkcs7 cert loading (#9947) 2023-12-01 14:26:38 -05:00
rust Use format!() inlined variables (#9940) 2023-11-29 18:28:52 -06:00