Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small cleanup to docs | Paul Kehrer | 2014-09-24 | 2 | -22/+15 |
| | |||||
* | Merge pull request #1341 from michael-hart/ec_vectors | Paul Kehrer | 2014-09-24 | 14 | -15/+166 |
|\ | | | | | Test Vector changes | ||||
| * | Updated spelling_wordlist.txt | michael-hart | 2014-09-24 | 1 | -0/+1 |
| | | | | | | | | Updated the spelling list to allow for RSA in the vectors README. | ||||
| * | Update spelling_wordlist.txt | michael-hart | 2014-09-24 | 1 | -0/+6 |
| | | | | | | Added some keywords for vector documentation | ||||
| * | Update test-vectors.rst | michael-hart | 2014-09-24 | 1 | -5/+27 |
| | | | | | | Updated the readme with custom vectors, although formatting errors seem to exist | ||||
| * | Test Vector changes | michael-hart | 2014-09-23 | 12 | -10/+132 |
| | | | | | | | | | | | | | | Changed names of existing vectors to be more instructive about what the key contains, and adapted tests to compensate, which pass. Added public keys for all encryption types and two new private keys for PEM serialization, documented in the README.txt in the same folder | ||||
* | | Merge pull request #1330 from reaperhulk/fix-commoncrypto-gcm | Alex Gaynor | 2014-09-17 | 3 | -1/+54 |
|\ \ | |/ |/| | Fix two bugs with CommonCrypto GCM that can result in invalid output. | ||||
| * | resolve GCM tag issue with AAD only on OpenSSL 1.0.1 in Ubuntu 12.04 | Paul Kehrer | 2014-09-12 | 2 | -4/+12 |
| | | |||||
| * | moved GCM tests to be run against all backends, added radar bug numbers | Paul Kehrer | 2014-09-11 | 3 | -32/+36 |
| | | |||||
| * | byte strings are byte strings | Paul Kehrer | 2014-09-11 | 1 | -9/+9 |
| | | |||||
| * | Fix two bugs with CommonCrypto GCM that can result in invalid output. | Paul Kehrer | 2014-09-11 | 2 | -0/+41 |
| | | | | | | | | | | | | | | Bug #1: Call to AAD but no call to update. Get null tag bytes. Bug #2: Call to update without call to AAD. Get null ciphertext bytes. Fixes #1329 | ||||
* | | Merge pull request #1332 from michael-hart/add_to_authors | Alex Gaynor | 2014-09-12 | 1 | -0/+1 |
|\ \ | | | | | | | Added to AUTHORS.rst | ||||
| * | | Added to AUTHORS.rst | Michael | 2014-09-12 | 1 | -0/+1 |
| |/ | | | | | | | Added Michael Hart to authors | ||||
* | | Merge pull request #1328 from michael-hart/master | Paul Kehrer | 2014-09-12 | 8 | -1/+85 |
|\ \ | |/ |/| | Implemented support for loading EC private keys | ||||
| * | Added PKCS8 encoded private keys to tests | Michael Hart | 2014-09-12 | 3 | -18/+41 |
| | | | | | | | | | | | | | | Generated two files with the same private key as PEM_Serialization's ec_private_key.pem, one unencrypted and one encrypted with "123456". Also changed existing PEMSerialization unit tests to take parameters so that tests can be extended easily. | ||||
| * | Reorganised imports | Michael | 2014-09-12 | 1 | -4/+3 |
| | | | | | | | | | | | | Swapped the order of the imports so that flake8 will see that they are correct, and changed the test import to be relative rather than absolute, as is the standard | ||||
| * | Changed EC curve type and add test markers | Michael | 2014-09-12 | 4 | -9/+17 |
| | | | | | | | | | | | | Changed the Elliptic Curve curve type from secp256k1 to secp256r1, as this is supported, in an attempt to pass tests on CentOS 7; also added markers and methods to skip test functions for systems that do not support ECC. | ||||
| * | Further formatting changes | michael-hart | 2014-09-12 | 1 | -1/+1 |
| | | | | | | Essentially a continuation of the previous commit, this commit tabs a line which should have been tabbed before. | ||||
| * | Corrected formatting | unknown | 2014-09-12 | 1 | -1/+2 |
| | | | | | | | | | | Line was too long in ./cryptography/hazmat/backends/openssl/backend.py, so moved the second part of the statement onto a new line using \ | ||||
| * | Adjusted formatting and added EC check | unknown | 2014-09-12 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | Due to the code failing the PEP-8 test, the test code has been reformatted so that there are two blank lines between the function and the next class, and the overlong line has been adjusted. Also added a check to the private key loading function to check for the Cryptography_HAS_EC field. This has been tested on Windows only. | ||||
| * | Implemented support for loading EC private keys | unknown | 2014-09-11 | 6 | -1/+52 |
|/ | | | | | | Loads Elliptic Curve private keys from .PEM files, whether encrypted or unencrypted, given that the encryption method is supported. Also included changes to the test files and documentation for said method. | ||||
* | Merge pull request #1326 from alex/pem-serialization-backend | Paul Kehrer | 2014-09-09 | 9 | -16/+145 |
|\ | | | | | Start moving everything to the new API | ||||
| * | Grammar from @reaperhulk | Alex Gaynor | 2014-09-09 | 1 | -1/+1 |
| | | |||||
| * | Try a different phrasing | Alex Gaynor | 2014-09-08 | 1 | -4/+5 |
| | | |||||
| * | multibacken for docs | Alex Gaynor | 2014-09-08 | 2 | -3/+30 |
| | | |||||
| * | remove duplicate argument | Alex Gaynor | 2014-09-08 | 1 | -2/+2 |
| | | |||||
| * | Explicitly deprecate these as well | Alex Gaynor | 2014-09-08 | 1 | -2/+18 |
| | | |||||
| * | fixes | Alex Gaynor | 2014-09-08 | 4 | -2/+6 |
| | | |||||
| * | Start moving everything to the new API | Alex Gaynor | 2014-09-08 | 4 | -12/+93 |
|/ | |||||
* | Merge pull request #1276 from alex/pem-loading-backend | Paul Kehrer | 2014-09-08 | 2 | -2/+29 |
|\ | | | | | Added PEMSerializationBackend interface | ||||
| * | typo fix | Alex Gaynor | 2014-09-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into pem-loading-backend | Alex Gaynor | 2014-09-08 | 23 | -88/+665 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1321 from alex/check-padding | Paul Kehrer | 2014-08-25 | 2 | -0/+5 |
|\ \ | | | | | | | Verify that padding is an instance of AsymmetircPadding before trying to use it; fixes #1318 | ||||
| * | | Verify that padding is an instance of AsymmetircPadding before trying to use ↵ | Alex Gaynor | 2014-08-25 | 2 | -0/+5 |
|/ / | | | | | | | it; fixes #1318 | ||||
* | | All the other pages use sentence case titles. | Alex Stapleton | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1302 from alex/move-to-files | Alex Stapleton | 2014-08-24 | 5 | -23/+55 |
|\ \ | | | | | | | Refs #1301 -- moved constant time code into it's own .c and .h files | ||||
| * | | Added back license headers | Alex Gaynor | 2014-08-11 | 2 | -0/+27 |
| | | | |||||
| * | | Revert "Added include guards, and license headers" | Alex Gaynor | 2014-08-11 | 2 | -36/+0 |
| | | | | | | | | | | | | This reverts commit a4902b67fb4ef1e7fd477d27353242da879ca90c. | ||||
| * | | Added include guards, and license headers | Alex Gaynor | 2014-08-11 | 2 | -0/+36 |
| | | | |||||
| * | | Fix? | Alex Gaynor | 2014-08-11 | 1 | -0/+1 |
| | | | |||||
| * | | Simplify, thanks @dstufft | Alex Gaynor | 2014-08-11 | 1 | -2/+1 |
| | | | |||||
| * | | Refs #1301 -- moved constant time code into it's own .c and .h files | Alex Gaynor | 2014-08-11 | 4 | -23/+28 |
| | | | |||||
* | | | Merge pull request #1314 from reaperhulk/yosemite-fix | Alex Gaynor | 2014-08-21 | 2 | -1/+4 |
|\ \ \ | | | | | | | | | link corefoundation in the CC binding. | ||||
| * | | | add changelog entry | Paul Kehrer | 2014-08-21 | 1 | -0/+1 |
| | | | | |||||
| * | | | link corefoundation in the CC binding. | Paul Kehrer | 2014-08-21 | 1 | -1/+3 |
|/ / / | | | | | | | | | | This fixes compilation under Yosemite. | ||||
* | | | Merge pull request #1313 from reaperhulk/0.5.4-changelog | Alex Gaynor | 2014-08-21 | 2 | -0/+9 |
|\ \ \ | | | | | | | | | port 0.5.4 changelog to master | ||||
| * | | | add the spelling wordlist additions as well | Paul Kehrer | 2014-08-21 | 1 | -0/+2 |
| | | | | |||||
| * | | | port 0.5.4 changelog to master | Paul Kehrer | 2014-08-20 | 1 | -0/+7 |
| | | | | |||||
* | | | | Merge pull request #1309 from alex/doc8-extension | Paul Kehrer | 2014-08-19 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | only run doc8 over things with a rst extension | ||||
| * | | | only run doc8 over things with a rst extension | Alex Gaynor | 2014-08-19 | 1 | -0/+3 |
| | | | |