summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives/serialization/pkcs7.py
Commit message (Expand)AuthorAgeFilesLines
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-3/+5
* Added support for handling python buffers in Rust code (#8556)Alex Gaynor2023-03-211-1/+1
* Make Union type aliases a documented public API (#8168)Marti Raudsepp2023-03-071-6/+6
* fixes #8298 -- correctly generate content-type header in PKCS#7 SMIME (#8389)Alex Gaynor2023-02-261-4/+19
* remove the last vestiges of sha1 out of pkcs7 (#8032)Paul Kehrer2023-01-091-2/+1
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-2/+1
* Annotate a few more functions (#7876)Alex Gaynor2022-12-041-1/+1
* Rewrite PKCS7 signature generation in Rust (#7729)Alex Gaynor2022-11-251-6/+48
* Remove SHA1 signatures support from PKCS7 (#7734)Alex Gaynor2022-10-221-1/+0
* Convert basic PKCS7 generation to Rust (#7700)Alex Gaynor2022-10-121-3/+2
* serialize certs to pkcs7 (#7034)Paul Kehrer2022-04-041-0/+9
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-1/+1
* type the pkcs7signaturebuilder init (#6724)Paul Kehrer2021-12-221-1/+12
* deprecate backend part 10 of n (#6529)Paul Kehrer2021-11-031-7/+10
* Use well-defined enum representation (#6042)Christian Heimes2021-05-121-2/+2
* more typing (#5887)Paul Kehrer2021-03-021-1/+2
* add serialization type hinting (#5718)Paul Kehrer2021-01-301-16/+41
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* PKCS7SignatureBuilder now supports new option NoCerts when signing (#5500)frennkie2020-10-251-0/+1
* allow additional certificates to be added to a pkcs7 (#5498)Paul Kehrer2020-10-251-1/+10
* PKCS7SignatureBuilder now supports three serializations (#5497)Paul Kehrer2020-10-241-8/+11
* migrate smime builder to pkcs7 module and rename (#5496)Paul Kehrer2020-10-241-0/+102
* use _get_backend everywhere (#5408)Paul Kehrer2020-08-161-3/+5
* support PKCS7 certificate parsing (#5371)Paul Kehrer2020-08-041-0/+15