aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Added bindings for OpenSSL's DSA. Refs #77.Alex Gaynor2013-10-032-0/+31
| | |/
| * / Bind OpenSSL's DH. Refs #77Alex Gaynor2013-10-032-0/+29
| |/
| * Use a None default so composition is easierAlex Gaynor2013-10-031-1/+5
| * Make default_api privateAlex Gaynor2013-10-032-3/+3
| * Explicitly pass around the API, and run all tests under all available APIsAlex Gaynor2013-10-032-5/+22
| * Remove this, it properly belongs to ASN1, and that's for a seperate PRAlex Gaynor2013-10-021-4/+0
| * Thsi is a macroAlex Gaynor2013-10-021-2/+1
| * Fixes to match teh C headersAlex Gaynor2013-10-021-2/+6
| * Merge branch 'master' into bind-bignumAlex Gaynor2013-10-023-4/+25
| |\
| | * Merge pull request #78 from alex/check-cffiDonald Stufft2013-10-023-4/+22
| | |\
| | | * Added an explanatory commentAlex Gaynor2013-10-021-0/+8
| | | * Move to a saner approachAlex Gaynor2013-10-023-13/+13
| | | * Rewrite this commentAlex Gaynor2013-10-011-1/+1
| | | * Try without thisAlex Gaynor2013-09-301-4/+2
| | | * Give upAlex Gaynor2013-09-301-8/+1
| | | * Everything but shut some offAlex Gaynor2013-09-301-1/+8
| | | * A flag too farAlex Gaynor2013-09-301-1/+1
| | | * only pass these on OS XAlex Gaynor2013-09-301-9/+12
| | | * Some commentsAlex Gaynor2013-09-301-1/+6
| | | * Different flagsAlex Gaynor2013-09-301-1/+4
| | | * Do this alwaysAlex Gaynor2013-09-301-1/+2
| | * | Added a EVP_CIPHER_CTX_init() callPaul Kehrer2013-09-302-0/+3
| | |/
| * / Added bindings for OpenSSL's bn.hAlex Gaynor2013-09-302-0/+36
| |/
| * Make the lib and ffi public for the OpenSSL binding and document themAlex Gaynor2013-09-301-25/+25
| * Corrected the copyrightAlex Gaynor2013-09-291-1/+1
| * Dedent the C declarations to give us more space to work withAlex Gaynor2013-09-282-19/+21
| * Inline this function, it didn't do muchAlex Gaynor2013-09-131-9/+3
| * Slightly clean up the OpenSSL bindingAlex Gaynor2013-09-131-23/+15
| * remove import function, rename attrs to upper in modulesPaul Kehrer2013-09-133-16/+9
| * Various PR review fixesPaul Kehrer2013-09-135-67/+63
| * API refactor to separate cffi declarationsPaul Kehrer2013-09-134-30/+103
| * ModeWithNonce no longer exists.David Reid2013-09-111-2/+0
| * ModeWithNonce is no longer used.David Reid2013-09-111-4/+0
| * OFB is specified as having an IV instead of a Nonce.David Reid2013-09-111-3/+3
| * CFB supportPaul Kehrer2013-09-111-0/+9
| * change OFB iv to nonce to reflect dstufft nomenclature pitchPaul Kehrer2013-09-103-3/+9
| * add output feedback mode support + test vectors (aes)Paul Kehrer2013-09-101-0/+9
| * address style on import + remove a tox dependency (in setup.py already)Paul Kehrer2013-09-101-0/+1
| * move abc, inline introspect method, use six for abcsPaul Kehrer2013-09-105-17/+11
| * modify modes to use abc so api can determine what attribute to callPaul Kehrer2013-09-105-8/+35
| * rename get_null_for_ecb to get_iv_for_ecb per alex's commentsPaul Kehrer2013-09-102-2/+2
| * add get_iv_or_nonce() methods to replace _get_iv() on apiPaul Kehrer2013-09-102-13/+11
| * remove unneeded init in ECB class, add warning to docs for ECB modePaul Kehrer2013-09-101-3/+0
| * add ECB support to create_block_cipher_contextPaul Kehrer2013-09-101-1/+13
| * Add ECB class + docs + testsPaul Kehrer2013-09-101-0/+7
* | Iinital work on 3DES. No tests and no implementation yet.Alex Gaynor2013-09-091-0/+12
|/
* Update docstring to pass alex8 lintingPaul Kehrer2013-09-091-1/+2
* Accurate friendly string name example textPaul Kehrer2013-09-091-1/+1
* ascii decode on openssl_version_text + doc string improvementsPaul Kehrer2013-09-091-2/+5
* Add method to bindings to get OPENSSL_VERSION_TEXTPaul Kehrer2013-09-091-0/+7