summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/backends/openssl/dsa.py
Commit message (Expand)AuthorAgeFilesLines
* support equality checks on all public asymmetric key types (#8700)Paul Kehrer2023-04-101-0/+9
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-6/+7
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-5/+2
* type an extra param (#6748)Alex Gaynor2021-12-231-1/+3
* dsa and hashes internal typing (#6747)Paul Kehrer2021-12-231-5/+18
* simplify _calculate_digest_and_algorithm (#6719)Paul Kehrer2021-12-221-6/+2
* remove signer/verifier as they've been deprecated for 4.25 years (#6639)Paul Kehrer2021-12-031-65/+0
* Remove read_only_property and precisely type all these getters (#6668)Alex Gaynor2021-11-291-2/+6
* Fixes #6158 -- added more type annotations (#6185)Alex Gaynor2021-07-311-3/+3
* dsa type hinting (#5726)Paul Kehrer2021-01-311-27/+54
* remove DSAParametersWithNumbers (#5724)Paul Kehrer2021-01-311-1/+1
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-311-2/+2
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-16/+15
* Cleanup serialize (#5149)Marko Kreen2020-05-251-6/+2
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-2/+1
* deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer2017-06-031-1/+4
* make signature and verification contexts error better re: prehashed (#3658)Paul Kehrer2017-06-021-1/+3
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-27/+1
* support prehashed sign/verify in DSA (#3266)Paul Kehrer2016-11-201-7/+13
* refactor dsa sign/verify as prep for prehash (#3262)Paul Kehrer2016-11-191-23/+32
* One shot sign/verify DSA (#3003)Aviv Palivoda2016-06-301-0/+10
* Use DSAparams_dup in yet another please (#3007)Alex Gaynor2016-06-201-27/+2
* use DSAparams_dup now that we no longer support 0.9.8 (#3006)Paul Kehrer2016-06-201-13/+1
* Remove a binding and comments that reference 0.9.8 (#2984)Alex Gaynor2016-06-181-3/+2
* SSH serialization for public keys (#2957)Alex Gaynor2016-06-031-0/+1
* treat DSA as opaque (#2936)Paul Kehrer2016-05-311-25/+109
* converted a few more assertsAlex Gaynor2015-09-261-1/+1
* convert the rest of the openssl backend to using openssl_assertPaul Kehrer2015-09-251-4/+4
* Move signature type checksStanisław Pitucha2015-08-141-3/+3
* Ensure early exeption on non-bytes signatureStanisław Pitucha2015-08-111-0/+3
* evp_pkey in openssl asymmetric key constructorsPaul Kehrer2015-06-201-19/+8
* don't double free DSA cdata when verifying thingsPaul Kehrer2015-06-061-4/+1
* Don't trigger any deprecation warnings on importAlex Gaynor2015-03-141-1/+1
* refactor OpenSSL backend private_key_bytesPaul Kehrer2015-03-111-1/+0
* support DER serialization of public keysPaul Kehrer2015-03-101-1/+0
* DSA public key serializationPaul Kehrer2015-03-081-1/+22
* serialize DSA private keysPaul Kehrer2015-03-021-6/+20
* move asymmetric signature/verification interfacesPaul Kehrer2015-02-161-4/+6
* Don't check DSA error stackAlex Stapleton2014-11-241-5/+1
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-0/+207