Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | add rsa_padding_supported interface to RSABackend and OpenSSL backend | Paul Kehrer | 2014-05-24 | 2 | -0/+57 | |
| | | ||||||
* | | move some tests around to be more logical | Paul Kehrer | 2014-05-24 | 1 | -28/+28 | |
|/ | ||||||
* | Merge pull request #959 from public/openssl-loading-backend | Paul Kehrer | 2014-05-22 | 1 | -0/+13 | |
|\ | | | | | OpenSSL loading backend | |||||
| * | OpenSSL key loading implementation | Alex Stapleton | 2014-05-03 | 1 | -0/+13 | |
| | | ||||||
* | | add test to verify AES CTR is always available in 0.9.8+, comment updates | Paul Kehrer | 2014-05-21 | 1 | -1/+6 | |
| | | ||||||
* | | Multibackend now supports all of RSABackend | Paul Kehrer | 2014-05-09 | 1 | -0/+30 | |
| | | | | | | | | Also convert some examples to doctest | |||||
* | | Whoopsie daysie. | Alex Gaynor | 2014-05-03 | 1 | -2/+2 | |
| | | | | | | | | That's a fun commit message. So lyrical. | |||||
* | | Here too | Alex Gaynor | 2014-05-03 | 1 | -4/+4 | |
|/ | ||||||
* | cover some missing lines in dsa multibackend | Paul Kehrer | 2014-05-02 | 1 | -0/+5 | |
| | ||||||
* | expand DSA multibackend support | Paul Kehrer | 2014-05-02 | 1 | -0/+34 | |
| | ||||||
* | update some decryption tests | Paul Kehrer | 2014-04-25 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #949 from reaperhulk/rsa-oaep-decrypt | Alex Gaynor | 2014-04-23 | 1 | -0/+51 | |
|\ | | | | | OAEP support for RSA decryption | |||||
| * | OAEP support for RSA decryption | Paul Kehrer | 2014-04-22 | 1 | -0/+51 | |
| | | ||||||
* | | Added _REASON | Ayrx | 2014-04-22 | 1 | -4/+2 | |
| | | ||||||
* | | Added tests for multibackend | Ayrx | 2014-04-22 | 1 | -3/+33 | |
|/ | ||||||
* | Added missing tests for 100% coverage | Ayrx | 2014-04-22 | 1 | -0/+16 | |
| | ||||||
* | remove OAEP decryption to simplify review | Paul Kehrer | 2014-04-20 | 1 | -51/+0 | |
| | ||||||
* | docs, tests, general huge improvements to RSA decryption | Paul Kehrer | 2014-04-20 | 1 | -2/+53 | |
| | ||||||
* | Inplace mode for _int_to_bn | Alex Stapleton | 2014-04-20 | 1 | -0/+19 | |
| | | | | Mostly useful for working with (EC)?DSA_SIG right now | |||||
* | move some rsa tests to a new class | Paul Kehrer | 2014-04-16 | 1 | -38/+40 | |
| | ||||||
* | pep8, irony | Alex Gaynor | 2014-04-05 | 1 | -1/+0 | |
| | ||||||
* | Some cleanups to imports | Alex Gaynor | 2014-04-05 | 1 | -6/+3 | |
| | ||||||
* | Add docs for DSA parameters and key generation | Mohammed Attia | 2014-04-04 | 1 | -5/+3 | |
| | ||||||
* | Add DSABackend | Mohammed Attia | 2014-04-04 | 2 | -1/+46 | |
| | ||||||
* | Add tests for DSA parameters and key generation | Mohammed Attia | 2014-04-03 | 1 | -1/+12 | |
| | ||||||
* | fix pep8 errors | Alex Stapleton | 2014-04-01 | 1 | -2/+0 | |
| | ||||||
* | Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHM | Alex Stapleton | 2014-04-01 | 1 | -3/+9 | |
| | ||||||
* | Fixes to @alex's comments | Alex Stapleton | 2014-03-27 | 1 | -3/+1 | |
| | ||||||
* | Update tests and raise sites | Alex Stapleton | 2014-03-27 | 3 | -18/+30 | |
| | ||||||
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 3 | -22/+18 | |
| | ||||||
* | Merge branch 'master' into rsa-pss-signing | Paul Kehrer | 2014-03-20 | 3 | -6/+14 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: add mgf1_hash_supported unsupported hash check more concise way of generating tests switch to a lambda rename some things add FIPS 186-2/3 signature verification tests for RSA PKCSv15 and PSS revert one import order change a few small fixes Add ASN1_TIME_free import order fixes for future automated checking Conflicts: tests/hazmat/primitives/test_rsa.py tests/hazmat/primitives/utils.py | |||||
| * | add mgf1_hash_supported unsupported hash check | Paul Kehrer | 2014-03-19 | 1 | -0/+8 | |
| | | ||||||
| * | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 3 | -6/+6 | |
| | | ||||||
* | | RSA PSS signature support | Paul Kehrer | 2014-03-19 | 1 | -0/+11 | |
|/ | ||||||
* | cover a missing line for older openssl | Paul Kehrer | 2014-03-16 | 1 | -0/+25 | |
| | ||||||
* | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 4 | -0/+20 | |
| | ||||||
* | Convert stuff | Alex Gaynor | 2014-03-06 | 3 | -16/+20 | |
| | ||||||
* | raise InternalError | Alex Stapleton | 2014-03-01 | 1 | -1/+10 | |
| | ||||||
* | pep8 | Alex Stapleton | 2014-03-01 | 1 | -1/+1 | |
| | ||||||
* | Get rid of handle_errors | Alex Stapleton | 2014-03-01 | 1 | -34/+5 | |
| | ||||||
* | more PKCS1->PKCS1v15 | Paul Kehrer | 2014-02-25 | 1 | -3/+3 | |
| | ||||||
* | add RSA verification support | Paul Kehrer | 2014-02-25 | 1 | -0/+11 | |
| | ||||||
* | update multibackend with new PKCS1v15 class name | Paul Kehrer | 2014-02-24 | 1 | -2/+2 | |
| | ||||||
* | add basic multibackend so we can do signatures using default_backend | Paul Kehrer | 2014-02-23 | 1 | -0/+11 | |
| | ||||||
* | flake8 fix | Alex Gaynor | 2014-02-12 | 1 | -0/+1 | |
| | ||||||
* | Added RSABackend to MultiBackend | Alex Gaynor | 2014-02-12 | 1 | -3/+21 | |
| | ||||||
* | remove deactivate and replace with activate_builtin_random | Paul Kehrer | 2014-02-05 | 1 | -147/+13 | |
| | ||||||
* | Merge branch 'master' into urandom-engine | Paul Kehrer | 2014-02-05 | 1 | -1/+7 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: PKCS #1 RSA test vector loader Removed pointless anchor Docs need virtualenv as well Everything about bash is the worst Some reST markup nonsense Fix for OS X More clearly describe the behavior of constant_time.bytes_eq Run the doc tests under OS X Made OpenSSL's derive_pbkdf2_hmac raise the right exception Document which backends implement which itnerfaces. Fixes #538 pep8 Fixed a typo in the docs Make the default backend be a multi-backend Conflicts: tests/hazmat/backends/test_openssl.py | |||||
| * | Made OpenSSL's derive_pbkdf2_hmac raise the right exception | Alex Gaynor | 2014-02-04 | 1 | -1/+7 | |
| | | ||||||
* | | assert the right thing | Paul Kehrer | 2014-02-04 | 1 | -1/+1 | |
| | |