summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start typing a bunch of stuff from x509 extensions (#5812)masterAlex Gaynor2021-02-115-56/+110
* fix a false positive from the latest clippy (#5813)Alex Gaynor2021-02-111-0/+2
* Name: update get_attributes_for_oid return type (#5809)Dan Halperin2021-02-101-1/+1
* fix signature of EllipticCurvePublicKey.verify() (#5808)Markus Wamser2021-02-101-1/+1
* forward port 3.4.4 changelog (#5805)Alex Gaynor2021-02-091-0/+9
* Added a unit test to protect against import cycles (#5804)Alex Gaynor2021-02-091-0/+38
* Added a py.typed so mypy prefers us to typeshed (#5802)Alex Gaynor2021-02-092-0/+1
* fixed a circular import error (due to type hints) (#5800)Alex Gaynor2021-02-091-2/+2
* Bump libc from 0.2.85 to 0.2.86 in /src/rust (#5793)dependabot[bot]2021-02-091-2/+2
* port 3.4.3 changelog to master (#5792)Paul Kehrer2021-02-091-0/+8
* Specify an MSRV in setup.py (#5789)Alex Gaynor2021-02-081-0/+1
* docs docs docs (#5788)Paul Kehrer2021-02-081-8/+10
* forward port 3.4.2 changelog (#5786)Alex Gaynor2021-02-081-0/+10
* link a lot more things, repeat advice in more places (#5785)Paul Kehrer2021-02-081-6/+63
* More aggressively point people at Rust version docs (#5782)Alex Gaynor2021-02-083-2/+9
* Update build instructions (#5764)Christian Heimes2021-02-082-6/+8
* Remove setuptools_rust from install requirement (#5779)Christian Heimes2021-02-082-3/+10
* Interface: Make annotation check optional (#5775)Christian Heimes2021-02-082-6/+43
* Bump actions/cache from v2 to v2.1.4 (#5770)dependabot[bot]2021-02-081-7/+7
* include cargo in the docs for alpine (#5763)Alex Gaynor2021-02-071-1/+1
* forward port 3.4.1 changelog (#5762)Paul Kehrer2021-02-071-0/+9
* fix import cycle with asymmetricpadding (#5758)Paul Kehrer2021-02-073-10/+19
* update issue template with more words few people will read (#5759)Paul Kehrer2021-02-071-1/+5
* Try to assist folks having issues with older pips (#5757)Alex Gaynor2021-02-071-1/+15
* reopen master for 3.5 (#5752)Paul Kehrer2021-02-073-2/+9
* fixed manylinxu wheel builder for rust (#5750)Alex Gaynor2021-02-071-0/+2
* fix macos target for wheel builder (#5751)Alex Gaynor2021-02-071-0/+2
* 3.4 release (#5749)3.4Alex Gaynor2021-02-073-9/+6
* port changelog and fix back to master for CVE-2020-36242 (#5748)Paul Kehrer2021-02-072-1/+10
* Linker script is no longer required for building your own OpenSSL (#5746)Alex Gaynor2021-02-061-11/+1
* Added typing for a bunch of random stuff (#5743)Alex Gaynor2021-02-0411-34/+65
* Bump ctor from 0.1.18 to 0.1.19 in /src/rust (#5741)dependabot[bot]2021-02-031-2/+2
* Use caching of rust artifacts in GHA (#5740)Alex Gaynor2021-02-021-0/+48
* Bump libc from 0.2.84 to 0.2.85 in /src/rust (#5739)dependabot[bot]2021-02-021-2/+2
* Added typing for more of ciphers (#5738)Alex Gaynor2021-02-018-32/+49
* Added typing for a bunch of methods (#5737)Alex Gaynor2021-02-0111-33/+33
* rsa type hinting (#5733)Paul Kehrer2021-02-016-83/+218
* KDF type hinting (#5735)Paul Kehrer2021-02-0113-103/+188
* add optional block_size to the HashAlgorithm interface (#5736)Paul Kehrer2021-02-011-0/+14
* type hints for asym utils (#5734)Paul Kehrer2021-02-012-9/+11
* x25519/x448 type hints (#5731)Paul Kehrer2021-01-316-44/+80
* poly1305 type hints (#5732)Paul Kehrer2021-01-312-12/+12
* add type hinting for ed25519 (#5728)Paul Kehrer2021-01-314-25/+46
* add EC type hinting (#5729)Paul Kehrer2021-01-314-70/+160
* ed448 type hints (#5730)Paul Kehrer2021-01-313-24/+45
* dsa type hinting (#5726)Paul Kehrer2021-01-314-138/+168
* reorg some types to prevent an import cycle (#5727)Paul Kehrer2021-01-312-1/+57
* DH types (#5725)Paul Kehrer2021-01-313-99/+124
* enable mypy over tests (#5721)Paul Kehrer2021-01-3135-186/+309
* merge pep8, mypy, and packaging jobs into one flake job (#5723)Paul Kehrer2021-01-312-16/+7