summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_rsa.py
Commit message (Expand)AuthorAgeFilesLines
* support equality checks on all public asymmetric key types (#8700)Paul Kehrer2023-04-101-0/+12
* double the speed of our rsa tests (#8458)Paul Kehrer2023-03-061-121/+243
* add support for centos9-fips (#8216)Paul Kehrer2023-02-061-41/+36
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-201-11/+5
* Update formatting for new ruff (#7937)Alex Gaynor2022-12-261-4/+4
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-17/+14
* Bump OpenSSL/BoringSSL and adapt for OpenSSL RSA bleichenbacher mitigation (#...Alex Gaynor2022-12-141-2/+3
* add unsafe_skip_rsa_key_validation (#7667)Paul Kehrer2022-10-031-10/+6
* lazily initialize blinding (#7292)Paul Kehrer2022-05-311-0/+26
* fix recover prime factors test to not repeatedly test the same keys (#7186)Paul Kehrer2022-05-031-12/+16
* Allow loading of RSA-PSS public keys (#7162)Paul Kehrer2022-04-301-0/+24
* Load RSA PSS keys as regular RSA keys (#7112)Paul Kehrer2022-04-261-0/+62
* Add support for PSS.AUTO and PSS.DIGEST_LENGTH (#7082)Paul Kehrer2022-04-161-0/+113
* Dedicated check for signature hash algorithms (#6931)Christian Heimes2022-03-181-12/+67
* Add types for padding.PSS class. (#6882)Jonathan Slenders2022-02-231-4/+6
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-16/+16
* add some more mypy flags (#6751)Paul Kehrer2021-12-231-2/+2
* remove signer/verifier as they've been deprecated for 4.25 years (#6639)Paul Kehrer2021-12-031-91/+0
* Use subtests in a few more RSA tests (#6666)Alex Gaynor2021-11-281-88/+80
* Drop supported for older LibreSSL (#6660)Alex Gaynor2021-11-261-22/+0
* Run tests/primitives/ (minus a few files) on BoringSSL (#6584)Alex Gaynor2021-11-111-1/+1
* deprecate backend part 8 of n (#6527)Paul Kehrer2021-11-031-9/+0
* Attempt to turn FIPS small RSA errors into something useful (#6487)Alex Gaynor2021-10-291-0/+9
* Speed up RSA tests in 3.0.0 (#6206)Paul Kehrer2021-08-111-3/+7
* update RSA tests with larger key sizes, better hash funcs (#6010)Paul Kehrer2021-04-251-59/+84
* more typing (#5887)Paul Kehrer2021-03-021-1/+3
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-17/+0
* Fix typo in error messages: can not => cannot (#5851)Robert Martin2021-02-201-1/+1
* Added typing for a bunch of random stuff (#5743)Alex Gaynor2021-02-041-6/+15
* rsa type hinting (#5733)Paul Kehrer2021-02-011-14/+34
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-0/+4
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-311-1/+1
* Remove last large usage of parametrize with vectors (#5652)Alex Gaynor2020-12-171-91/+86
* Convert a few more high cardinality tests to use subtests (#5632)Alex Gaynor2020-12-101-23/+24
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Add support for RSA signature recovery (#5573)Zoltan Kelemen2020-12-071-4/+63
* Disable blinding for RSA pub keys (#5524)Alex Gaynor2020-10-271-0/+3
* move blinding to __init__ on both RSA public and private (#5506)Paul Kehrer2020-10-251-13/+11
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-261-6/+18
* fixes #4706 -- don't internal error on corrupt private key (#5307)Alex Gaynor2020-08-151-0/+7
* simplify more errors (#5353)Paul Kehrer2020-07-261-3/+3
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-585/+614
* test FIPS mode on centos8 (#5323)Paul Kehrer2020-07-201-1/+13
* constrain RSA key generation more heavily (#5288)Paul Kehrer2020-06-281-1/+6
* Replace floating point arithmetic with integer arithmetic (#5181)Torin Carey2020-04-041-6/+5
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-2/+2
* add support for encoding compressed points (#4638)Paul Kehrer2019-01-201-5/+20
* support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer2019-01-131-0/+26
* parametrize a bunch of tests (#4365)Paul Kehrer2018-11-041-281/+58
* create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)Paul Kehrer2018-10-291-0/+18