summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove Zuul from our CIdrop-zuulAlex Gaynor2022-01-0210-302/+0
* 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-025-6/+16
* Improve typing in mode code (#6775)Alex Gaynor2021-12-303-6/+34
* 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
* Bump version_check from 0.9.3 to 0.9.4 in /src/rust (#6770)dependabot[bot]2021-12-291-2/+2
* Bump quote from 1.0.10 to 1.0.14 in /src/rust (#6769)dependabot[bot]2021-12-281-2/+2
* Informative error on incompatible Fernet key (#6768)Bar Harel2021-12-282-3/+9
* Bump proc-macro2 from 1.0.34 to 1.0.36 in /src/rust (#6766)dependabot[bot]2021-12-271-2/+2
* Bump syn from 1.0.83 to 1.0.84 in /src/rust (#6764)dependabot[bot]2021-12-271-2/+2
* add circleci for arm64 linux (#6763)Paul Kehrer2021-12-273-0/+134
* Start typing the internals of the ssh module (#6761)Alex Gaynor2021-12-271-6/+23
* Put a timeout on all clones (#6762)Alex Gaynor2021-12-271-0/+13
* 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-263-4/+14
* 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-234-385/+3
* type encryptor/decryptor (#6744)Paul Kehrer2021-12-239-71/+151
* add some more mypy flags (#6751)Paul Kehrer2021-12-238-14/+11
* more type annotations for internal rsa (#6749)Paul Kehrer2021-12-233-13/+75
* Bump syn from 1.0.82 to 1.0.83 in /src/rust (#6752)dependabot[bot]2021-12-231-2/+2
* 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-239-69/+180
* Handle large OIDs cleanly (#6742)Alex Gaynor2021-12-235-59/+48
* more cipher typing (#6738)Paul Kehrer2021-12-222-4/+4
* add some missing pkcs12 tests to cover more of our behavior (#6745)Paul Kehrer2021-12-221-0/+43
* remove a pointless test (#6746)Paul Kehrer2021-12-231-4/+0
* Don't test with coverage on py311 due to segfaults (#6743)Alex Gaynor2021-12-232-1/+8
* Try including python version in the cache (#6741)Alex Gaynor2021-12-231-5/+6
* 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-225-37/+68
* Improve typing of x509.name module (#6726)Alex Gaynor2021-12-222-6/+9
* 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 a test double (#6723)Paul Kehrer2021-12-211-1/+1
* type the pkcs7signaturebuilder init (#6724)Paul Kehrer2021-12-221-1/+12
* Properly type Prehashed.digest_size (#6722)Alex Gaynor2021-12-221-1/+3