aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
* if EC_KEY_check_key fails consume errors off stack (+ add test)Paul Kehrer2014-10-141-1/+3
* Fixed #1392 -- allow more combinations of p and q's bit lengthsAlex Gaynor2014-10-131-11/+4
* Improved error messageAlex Gaynor2014-10-081-3/+6
* update comment with info re: 0.9.8Paul Kehrer2014-10-031-1/+2
* add the missing file. i are senior dvlprPaul Kehrer2014-10-031-0/+35
* enable truncation for DSA digests prior to signingPaul Kehrer2014-10-032-18/+22
* update multibackend to remove deprecated methodsPaul Kehrer2014-10-011-45/+0
* Remove DeprecatedIn05Alex Gaynor2014-09-301-1/+0
* Merge pull request #1375 from alex/bump-deprecationPaul Kehrer2014-09-301-1/+1
|\
| * Bump pending -> deprecated to for things deprecated in 0.6Alex Gaynor2014-09-301-1/+1
* | remove deprecated DSA classes/methods and update testsPaul Kehrer2014-09-303-277/+4
|/
* Merge pull request #1371 from reaperhulk/advance-rsa-deprecation-cycleAlex Gaynor2014-09-303-312/+1
|\
| * remove rsa backend methods that are fully deprecated from backendPaul Kehrer2014-09-301-33/+0
| * remove unused methodsPaul Kehrer2014-09-291-30/+0
| * Remove deprecated RSA methods from backends, update testsPaul Kehrer2014-09-292-249/+1
* | open master for seventh release developmentPaul Kehrer2014-09-291-1/+1
|/
* Bump version and set changelog date for 0.6 releasePaul Kehrer2014-09-291-1/+1
* Move _ec_key_curve_sn to openssl/ec.pyAlex Stapleton2014-09-282-26/+28
* Rename some ctx vars to ec_cdataAlex Stapleton2014-09-281-16/+16
* Remove curve parameter from OpenSSL EC keysAlex Stapleton2014-09-282-28/+27
* Merge pull request #1345 from reaperhulk/ec-withnumbersAlex Gaynor2014-09-273-16/+76
|\
| * refactor to use ctx manager and share logic with set_public_key_affinePaul Kehrer2014-09-272-41/+28
| * Support EC WithNumbers on OpenSSL backend + testsPaul Kehrer2014-09-271-2/+57
| * add EC WithNumbers interfaces and docsPaul Kehrer2014-09-271-0/+18
* | EC public/private key loader functions try deprecated as fallbackPaul Kehrer2014-09-271-2/+8
* | return from deprecated methodPaul Kehrer2014-09-271-1/+1
* | multibackend deprecated method needs to call the backend deprecated methodPaul Kehrer2014-09-271-2/+20
* | deprecate backend method names for elliptic curve number loadingPaul Kehrer2014-09-274-6/+44
|/
* Merge pull request #1346 from reaperhulk/fix-pkcs8-ec-loadAlex Gaynor2014-09-262-6/+56
|\
| * use NID_undef instead of literal valuePaul Kehrer2014-09-261-1/+1
| * fix indentationPaul Kehrer2014-09-261-8/+8
| * add curve name parsing to public key loaderPaul Kehrer2014-09-261-15/+19
| * CURVE_TYPES back to private, removed unneeded point creationPaul Kehrer2014-09-262-5/+2
| * Process curve name when loading EC keys. Fixes #1336Paul Kehrer2014-09-262-3/+52
* | Renamed _bn_ctx_manager().Alex Gaynor2014-09-262-4/+4
|/
* Update multibackend.pymichael-hart2014-09-261-0/+2
* Added code and tests of EC public keysmichael-hart2014-09-261-0/+6
* Added all changes lost in merge resetmichael-hart2014-09-261-1/+1
* Part 1 of rebase, with corrections for pep8michael-hart2014-09-261-1/+1
* Added all changes lost in merge resetmichael-hart2014-09-261-2/+2
* Part 1 of rebase, with corrections for pep8michael-hart2014-09-264-2/+48
* switch truncate_digest_for_ecdsa to context managerPaul Kehrer2014-09-251-9/+13
* try/finally the bn_ctx managerPaul Kehrer2014-09-241-3/+5
* switch to a BN_CTX context manager.Paul Kehrer2014-09-241-9/+11
* extraneous newline murderedPaul Kehrer2014-09-241-1/+0
* put BN_CTX_end in a finally to ensure it is invokedPaul Kehrer2014-09-241-14/+16
* start and end BN_CTX so BN_CTX can track func owner of temporary BNsPaul Kehrer2014-09-241-0/+4
* Merge pull request #1330 from reaperhulk/fix-commoncrypto-gcmAlex Gaynor2014-09-172-0/+20
|\
| * resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04Paul Kehrer2014-09-121-0/+8
| * moved GCM tests to be run against all backends, added radar bug numbersPaul Kehrer2014-09-111-0/+2