| Commit message (Expand) | Author | Age | Files | Lines |
* | Enforce signature type in ECDSA and add tests | Stanisław Pitucha | 2015-08-12 | 1 | -0/+17 |
* | Fixed #2143 -- added __hash__ to RSA{Public,Private}Numbers | Alex Gaynor | 2015-07-12 | 1 | -0/+16 |
* | require serialization in asym tests | Paul Kehrer | 2015-06-27 | 1 | -30/+3 |
* | support RSA DER private key serialization | Paul Kehrer | 2015-03-13 | 1 | -19/+84 |
* | Merge pull request #1741 from reaperhulk/serialize-der-public-keys | Alex Gaynor | 2015-03-10 | 1 | -21/+35 |
|\ |
|
| * | support DER serialization of public keys | Paul Kehrer | 2015-03-10 | 1 | -21/+35 |
* | | Fixed the deprecation warnings being triggered by the tests | Alex Gaynor | 2015-03-10 | 1 | -1/+1 |
|/ |
|
* | support RSA public key serialization | Paul Kehrer | 2015-03-07 | 1 | -2/+47 |
* | s/Format/PrivateFormat | Paul Kehrer | 2015-03-01 | 1 | -7/+10 |
* | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 1 | -14/+14 |
* | add exact byte test | Paul Kehrer | 2015-02-27 | 1 | -0/+17 |
* | listify a parametrized test | Paul Kehrer | 2015-02-25 | 1 | -1/+1 |
* | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 1 | -12/+12 |
* | address review comments | Paul Kehrer | 2015-02-25 | 1 | -17/+34 |
* | Support for traditional OpenSSL and PKCS8 RSA private key serialization | Paul Kehrer | 2015-02-25 | 1 | -2/+97 |
* | Updated RSA and DSA tests for moved classes | Alex Gaynor | 2015-02-24 | 1 | -2/+2 |
* | move asymmetric padding interface to primitives.asymmetric.padding | Paul Kehrer | 2015-02-16 | 1 | -1/+1 |
* | various improvements to rsa_recover_prime_factors per review feedback | Paul Kehrer | 2015-01-18 | 1 | -8/+2 |
* | recover (p, q) given (n, e, d). fixes #975 | Paul Kehrer | 2015-01-18 | 1 | -0/+33 |
* | add NotImplemented handling | Paul Kehrer | 2014-12-10 | 1 | -0/+2 |
* | add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classes | Paul Kehrer | 2014-12-10 | 1 | -1/+50 |
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -13/+3 |
* | Change how we represented that a test requires a backend. | Alex Gaynor | 2014-10-23 | 1 | -8/+9 |
* | fix a coverage miss | Paul Kehrer | 2014-09-30 | 1 | -1/+1 |
* | Remove deprecated RSA methods from backends, update tests | Paul Kehrer | 2014-09-29 | 1 | -393/+69 |
* | Verify that padding is an instance of AsymmetircPadding before trying to use ... | Alex Gaynor | 2014-08-25 | 1 | -0/+2 |
* | Add a sensible repr to RSAPublicNumbers | Terry Chia | 2014-07-10 | 1 | -0/+5 |
* | Restore these tests | Alex Gaynor | 2014-07-07 | 1 | -0/+11 |
* | Advanced and remove the deprecated MGF1 sale length code | Alex Gaynor | 2014-07-07 | 1 | -85/+15 |
* | update test to cover missing line | Paul Kehrer | 2014-06-22 | 1 | -0/+2 |
* | modify RSA numbers loading to match elliptic curve | Paul Kehrer | 2014-06-20 | 1 | -204/+183 |
* | deprecate old RSA classes and methods | Paul Kehrer | 2014-06-19 | 1 | -28/+79 |
* | do value checks when converting from numbers to key | Paul Kehrer | 2014-06-12 | 1 | -1/+1 |
* | simplify test_rsa changes | Paul Kehrer | 2014-06-12 | 1 | -467/+343 |
* | backend specific RSA*Key implementation for OpenSSL | Paul Kehrer | 2014-06-12 | 1 | -430/+516 |
* | Merge pull request #1102 from reaperhulk/rsa-generate-function | Alex Stapleton | 2014-06-07 | 1 | -14/+23 |
|\ |
|
| * | rename the function | Paul Kehrer | 2014-06-07 | 1 | -17/+17 |
| * | more coverage... | Paul Kehrer | 2014-06-06 | 1 | -0/+3 |
| * | fix coverage | Paul Kehrer | 2014-06-06 | 1 | -0/+6 |
| * | add rsa_generate_private_key function to replace RSAPrivateKey.generate | Paul Kehrer | 2014-06-06 | 1 | -17/+17 |
* | | Switch the tests to load numbers | Alex Gaynor | 2014-06-06 | 1 | -30/+33 |
|/ |
|
* | Split load_rsa_numbers into load_rsa_private_numbers and load_rsa_public_numb... | David Reid | 2014-06-03 | 1 | -17/+17 |
* | Implement load_rsa_numbers on the openssl backend. | David Reid | 2014-06-03 | 1 | -0/+248 |
* | Merge pull request #984 from dreid/rsa-numbers | Paul Kehrer | 2014-06-03 | 1 | -0/+114 |
|\ |
|
| * | Pep8 | David Reid | 2014-05-06 | 1 | -1/+0 |
| * | Check types. | David Reid | 2014-05-06 | 1 | -0/+88 |
| * | Make public_numbers a property. | David Reid | 2014-05-01 | 1 | -1/+1 |
| * | Pep8 | David Reid | 2014-04-30 | 1 | -2/+2 |
| * | Failing tests. | David Reid | 2014-04-30 | 1 | -0/+27 |
* | | Merge pull request #1080 from reaperhulk/generate-rsa-parameters | Alex Stapleton | 2014-05-27 | 1 | -1/+1 |
|\ \ |
|