summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: Convert to Markdown and add end-of-life noticeHEADmasterDarsey Litzenberger2022-01-241-14/+32
* Doc/pycrypt.rst: reStructuredText formatting fixesDarsey Litzenberger2022-01-241-5/+5
* LEGAL: Add old revisions of CodeSubmissionRequirements archived from www.dlit...Darsey Litzenberger2022-01-244-7/+170
* Name change + .mailmapDarsey Litzenberger2022-01-244-10/+18
* tools/create-pythons.sh: Set CONCURRENCY_LEVEL automaticallyDarsey Litzenberger2022-01-221-1/+1
* Increase attempts for recovering RSA (p,q) from (n,e,d)stageWouter Bolsterlee2014-06-232-2/+2
* Realign V tables dynamicallyLegrandin2014-06-221-15/+32
* Make Cipher.galois module privateLegrandin2014-06-223-15/+15
* Update configure script from configure.acDwayne Litzenberger2014-06-221-0/+38
* Make GHASH more robust against timing attacks.Legrandin2014-06-224-195/+105
* Add side-channel countermeasures to DSA.Legrandin2014-06-223-14/+26
* Extended fix for the RSA boundary checkLegrandin2014-06-223-1/+17
* Fix speedtest run for ECB modes.Richard Mitchell2014-06-221-0/+2
* Remove a few custom exception types.Legrandin2014-06-225-90/+84
* tox.ini: We don't support pypy; tox no longer supports Python 2.5; add commentDwayne Litzenberger2014-06-221-1/+4
* Add support for toxMarc Abramowitz2014-06-222-0/+13
* Fix tobytes() broken by previous commit.Dwayne Litzenberger2014-06-221-16/+9
* Get rid of catch-all exceptions. LP#1178485.Richard Mitchell2014-06-222-3/+3
* Upgrade libtomcrypt 1.16 -> 1.17 (LP#1264130)Dwayne Litzenberger2014-06-2212-311/+375
|\
| * PyCrypto customizations: Declare things static so that we don't leak symbolsDwayne Litzenberger2014-06-222-28/+28
| * Pristine files from libtomcrypt-1.17Dwayne Litzenberger2014-06-2214-0/+6010
* DES3: Move "Two-key 3DES" support into DES.c instead of customizing tomcrypt_...Dwayne Litzenberger2014-06-222-14/+20
* Clearer wording on Linux installation dependencies. One doesn't just require ...Richard Mitchell2014-06-221-7/+6
* Workaround missing bit_AES definesSebastian Ramacher2014-06-221-0/+13
* Fix compilation with clang-3.3Sebastian Ramacher2014-06-221-8/+9
* Remove 16-year-old .bzrignore fileDwayne Litzenberger2014-06-221-4/+0
* Bugs are now tracked on GitHubDwayne Litzenberger2014-06-221-2/+2
* Update .travis.yml to test against most Python versions we support (Linux only)Dwayne Litzenberger2014-06-221-9/+53
* Fix tests when running under "python -OO" (PYTHONOPTIMIZE set to 1 or 2)Dwayne Litzenberger2014-06-224-5/+24
* Fix BytesWarning when running with "python3 -bb"Dwayne Litzenberger2014-06-221-1/+1
* Travis CI config file.Lucas Garron2014-06-221-0/+11
* Merge branch 'fix-aesni-aligned-malloc'Dwayne Litzenberger2014-02-221-1/+5
|\
| * AESNI: Fix order of alignment & size args in _aligned_mallocDwayne Litzenberger2014-02-221-1/+5
* | Fix tools/create-pythons.sh building Python on Linux 3.x or later (sys.platfo...Dwayne Litzenberger2014-02-221-0/+39
* | Oops. Actually build Python 3.4.0rc1 in tools/create-pythons.shDwayne Litzenberger2014-02-221-1/+2
* | Add Python 3.4.0rc1 to tools/create-pythons.shDwayne Litzenberger2014-02-221-1/+4
* | Regenerate autoconf filesDwayne Litzenberger2014-02-223-5/+524
|/
* Clean up AESNI aligned malloc() wrappersDwayne Litzenberger2014-02-221-33/+22
* Merge pull request #62 (Fixes AESNI alignment bug)Dwayne Litzenberger2014-02-229-17/+108
|\
| * Prefer C11's aligned_alloc if it is availableSebastian Ramacher2014-02-221-4/+4
| * Check return value of posix_memalignSebastian Ramacher2014-02-221-1/+3
| * Add wrapper for freeSebastian Ramacher2014-02-221-6/+19
| * Add a wrapper for posix_memalign and friendsSebastian Ramacher2013-10-281-17/+22
| * Make sure that ek and dk are aligned at 16 byte boundariesSebastian Ramacher2013-10-283-4/+49
| * Add block_finalize to clean up block_state from ALGdeallocSebastian Ramacher2013-10-287-0/+26
| * Be more consistent with spaces and tabsSebastian Ramacher2013-10-281-13/+13
* | Fix handle_fastmath_import_error (broken due to incorrect path in the previou...Dwayne Litzenberger2014-02-221-10/+11
* | Refactor 3 places handling fastmath ImportErrorMarc Abramowitz2014-02-224-30/+18
* | Use different method for getting ext_suffixMarc Abramowitz2014-02-223-3/+6
* | Fix typo in error stringDwayne Litzenberger2014-02-221-1/+1