summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives/serialization
Commit message (Expand)AuthorAgeFilesLines
...
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-311-6/+6
* add serialization type hinting (#5718)Paul Kehrer2021-01-304-35/+105
* Introduce the most very basic mypy type checking (#5706)Alex Gaynor2021-01-281-1/+7
* Complete removal of py2 (#5533)Alex Gaynor2020-12-092-8/+3
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-091-1/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-095-5/+0
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-5/+1
* 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-242-8/+12
* migrate smime builder to pkcs7 module and rename (#5496)Paul Kehrer2020-10-241-0/+102
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-261-20/+10
* use _get_backend everywhere (#5408)Paul Kehrer2020-08-163-9/+11
* make backend optional in serialization (#5392)Paul Kehrer2020-08-153-11/+21
* support PKCS7 certificate parsing (#5371)Paul Kehrer2020-08-041-0/+15
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-203-23/+51
* PKCS12 support (#5325)Paul Kehrer2020-07-201-0/+37
* Support OpenSSH private key serialization format (#5146)Marko Kreen2020-06-203-97/+631
* Cleanup serialize (#5149)Marko Kreen2020-05-251-2/+0
* support ed25519 openssh public keys (#4785)Paul Kehrer2019-02-271-1/+12
* add support for encoding compressed points (#4638)Paul Kehrer2019-01-201-0/+3
* Serialization x25519 (#4688)Paul Kehrer2019-01-141-0/+3
* support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer2019-01-131-0/+3
* Compressed point support (#4629)Paul Kehrer2018-12-111-2/+1
* PKCS12 Basic Parsing (#4553)Paul Kehrer2018-11-281-0/+9
* Move SSH serialization to it's own file (#4607)Alex Gaynor2018-11-243-134/+146
* refactor serialization module into package (#4606)Paul Kehrer2018-11-232-0/+230