summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/backends/openssl/rsa.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support for traditional OpenSSL and PKCS8 RSA private key serializationPaul Kehrer2015-02-251-2/+59
* move asymmetric signature/verification interfacesPaul Kehrer2015-02-161-4/+6
* move asymmetric padding interface to primitives.asymmetric.paddingPaul Kehrer2015-02-161-8/+6
* 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/+603