summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
* bump version and changelog for 3.4.8 (#6225)3.4.83.4.xPaul Kehrer2021-08-241-1/+1
* Prep for 3.4.7 release (#5933)3.4.7Alex Gaynor2021-03-251-1/+1
* Release 346 (#5840)3.4.6Alex Gaynor2021-02-161-1/+1
* 3.4.5 backports and changelog/version bump (#5827)3.4.5Paul Kehrer2021-02-136-70/+116
* 3.4.4 - backports, changelog, and version bumps (#5803)3.4.4Alex Gaynor2021-02-093-3/+3
* version bump, changelog already done (#5791)3.4.3Paul Kehrer2021-02-081-1/+1
* 3.4.2 changelog and version bump (#5784)3.4.2Paul Kehrer2021-02-081-1/+1
* Interface: Make annotation check optional (#5775) (#5780)Christian Heimes2021-02-081-6/+19
* 3.4.1 fixes and changelog bump (#5761)3.4.1Paul Kehrer2021-02-074-11/+20
* 3.4 release (#5749)3.4Alex Gaynor2021-02-071-1/+1
* port changelog and fix back to master for CVE-2020-36242 (#5748)Paul Kehrer2021-02-071-1/+1
* Added typing for a bunch of random stuff (#5743)Alex Gaynor2021-02-047-27/+42
* Added typing for more of ciphers (#5738)Alex Gaynor2021-02-015-29/+43
* Added typing for a bunch of methods (#5737)Alex Gaynor2021-02-018-24/+27
* rsa type hinting (#5733)Paul Kehrer2021-02-013-68/+182
* KDF type hinting (#5735)Paul Kehrer2021-02-017-67/+115
* add optional block_size to the HashAlgorithm interface (#5736)Paul Kehrer2021-02-011-0/+14
* type hints for asym utils (#5734)Paul Kehrer2021-02-011-3/+5
* x25519/x448 type hints (#5731)Paul Kehrer2021-01-314-36/+68
* poly1305 type hints (#5732)Paul Kehrer2021-01-311-6/+6
* add type hinting for ed25519 (#5728)Paul Kehrer2021-01-312-20/+37
* add EC type hinting (#5729)Paul Kehrer2021-01-312-60/+146
* ed448 type hints (#5730)Paul Kehrer2021-01-312-20/+37
* dsa type hinting (#5726)Paul Kehrer2021-01-313-127/+139
* reorg some types to prevent an import cycle (#5727)Paul Kehrer2021-01-312-1/+57
* DH types (#5725)Paul Kehrer2021-01-312-93/+118
* remove DSAParametersWithNumbers (#5724)Paul Kehrer2021-01-312-3/+4
* type updates from turning on unchecked-defs on tests (#5720)Paul Kehrer2021-01-319-112/+82
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-319-27/+29
* add serialization type hinting (#5718)Paul Kehrer2021-01-306-49/+135
* type hinting for symmetric ciphers (#5719)Paul Kehrer2021-01-305-117/+153
* add type hints for twofactor (#5717)Paul Kehrer2021-01-303-15/+39
* Apply type annotations to x509 ct and ocsp (#5712)Alex Gaynor2021-01-309-298/+334
* add typing to padding and constant time modules (#5714)Paul Kehrer2021-01-302-34/+51
* add typing to keywrap (#5715)Paul Kehrer2021-01-301-6/+19
* type hinting for hashes, hmac, and cmac (#5713)Paul Kehrer2021-01-306-57/+56
* Apply type annotations to the core x509 types (#5711)Alex Gaynor2021-01-304-189/+201
* Apply type annotations to x509 builders (#5709)Alex Gaynor2021-01-292-35/+69
* Apply type annotations to fernet (#5708)Alex Gaynor2021-01-291-22/+39
* Introduce the most very basic mypy type checking (#5706)Alex Gaynor2021-01-283-37/+35
* It's 2021! (#5701)Alex Gaynor2021-01-251-1/+1
* Add ssl version constants (#5662)Maximilian Hils2020-12-211-0/+1
* Cleanup how we represent authors. (#5650)Alex Gaynor2020-12-151-1/+1
* Update APIs to use non-deprecated OpenSSL ones where possible (#5633)Alex Gaynor2020-12-103-7/+7
* Complete removal of py2 (#5533)Alex Gaynor2020-12-0933-263/+126
* we didn't actually commit the final doc fixes for the recover PR (#5614)Paul Kehrer2020-12-091-1/+1
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-095-10/+15
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-0983-94/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-083-7/+7
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-087-109/+25