summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Improve type coverage for a few backend EC methods (#6777)Alex Gaynor2022-01-021-8/+6
* Improve type coverage on some backend internals (#6776)Alex Gaynor2022-01-024-5/+15
* Improve typing in mode code (#6775)Alex Gaynor2021-12-302-5/+21
* Swap out the struct module for int methods (#6774)Alex Gaynor2021-12-306-32/+23
* Added some typing for DH and DSA (#6773)Alex Gaynor2021-12-302-12/+12
* More typing of the ssh module internals (#6772)Alex Gaynor2021-12-291-33/+37
* Informative error on incompatible Fernet key (#6768)Bar Harel2021-12-281-1/+6
* Start typing the internals of the ssh module (#6761)Alex Gaynor2021-12-271-6/+23
* We don't pass the cffi buffer from any other method like this (#6759)Paul Kehrer2021-12-261-1/+2
* type more asym internals (#6758)Paul Kehrer2021-12-267-18/+48
* improve typing for internal cmac code (#6757)Paul Kehrer2021-12-262-3/+12
* consistently use object for other in eq/ne types (#6756)Paul Kehrer2021-12-266-86/+86
* Added additional typing to a few functions (#6754)Alex Gaynor2021-12-243-10/+10
* Expand typing of DH, DSA, and EC (#6753)Alex Gaynor2021-12-244-21/+49
* remove the backend interfaces (#6750)Paul Kehrer2021-12-233-383/+2
* type encryptor/decryptor (#6744)Paul Kehrer2021-12-236-51/+107
* add some more mypy flags (#6751)Paul Kehrer2021-12-233-8/+3
* more type annotations for internal rsa (#6749)Paul Kehrer2021-12-233-13/+75
* type an extra param (#6748)Alex Gaynor2021-12-231-1/+3
* dsa and hashes internal typing (#6747)Paul Kehrer2021-12-232-6/+26
* improvements to public/private key types and misc backend typing (#6734)Paul Kehrer2021-12-238-66/+177
* more cipher typing (#6738)Paul Kehrer2021-12-222-4/+4
* improve types in the binding (#6737)Paul Kehrer2021-12-221-7/+7
* simple internal aead typing (#6736)Paul Kehrer2021-12-221-7/+42
* some dh typing and a refactor to inline a single call (#6735)Paul Kehrer2021-12-222-43/+43
* incrementally type backend part n of m (#6733)Paul Kehrer2021-12-221-12/+30
* type more things by removing our property one-liners (#6732)Paul Kehrer2021-12-223-21/+77
* more backend typing (#6731)Paul Kehrer2021-12-215-16/+40
* type _conditional to lower the untyped percentage (#6730)Paul Kehrer2021-12-221-36/+38
* more internal typing. supported methods, hash, hmac (#6728)Paul Kehrer2021-12-224-36/+64
* Improve typing of x509.name module (#6726)Alex Gaynor2021-12-221-5/+4
* clean up some code to not randomly create a dict (#6729)Alex Gaynor2021-12-221-10/+6
* improve typing of x509.bae module (#6727)Alex Gaynor2021-12-221-2/+2
* type some of the private interfaces of poly1305 (#6725)Paul Kehrer2021-12-223-5/+9
* type the pkcs7signaturebuilder init (#6724)Paul Kehrer2021-12-221-1/+12
* Properly type Prehashed.digest_size (#6722)Alex Gaynor2021-12-221-1/+3
* Improve typing of ocsp module (#6721)Alex Gaynor2021-12-221-9/+9
* more typing in x963kdf.py (#6720)Alex Gaynor2021-12-221-1/+1
* simplify _calculate_digest_and_algorithm (#6719)Paul Kehrer2021-12-224-20/+14
* type pkcs7 padder/unpadder return type (#6718)Paul Kehrer2021-12-221-2/+2
* Expand typing coverage to exceptions (#6717)Alex Gaynor2021-12-212-5/+16
* Remove a no-op supported method (#6692)Alex Gaynor2021-12-122-9/+0
* fixed out of date error message (#6675)Alex Gaynor2021-12-062-11/+5
* remove signer/verifier as they've been deprecated for 4.25 years (#6639)Paul Kehrer2021-12-039-348/+3
* support parsing bitstring values in DNs (#6629)Paul Kehrer2021-11-281-6/+21
* Remove read_only_property and precisely type all these getters (#6668)Alex Gaynor2021-11-297-17/+33
* closes #6663 -- deprecate openssl 1.1.0 support (#6667)Alex Gaynor2021-11-282-0/+18
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-263-36/+14
* Finally remove deprecated int_from_bytes (#6652)Alex Gaynor2021-11-251-9/+0
* Reopen main for the 37.0.0 release (#6645)Alex Gaynor2021-11-211-1/+1