1. 1ecc7f1 add a tox target to randomize tests by Paul Kehrer · 10 years ago
  2. 04a3f1f Merge pull request #1488 from alex/no-sslv3 by Paul Kehrer · 10 years ago
  3. b882426 Merge pull request #1490 from public/dsa-err by Paul Kehrer · 10 years ago
  4. 3050ec8 Don't check DSA error stack by Alex Stapleton · 10 years ago
  5. 12c9f3a Support compilation on platforms, such as debian expiremental, which are compiled without SSLv3 by Alex Gaynor · 10 years ago
  6. e987b81 Merge pull request #1487 from alex/more-docs-fixes by Paul Kehrer · 10 years ago
  7. 1cfc5d5 A few more docs fixes by Alex Gaynor · 10 years ago
  8. a26f955 Merge pull request #1486 from alex/docs-fixes by Paul Kehrer · 10 years ago
  9. e85e356 A handful of different fixes for the interface docs by Alex Gaynor · 10 years ago
  10. 45766ec Merge pull request #1485 from alex/docs-syntax by Paul Kehrer · 10 years ago
  11. 4922c45 fixed a syntax error in the docs by Alex Gaynor · 10 years ago
  12. c98545a Merge pull request #1484 from alex/re-encode-thing by Paul Kehrer · 10 years ago
  13. 899c3ac Update docs by Alex Gaynor · 10 years ago
  14. 70ed6cb Upgrade the encryption algorithm on another thing. This uses the same PBES2 parameters as the previous one. by Alex Gaynor · 10 years ago
  15. 29d74f8 Merge pull request #1483 from alex/upgrade-cipher by Paul Kehrer · 10 years ago
  16. 038b47e Re-encrypts one of our vectors from a truly atrocious algorithm (single DES, MD5) to a PBES#2 based one (PBKDF2HMAC + AES) by Alex Gaynor · 10 years ago
  17. 491384a Merge pull request #1482 from reaperhulk/update-ignores by Alex Gaynor · 10 years ago
  18. 28add4f Merge pull request #1480 from alex/document-in-more-places by David Reid · 10 years ago
  19. 97758a7 Merge pull request #1477 from alex/improve-docs by David Reid · 10 years ago
  20. 550054c update ignores for new project structure by Paul Kehrer · 10 years ago
  21. 4b4a1c2 Describe teh format of the result of signer.finalize(). Fixes #1479 by Alex Gaynor · 10 years ago
  22. 93f135a Improved the interface docs for DSA and ECDSA signatures by Alex Gaynor · 10 years ago
  23. b581cc6 Merge pull request #1476 from alex/license-shenagins by Donald Stufft · 10 years ago
  24. 5951f46 Update the license header for every source file, as well as the documentation. by Alex Gaynor · 10 years ago
  25. 5ee8ce0 Merge pull request #1474 from dstufft/disable-implicit-compile by Alex Gaynor · 10 years ago
  26. c4bbc8b Monkeypatch the CFFI Verifier to prevent the implicit compile by Donald Stufft · 10 years ago
  27. af3d95f Merge pull request #1468 from dstufft/move-to-src by Paul Kehrer · 10 years ago
  28. 62143e4 Use coverage parallel mode and coverage combine to fix paths by Donald Stufft · 10 years ago
  29. c62a78c Move the cryptography package into a src/ subdirectory by Donald Stufft · 10 years ago
  30. d9f137d Merge pull request #1472 from bwhmather/X509_REQ_digest by Alex Gaynor · 10 years ago
  31. 1b55947 add binding for openssl `X509_REQ_digest` by Ben Mather · 10 years ago
  32. d3bdbdb Merge pull request #1467 from dstufft/no-implicit-compile by Alex Gaynor · 10 years ago
  33. 6f21499 Fix the import order by Donald Stufft · 10 years ago
  34. 5fb44c0 Lazily load the library on first use instead of on import by Donald Stufft · 10 years ago
  35. d1b70f3 Build FFI instance when class is created, load library when instantiated by Donald Stufft · 10 years ago
  36. 29493c9 Merge pull request #1462 from alex/no-pragma-no-problem by Paul Kehrer · 10 years ago
  37. 8956321 Merge pull request #1461 from alex/changelog-license by Paul Kehrer · 10 years ago
  38. 34dd585 appease the flake8 in the sky by Alex Gaynor · 10 years ago
  39. 8a57145 No pragma, no problem! by Alex Gaynor · 10 years ago
  40. c37952c We can test this, we have the power! Fixes #874 by Alex Gaynor · 10 years ago
  41. df6a5cd Refs #1209 -- added a changelog entry for our license change by Alex Gaynor · 10 years ago
  42. 9ba1758 Merge pull request #1460 from alex/document-contributing by Paul Kehrer · 10 years ago
  43. fda9247 Refs #1209 -- clearly state the licensing requirements in the docs by Alex Gaynor · 10 years ago
  44. 4a779f0 Merge pull request #1458 from alex/setup-py-license by Alex Stapleton · 10 years ago
  45. d2cb974 fix by Alex Gaynor · 10 years ago
  46. abe8bc9 Update the license in setup.py by Alex Gaynor · 10 years ago
  47. ec60e31 Merge pull request #1457 from alex/new-license by Paul Kehrer · 10 years ago
  48. eeb81c5 Merge pull request #1424 from alex/verify-interfaces by Paul Kehrer · 10 years ago
  49. eb29be1 Merge branch 'master' into verify-interfaces by Alex Gaynor · 10 years ago
  50. 87f8a23 Merge pull request #1455 from alex/verify-all-the-things by Paul Kehrer · 10 years ago
  51. 6eeb4da Added new license files. Refs #1209 by Alex Gaynor · 10 years ago
  52. a201cde added a test for verify-after-finalize by Alex Gaynor · 10 years ago
  53. ef5195f flake8 fix by Alex Gaynor · 10 years ago
  54. c7c37b5 flake8 fix by Alex Gaynor · 10 years ago
  55. 754d459 Make sure the backend implementatinos of various interfaces have verify() methods. by Alex Gaynor · 10 years ago
  56. 4123ae1 Merge branch 'master' into verify-interfaces by Alex Gaynor · 10 years ago
  57. 083091e Merge pull request #1454 from alex/not-your-interface by Alex Stapleton · 10 years ago
  58. 9172ea9 Remove duplicate code, now the verify method isn't special by Alex Gaynor · 10 years ago
  59. ba0f2c1 Don't mark this test class as implementing the interface. by Alex Gaynor · 10 years ago
  60. 90d0897 Merge branch 'master' into verify-interfaces by Alex Gaynor · 10 years ago
  61. b438a6f Merge pull request #1453 from alex/final-test-cleanups by Alex Stapleton · 10 years ago
  62. 1dbfafb Make sure algorithm classes fully implement their interface by Alex Gaynor · 10 years ago
  63. d598eaf Merge branch 'master' into verify-interfaces by Alex Gaynor · 10 years ago
  64. 147703e Merge pull request #1451 from alex/use-full-impls by Paul Kehrer · 10 years ago
  65. 142abb5 Merge pull request #1443 from Ayrx/refactor-install-script by Paul Kehrer · 10 years ago
  66. c69fa6e Possible logic error. by Terry Chia · 10 years ago
  67. a201a2f Merge branch 'master' into use-full-impls by Alex Gaynor · 10 years ago
  68. 0ed7f56 Merge pull request #1452 from alex/use-relative-imports by Paul Kehrer · 10 years ago
  69. 28f7ad0 Use explicit relative imports, don't refer to the tests package by Alex Gaynor · 10 years ago
  70. f67fcf9 I fail at indentation. by Terry Chia · 10 years ago
  71. 8bf0d3c Merge pull request #1450 from viraptor/add_pkey_cmp by Alex Gaynor · 10 years ago
  72. eeb14fd fix by Alex Gaynor · 10 years ago
  73. 6f386b9 When using a test double for backends, always use one which really implements the interface by Alex Gaynor · 10 years ago
  74. e49fafb fix by Alex Gaynor · 10 years ago
  75. be2eec7 Fix tests by Alex Gaynor · 10 years ago
  76. 4583ffd sanitize the tests by Alex Gaynor · 10 years ago
  77. 9f38540 Make indentation use space instead of tabs. by Terry Chia · 10 years ago
  78. ad32c36 Fix indent. by Terry Chia · 10 years ago
  79. 14d8ff5 Add -y flags. by Terry Chia · 10 years ago
  80. da15749 Sooo much typos. by Terry Chia · 10 years ago
  81. ff3e7ca I hate bash. by Terry Chia · 10 years ago
  82. 26d3a7c Add missing fi. by Terry Chia · 10 years ago
  83. bc1e4f6 Fix missing ;; by Terry Chia · 10 years ago
  84. 3c4a94a Refactor .travis/install.sh. by Terry Chia · 10 years ago
  85. c63c31e many verify, for now by Alex Gaynor · 10 years ago
  86. 91d0ba1 Merge branch 'master' into verify-interfaces by Alex Gaynor · 10 years ago
  87. 4365b12 Merge pull request #1448 from alex/fakes-need-attributes-too by Paul Kehrer · 10 years ago
  88. 82c9890 Removed argument names per review by Stanisław Pitucha · 10 years ago
  89. 841aefc Add pkey comparison function to bindings by Stanisław Pitucha · 10 years ago
  90. 117742d Undo change that's unrelatedo this branch by Alex Gaynor · 10 years ago
  91. 22eb4c9 Added attributes that are part of hte interface to several test fakes by Alex Gaynor · 10 years ago
  92. 65bdfb6 Merge pull request #1446 from reaperhulk/fix-coverage by Alex Gaynor · 10 years ago
  93. 8d10a13 fix coverage for backend parametrization by Paul Kehrer · 10 years ago
  94. 198bb65 satisfy the cmac tests as well by Alex Gaynor · 10 years ago
  95. 71725db make this test happy by Alex Gaynor · 10 years ago
  96. d55fa5b make things happy by Alex Gaynor · 10 years ago
  97. e7e3ed0 Merge branch 'master' into verify-interfaces by Alex Gaynor · 10 years ago
  98. 4d05537 Merge pull request #1444 from alex/attributes-as-properties by Paul Kehrer · 10 years ago
  99. d1f0c66 Merge pull request #1437 from reaperhulk/conftest-changes by Alex Gaynor · 10 years ago
  100. bf148d2 Expose all attributes via properties so they can be statically introspected by Alex Gaynor · 10 years ago