summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-238-66/+177
* Handle large OIDs cleanly (#6742)Alex Gaynor2021-12-234-59/+23
* 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
* Bump proc-macro2 from 1.0.33 to 1.0.34 in /src/rust (#6708)dependabot[bot]2021-12-151-2/+2
* Bump once_cell from 1.8.0 to 1.9.0 in /src/rust (#6707)dependabot[bot]2021-12-151-2/+2
* Bump libc from 0.2.111 to 0.2.112 in /src/rust (#6701)dependabot[bot]2021-12-141-2/+2
* Bump libc from 0.2.110 to 0.2.111 in /src/rust (#6698)dependabot[bot]2021-12-131-2/+2
* Remove a no-op supported method (#6692)Alex Gaynor2021-12-122-9/+0
* Bump libc from 0.2.109 to 0.2.110 in /src/rust (#6690)dependabot[bot]2021-12-101-2/+2
* use canonical url in this error message (#6685)Alex Gaynor2021-12-091-1/+1
* Bump proc-macro2 from 1.0.32 to 1.0.33 in /src/rust (#6678)dependabot[bot]2021-12-061-2/+2
* Bump libc from 0.2.108 to 0.2.109 in /src/rust (#6677)dependabot[bot]2021-12-061-2/+2
* 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-282-24/+45
* 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
* Remove branches that were no longer useful (#6664)Alex Gaynor2021-11-281-5/+0