summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* typehint x509.base (#5899)Mathias Ertl2021-03-154-31/+95
* Bump syn from 1.0.63 to 1.0.64 in /src/rust (#5915)dependabot[bot]2021-03-151-2/+2
* Typehint x509.base (only) (#5904)Mathias Ertl2021-03-112-23/+54
* Bump syn from 1.0.62 to 1.0.63 in /src/rust (#5909)dependabot[bot]2021-03-111-2/+2
* Bump syn from 1.0.61 to 1.0.62 in /src/rust (#5903)dependabot[bot]2021-03-081-2/+2
* Bump libc from 0.2.87 to 0.2.88 in /src/rust (#5902)dependabot[bot]2021-03-081-2/+2
* Bugfix/issue 5889 typehint get values for types (#5900)Mathias Ertl2021-03-073-34/+258
* Generic extension value/typehint x509.Name (#5897)Mathias Ertl2021-03-062-4/+22
* Bump syn from 1.0.60 to 1.0.61 in /src/rust (#5895)dependabot[bot]2021-03-051-2/+2
* Bump libc from 0.2.86 to 0.2.87 in /src/rust (#5891)dependabot[bot]2021-03-031-2/+2
* more typing (#5887)Paul Kehrer2021-03-0234-154/+326
* Delete unused register_interface_if (#5883)Alex Gaynor2021-03-011-10/+0
* changes to support typing backend (#5882)Paul Kehrer2021-02-282-16/+24
* keep on typing (#5881)Paul Kehrer2021-02-283-40/+33
* fix pkcs12 parse ordering. fixes #5872 (#5879)Paul Kehrer2021-02-281-4/+4
* Add SM4 symmetric block cipher (#5834)tobyp2021-02-282-0/+18
* Add SM3 hash algorithm (#5833)tobyp2021-02-281-0/+6
* Type a bunch of random functions (#5875)Alex Gaynor2021-02-273-15/+23
* Annotate asymetric contexts (#5874)Alex Gaynor2021-02-271-4/+4
* consistently typecast to list (#5873)Mathias Ertl2021-02-271-3/+6
* Strict typehints for extensions and OIDs (#5870)Mathias Ertl2021-02-272-224/+263
* Remove unused X509 verification flags bindings (#5868)David Benjamin2021-02-262-40/+0
* Convert unpadding code to Rust (#5668)Alex Gaynor2021-02-215-105/+90
* add typehint for name (#5856)Mathias Ertl2021-02-211-1/+1
* Add key_identifier property to SubjectKeyIdentifier (#5849)Arnaud Durand2021-02-211-0/+4
* make Extension a generic class (fixes #5830) (#5831)Mathias Ertl2021-02-202-6/+11
* Fix typo in error messages: can not => cannot (#5851)Robert Martin2021-02-203-3/+3
* protect against integer overfows in release rust (#5836)Alex Gaynor2021-02-161-0/+1
* add typehints for read only properties (#5826)Mathias Ertl2021-02-1510-86/+252
* Bump redox_syscall from 0.2.4 to 0.2.5 in /src/rust (#5832)dependabot[bot]2021-02-151-2/+2
* Bump pyo3 and lower MSRV (#5823)Alex Gaynor2021-02-131-16/+58
* Start replacing read_only_property with dedicated functions (#5824)Alex Gaynor2021-02-135-35/+38
* change to a new version scheme (#5825)Alex Gaynor2021-02-131-1/+1
* part 2 of typing x509 extensions (#5815)Alex Gaynor2021-02-112-31/+68
* Start typing a bunch of stuff from x509 extensions (#5812)masterAlex Gaynor2021-02-112-36/+45
* 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
* Added a py.typed so mypy prefers us to typeshed (#5802)Alex Gaynor2021-02-091-0/+0
* 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
* Interface: Make annotation check optional (#5775)Christian Heimes2021-02-081-6/+19
* fix import cycle with asymmetricpadding (#5758)Paul Kehrer2021-02-073-10/+19
* reopen master for 3.5 (#5752)Paul Kehrer2021-02-071-1/+1
* 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
* Bump ctor from 0.1.18 to 0.1.19 in /src/rust (#5741)dependabot[bot]2021-02-031-2/+2
* 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-015-29/+43