aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/rsa.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup serialize (#5149)Marko Kreen2020-05-251-0/+1
* Added wycheproof RSA PKCSv1 encryption tests (#5234)Alex Gaynor2020-04-261-0/+1
* Replace floating point arithmetic with integer arithmetic (#5181)Torin Carey2020-04-041-3/+1
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-3/+3
* Remove a dead assignment (#4692)Alex Gaynor2019-01-151-1/+0
* convert some asserts to function calls (#4636)Paul Kehrer2018-12-101-10/+14
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-2/+1
* create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)Paul Kehrer2018-10-291-13/+14
* we don't actually care about the errstack here, it's an invalid signature (#4...Paul Kehrer2018-07-101-2/+1
* Convert a pair of asserts to use openssl_assert (#4318)Alex Gaynor2018-07-091-2/+2
* refactor rsa signature/verification logic to remove duplication (#3903)Paul Kehrer2017-09-211-91/+34
* RSA OAEP label support for OpenSSL 1.0.2+ (#3897)Paul Kehrer2017-09-081-3/+15
* 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-29/+18
* support RSA verify with prehashing (#3265)Paul Kehrer2016-11-201-18/+17
* support prehashing in RSA sign (#3238)Paul Kehrer2016-11-201-3/+13
* refactor RSA signature verification to prep for prehash support (#3261)Paul Kehrer2016-11-201-98/+73
* refactor RSA signing to prep for prehash support (#3240)Paul Kehrer2016-11-191-110/+131
* fix warnings in cffi 1.8.3 due to wrong buffer types (#3155)Paul Kehrer2016-09-211-1/+1
* Fixed #3008 -- expose calculate max pss salt length (#3014)Alex Gaynor2016-06-271-11/+7
* More cleanup of the EVP module for 0.9.8isms (#3000)Alex Gaynor2016-06-201-2/+2
* Simplify control flow now that the 0.9.8 branches are gone (#2989)Alex Gaynor2016-06-181-10/+0
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-181-148/+10
* Add convenience methods to sign and verify w/ RSA (#2945)Colleen Murphy2016-06-041-0/+11
* RSA OAEP SHA2 Support (#2956)Paul Kehrer2016-06-041-13/+28
* SSH serialization for public keys (#2957)Alex Gaynor2016-06-031-0/+1
* Random grammar stuff (#2955)Alex Gaynor2016-06-021-1/+1
* treat rsa struct as opaque (#2937)Paul Kehrer2016-06-011-12/+52
* move keyAlex Gaynor2016-03-051-1/+1
* added the correct error handling for the failing testAlex Gaynor2016-03-051-0/+4
* treat the RSA struct more opaquely when getting public key valuesPaul Kehrer2016-02-021-3/+1
* RSA_R_OAEP_DECODING_ERROR is pretty ubiquitousPaul Kehrer2015-12-271-3/+1
* Add support for RSA_R_OAEP_DECODING_ERROR error flag.Christopher Grebs2015-12-271-0/+3
* move two asserts much closer to call sitePaul Kehrer2015-09-251-2/+2
* convert the rest of the openssl backend to using openssl_assertPaul Kehrer2015-09-251-29/+33
* Move signature type checksStanisław Pitucha2015-08-141-3/+3
* Ensure early exeption on non-bytes signatureStanisław Pitucha2015-08-111-0/+3
* Remove elifs and replace with else + assertPaul Kehrer2015-08-011-2/+3
* evp_pkey in openssl asymmetric key constructorsPaul Kehrer2015-06-201-19/+4
* remove unneeded deprecated interface registrationPaul Kehrer2015-03-111-3/+1
* refactor OpenSSL backend private_key_bytesPaul Kehrer2015-03-111-1/+0
* support DER serialization of public keysPaul Kehrer2015-03-101-1/+0
* support RSA public key serializationPaul Kehrer2015-03-071-2/+11
* update namingPaul Kehrer2015-03-011-1/+1
* move private_bytes to a shared method so we can reuse itPaul Kehrer2015-03-011-57/+7
* change as_bytes to private_bytes, link more thingsPaul Kehrer2015-02-281-1/+1
* address review feedbackPaul Kehrer2015-02-271-5/+5
* rename dump to as_bytesPaul Kehrer2015-02-251-1/+1
* address review commentsPaul Kehrer2015-02-251-11/+16