Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #1415 from alex/assert-simplification | Paul Kehrer | 2014-10-19 | 1 | -4/+2 | |
|\ \ | |/ |/| | Split this assert into two. | |||||
| * | Split this assert into two. | Alex Gaynor | 2014-10-19 | 1 | -4/+2 | |
| | | | | | | | | | | | | If these fail, py.test can vomit: https://bitbucket.org/hpk42/pytest/issue/612/syntax-error-on-assertion-reinterpretation (I lost track of what I did to make this asseriton vomit unfortunately :-() | |||||
* | | remove nids not universally available in all our versions | Paul Kehrer | 2014-10-19 | 1 | -10/+0 | |
| | | | | | | | | will re-add later with additional boilerplate | |||||
* | | compilation fixes | Paul Kehrer | 2014-10-18 | 1 | -3/+2 | |
| | | ||||||
* | | start adding NIDs we'll need for X509 | Paul Kehrer | 2014-10-18 | 1 | -4/+40 | |
|/ | ||||||
* | Make FreeBSD happy with this constant | Alex Gaynor | 2014-10-15 | 1 | -1/+1 | |
| | ||||||
* | Also handle the changes in the PKCS1v15 errors | Alex Gaynor | 2014-10-15 | 2 | -4/+20 | |
| | ||||||
* | Handle PKCS12 decrypt failures with OpenSSL 1.0.1j | Alex Gaynor | 2014-10-15 | 2 | -4/+17 | |
| | | | | Don't know why this changed, but it did. | |||||
* | if EC_KEY_check_key fails consume errors off stack (+ add test) | Paul Kehrer | 2014-10-14 | 1 | -1/+3 | |
| | ||||||
* | Fixed #1392 -- allow more combinations of p and q's bit lengths | Alex Gaynor | 2014-10-13 | 1 | -11/+4 | |
| | ||||||
* | Improved error message | Alex Gaynor | 2014-10-08 | 1 | -3/+6 | |
| | ||||||
* | update comment with info re: 0.9.8 | Paul Kehrer | 2014-10-03 | 1 | -1/+2 | |
| | ||||||
* | add the missing file. i are senior dvlpr | Paul Kehrer | 2014-10-03 | 1 | -0/+35 | |
| | ||||||
* | enable truncation for DSA digests prior to signing | Paul Kehrer | 2014-10-03 | 2 | -18/+22 | |
| | | | | | | This works around a bug in OpenSSL 1.0.0, 1.0.0a, and 1.0.0b where SHA-2 is a supported signature algorithm but FIPS 186-3 truncation is not performed if the q value is smaller than the digest output length | |||||
* | update multibackend to remove deprecated methods | Paul Kehrer | 2014-10-01 | 1 | -45/+0 | |
| | ||||||
* | Remove DeprecatedIn05 | Alex Gaynor | 2014-09-30 | 1 | -1/+0 | |
| | ||||||
* | Merge pull request #1375 from alex/bump-deprecation | Paul Kehrer | 2014-09-30 | 1 | -1/+1 | |
|\ | | | | | Bump pending -> deprecated to for things deprecated in 0.6 | |||||
| * | Bump pending -> deprecated to for things deprecated in 0.6 | Alex Gaynor | 2014-09-30 | 1 | -1/+1 | |
| | | ||||||
* | | remove deprecated DSA classes/methods and update tests | Paul Kehrer | 2014-09-30 | 3 | -277/+4 | |
|/ | ||||||
* | Merge pull request #1371 from reaperhulk/advance-rsa-deprecation-cycle | Alex Gaynor | 2014-09-30 | 3 | -312/+1 | |
|\ | | | | | Advance RSA deprecation cycle | |||||
| * | remove rsa backend methods that are fully deprecated from backend | Paul Kehrer | 2014-09-30 | 1 | -33/+0 | |
| | | | | | | | | interface | |||||
| * | remove unused methods | Paul Kehrer | 2014-09-29 | 1 | -30/+0 | |
| | | ||||||
| * | Remove deprecated RSA methods from backends, update tests | Paul Kehrer | 2014-09-29 | 2 | -249/+1 | |
| | | ||||||
* | | open master for seventh release development | Paul Kehrer | 2014-09-29 | 1 | -1/+1 | |
|/ | ||||||
* | Bump version and set changelog date for 0.6 release | Paul Kehrer | 2014-09-29 | 1 | -1/+1 | |
| | ||||||
* | Move _ec_key_curve_sn to openssl/ec.py | Alex Stapleton | 2014-09-28 | 2 | -26/+28 | |
| | ||||||
* | Rename some ctx vars to ec_cdata | Alex Stapleton | 2014-09-28 | 1 | -16/+16 | |
| | ||||||
* | Remove curve parameter from OpenSSL EC keys | Alex Stapleton | 2014-09-28 | 2 | -28/+27 | |
| | ||||||
* | Merge pull request #1345 from reaperhulk/ec-withnumbers | Alex Gaynor | 2014-09-27 | 3 | -16/+76 | |
|\ | | | | | Elliptic Curve WithNumbers Support | |||||
| * | refactor to use ctx manager and share logic with set_public_key_affine | Paul Kehrer | 2014-09-27 | 2 | -41/+28 | |
| | | ||||||
| * | Support EC WithNumbers on OpenSSL backend + tests | Paul Kehrer | 2014-09-27 | 1 | -2/+57 | |
| | | ||||||
| * | add EC WithNumbers interfaces and docs | Paul Kehrer | 2014-09-27 | 1 | -0/+18 | |
| | | ||||||
* | | EC public/private key loader functions try deprecated as fallback | Paul Kehrer | 2014-09-27 | 1 | -2/+8 | |
| | | ||||||
* | | return from deprecated method | Paul Kehrer | 2014-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | multibackend deprecated method needs to call the backend deprecated method | Paul Kehrer | 2014-09-27 | 1 | -2/+20 | |
| | | ||||||
* | | deprecate backend method names for elliptic curve number loading | Paul Kehrer | 2014-09-27 | 4 | -6/+44 | |
|/ | | | | fixes #1270 | |||||
* | Merge pull request #1346 from reaperhulk/fix-pkcs8-ec-load | Alex Gaynor | 2014-09-26 | 2 | -6/+56 | |
|\ | | | | | Process curve name when loading EC keys. Fixes #1336 | |||||
| * | use NID_undef instead of literal value | Paul Kehrer | 2014-09-26 | 1 | -1/+1 | |
| | | ||||||
| * | fix indentation | Paul Kehrer | 2014-09-26 | 1 | -8/+8 | |
| | | ||||||
| * | add curve name parsing to public key loader | Paul Kehrer | 2014-09-26 | 1 | -15/+19 | |
| | | ||||||
| * | CURVE_TYPES back to private, removed unneeded point creation | Paul Kehrer | 2014-09-26 | 2 | -5/+2 | |
| | | ||||||
| * | Process curve name when loading EC keys. Fixes #1336 | Paul Kehrer | 2014-09-26 | 2 | -3/+52 | |
| | | ||||||
* | | Renamed _bn_ctx_manager(). | Alex Gaynor | 2014-09-26 | 2 | -4/+4 | |
|/ | | | | The existing name is confusing because it's ambigious about the fact that ctx belongs to bn or manager. The name doesn't need to say it's a manager anyways, so now it better describes what it does. | |||||
* | Update multibackend.py | michael-hart | 2014-09-26 | 1 | -0/+2 | |
| | | | | Inserted missing newlines | |||||
* | Added code and tests of EC public keys | michael-hart | 2014-09-26 | 1 | -0/+6 | |
| | ||||||
* | Added all changes lost in merge reset | michael-hart | 2014-09-26 | 1 | -1/+1 | |
| | ||||||
* | Part 1 of rebase, with corrections for pep8 | michael-hart | 2014-09-26 | 1 | -1/+1 | |
| | ||||||
* | Added all changes lost in merge reset | michael-hart | 2014-09-26 | 1 | -2/+2 | |
| | ||||||
* | Part 1 of rebase, with corrections for pep8 | michael-hart | 2014-09-26 | 4 | -2/+48 | |
| | ||||||
* | switch truncate_digest_for_ecdsa to context manager | Paul Kehrer | 2014-09-25 | 1 | -9/+13 | |
| | | | | Also adds a docstring to fix #1335 |