aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Support EC WithNumbers on OpenSSL backend + testsPaul Kehrer2014-09-271-2/+57
* add EC WithNumbers interfaces and docsPaul Kehrer2014-09-271-0/+18
* 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
| * Fix two bugs with CommonCrypto GCM that can result in invalid output.Paul Kehrer2014-09-111-0/+10
* | Further formatting changesmichael-hart2014-09-121-1/+1
* | Corrected formattingunknown2014-09-121-1/+2
* | Adjusted formatting and added EC checkunknown2014-09-121-1/+1
* | Implemented support for loading EC private keysunknown2014-09-111-0/+5
|/
* multibacken for docsAlex Gaynor2014-09-081-2/+13
* remove duplicate argumentAlex Gaynor2014-09-081-2/+2
* Explicitly deprecate these as wellAlex Gaynor2014-09-081-2/+18
* fixesAlex Gaynor2014-09-081-0/+1
* Start moving everything to the new APIAlex Gaynor2014-09-082-7/+29
* Merge branch 'master' into pem-loading-backendAlex Gaynor2014-09-089-75/+92
|\
| * Verify that padding is an instance of AsymmetircPadding before trying to use ...Alex Gaynor2014-08-251-0/+3
| * Merge pull request #1302 from alex/move-to-filesAlex Stapleton2014-08-243-23/+53
| |\
| | * Added back license headersAlex Gaynor2014-08-112-0/+27
| | * Revert "Added include guards, and license headers"Alex Gaynor2014-08-112-36/+0
| | * Added include guards, and license headersAlex Gaynor2014-08-112-0/+36
| | * Refs #1301 -- moved constant time code into it's own .c and .h filesAlex Gaynor2014-08-113-23/+26
| * | link corefoundation in the CC binding.Paul Kehrer2014-08-211-1/+3
| * | conditionally declare X509_V_FLAG_PARTIAL_CHAINPaul Kehrer2014-08-141-3/+12
| * | Added d2i_PKCS7_bio to bindingsAlex Gaynor2014-08-131-0/+1
| |/
| * 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
| * Removed need for Binding entry_pointTerry Chia2014-07-283-30/+5
| * Added entry_points.Terry Chia2014-07-271-13/+16
| * shorten comment line length for PEP-8Adam Goodman2014-07-231-3/+4
| * Merge branch 'master' into reorder_libsAdam Goodman2014-07-237-61/+97
| |\