aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed EC curve type and add test markersMichael2014-09-124-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 changesmichael-hart2014-09-121-1/+1
| | | Essentially a continuation of the previous commit, this commit tabs a line which should have been tabbed before.
* Corrected formattingunknown2014-09-121-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 checkunknown2014-09-122-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 keysunknown2014-09-116-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-backendPaul Kehrer2014-09-099-16/+145
|\ | | | | Start moving everything to the new API
| * Grammar from @reaperhulkAlex Gaynor2014-09-091-1/+1
| |
| * Try a different phrasingAlex Gaynor2014-09-081-4/+5
| |
| * multibacken for docsAlex Gaynor2014-09-082-3/+30
| |
| * remove duplicate argumentAlex Gaynor2014-09-081-2/+2
| |
| * Explicitly deprecate these as wellAlex Gaynor2014-09-081-2/+18
| |
| * fixesAlex Gaynor2014-09-084-2/+6
| |
| * Start moving everything to the new APIAlex Gaynor2014-09-084-12/+93
|/
* Merge pull request #1276 from alex/pem-loading-backendPaul Kehrer2014-09-082-2/+29
|\ | | | | Added PEMSerializationBackend interface
| * typo fixAlex Gaynor2014-09-081-1/+1
| |
| * Merge branch 'master' into pem-loading-backendAlex Gaynor2014-09-0823-88/+665
| |\ | |/ |/|
* | Merge pull request #1321 from alex/check-paddingPaul Kehrer2014-08-252-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 Gaynor2014-08-252-0/+5
|/ / | | | | | | it; fixes #1318
* | All the other pages use sentence case titles.Alex Stapleton2014-08-251-1/+1
| |
* | Merge pull request #1302 from alex/move-to-filesAlex Stapleton2014-08-245-23/+55
|\ \ | | | | | | Refs #1301 -- moved constant time code into it's own .c and .h files
| * | Added back license headersAlex Gaynor2014-08-112-0/+27
| | |
| * | Revert "Added include guards, and license headers"Alex Gaynor2014-08-112-36/+0
| | | | | | | | | | | | This reverts commit a4902b67fb4ef1e7fd477d27353242da879ca90c.
| * | Added include guards, and license headersAlex Gaynor2014-08-112-0/+36
| | |
| * | Fix?Alex Gaynor2014-08-111-0/+1
| | |
| * | Simplify, thanks @dstufftAlex Gaynor2014-08-111-2/+1
| | |
| * | Refs #1301 -- moved constant time code into it's own .c and .h filesAlex Gaynor2014-08-114-23/+28
| | |
* | | Merge pull request #1314 from reaperhulk/yosemite-fixAlex Gaynor2014-08-212-1/+4
|\ \ \ | | | | | | | | link corefoundation in the CC binding.
| * | | add changelog entryPaul Kehrer2014-08-211-0/+1
| | | |
| * | | link corefoundation in the CC binding.Paul Kehrer2014-08-211-1/+3
|/ / / | | | | | | | | | This fixes compilation under Yosemite.
* | | Merge pull request #1313 from reaperhulk/0.5.4-changelogAlex Gaynor2014-08-212-0/+9
|\ \ \ | | | | | | | | port 0.5.4 changelog to master
| * | | add the spelling wordlist additions as wellPaul Kehrer2014-08-211-0/+2
| | | |
| * | | port 0.5.4 changelog to masterPaul Kehrer2014-08-201-0/+7
| | | |
* | | | Merge pull request #1309 from alex/doc8-extensionPaul Kehrer2014-08-191-0/+3
|\ \ \ \ | |/ / / |/| | | only run doc8 over things with a rst extension
| * | | only run doc8 over things with a rst extensionAlex Gaynor2014-08-191-0/+3
| | | |
* | | | Merge pull request #1304 from reaperhulk/fix-partial-chain-declarationAlex Stapleton2014-08-191-3/+12
|\ \ \ \ | |/ / / |/| | | conditionally declare X509_V_FLAG_PARTIAL_CHAIN
| * | | conditionally declare X509_V_FLAG_PARTIAL_CHAINPaul Kehrer2014-08-141-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | Solaris has apparently backported this from 1.0.2 so our version detection causes a compile error. This should fix it, but hopefully we'll be able to add a Solaris builder to jenkins soon-ish.
* | | | Merge pull request #1298 from public/dh-vector-loaderPaul Kehrer2014-08-152-3/+515
|\ \ \ \ | |/ / / |/| | | KASVS vector loader
| * | | KASVS vector loaderAlex Stapleton2014-08-102-3/+515
| |/ /
* | | Merge pull request #1303 from alex/add-d2i_PKCS7_bioDavid Reid2014-08-131-0/+1
|\ \ \ | |/ / |/| | Added d2i_PKCS7_bio to bindings
| * | Added d2i_PKCS7_bio to bindingsAlex Gaynor2014-08-131-0/+1
|/ /
* | Merge pull request #1297 from reaperhulk/update-opensslAlex Gaynor2014-08-091-0/+1
|\ \ | | | | | | add OpenSSL from RHEL/CentOS 7 to testing list
| * | add OpenSSL from RHEL/CentOS 7 to testing listPaul Kehrer2014-08-091-0/+1
| | |
* | | Merge pull request #1296 from reaperhulk/fix-1295Alex Gaynor2014-08-091-17/+7
|\ \ \ | |/ / |/| | X509_VERIFY_PARAM_set_hostflags is available in 1.0.2-beta2
| * | fix warnings caused by signature changes from beta1 to beta2Paul Kehrer2014-08-091-4/+4
| | |
| * | X509_VERIFY_PARAM_set_hostflags is available in 1.0.2-beta2Paul Kehrer2014-08-091-13/+3
|/ / | | | | | | fixes #1295
* | Merge pull request #1294 from reaperhulk/0.5.3-changelogAlex Gaynor2014-08-071-0/+5
|\ \ | | | | | | add 0.5.3 changelog information to master
| * | add 0.5.3 changelog information to masterPaul Kehrer2014-08-071-0/+5
|/ /
* | Merge pull request #1283 from Ayrx/entry_pointsPaul Kehrer2014-08-017-38/+38
|\ \ | | | | | | Added entry_points.
| * | Fix test failuresTerry Chia2014-07-283-6/+6
| | |
| * | Removed need for Binding entry_pointTerry Chia2014-07-284-40/+23
| | |