aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Changed methods on interface providers to have argument names match the inter...Alex Gaynor2014-10-233-16/+16
* Merge pull request #1430 from alex/its-a-macPaul Kehrer2014-10-232-0/+2
|\
| * Fixed #1429 -- mark these classes as implementing the MACContext interfaceAlex Gaynor2014-10-222-0/+2
* | Simplify the implementation of the EC curve keysAlex Gaynor2014-10-221-105/+30
|/
* Merge pull request #1426 from alex/read-only-propertyPaul Kehrer2014-10-229-104/+35
|\
| * oops, fix recursionAlex Gaynor2014-10-211-2/+2
| * Added a utility for implementing a read only property of another fieldAlex Gaynor2014-10-219-104/+35
* | Merge pull request #1425 from reaperhulk/fix-missing-methodAlex Gaynor2014-10-221-0/+6
|\ \ | |/ |/|
| * add load_dsa_parameter_numbers on multibackendPaul Kehrer2014-10-211-0/+6
* | Merge branch 'master' into multi-fernetAlex Gaynor2014-10-205-24/+36
|\|
| * Add to changelog. Document deprecation.Terry Chia2014-10-203-2/+1
| * Remove algorithm property from MACContext and alias CMACContext.Terry Chia2014-10-201-27/+2
| * Add docs.Terry Chia2014-10-201-1/+1
| * Ooops.Terry Chia2014-10-201-1/+1
| * Add MACContext and make HMAC and CMAC to use it.Terry Chia2014-10-205-3/+41
* | Handle non-iterable arguments reasonableAlex Gaynor2014-10-201-0/+1
* | improved the error messageAlex Gaynor2014-10-201-1/+3
* | Fixes #1327 -- adds multifernetAlex Gaynor2014-10-201-0/+18
|/
* eep, stray spaceAlex Gaynor2014-10-191-1/+1
* Fixed an issue in fernet where the wrong exception would occur on an all-null...Alex Gaynor2014-10-191-1/+1
* Merge pull request #1418 from alex/fix-ec-complainsPaul Kehrer2014-10-191-0/+5
|\
| * Do these checks in pure python eagerly.Alex Gaynor2014-10-191-5/+7
| * Fixes #1416 -- replaced assertions with error checking in EC key from numbers.Alex Gaynor2014-10-191-2/+5
* | Merge pull request #1417 from reaperhulk/fix-interfaceAlex Gaynor2014-10-191-0/+12
|\ \ | |/ |/|
| * add missing signer/verifier to DSAPublicKey and DSAPrivateKey ifacesPaul Kehrer2014-10-191-0/+12
* | Merge pull request #1415 from alex/assert-simplificationPaul Kehrer2014-10-191-4/+2
|\ \ | |/ |/|
| * Split this assert into two.Alex Gaynor2014-10-191-4/+2
* | remove nids not universally available in all our versionsPaul Kehrer2014-10-191-10/+0
* | compilation fixesPaul Kehrer2014-10-181-3/+2
* | start adding NIDs we'll need for X509Paul Kehrer2014-10-181-4/+40
|/
* Make FreeBSD happy with this constantAlex Gaynor2014-10-151-1/+1
* Also handle the changes in the PKCS1v15 errorsAlex Gaynor2014-10-152-4/+20
* Handle PKCS12 decrypt failures with OpenSSL 1.0.1jAlex Gaynor2014-10-152-4/+17
* 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