1. c7c82f3 Add to changelog. Document deprecation. by Terry Chia · 11 years ago
  2. 73cb687 Remove algorithm property from MACContext and alias CMACContext. by Terry Chia · 11 years ago
  3. 0fc591f Add missing period. by Terry Chia · 11 years ago
  4. cc5e445 Add docs. by Terry Chia · 11 years ago
  5. 9985ff7 Ooops. by Terry Chia · 11 years ago
  6. 0d7439d Add MACContext and make HMAC and CMAC to use it. by Terry Chia · 11 years ago
  7. a31e26f Merge pull request #1420 from alex/document-pq-things by Paul Kehrer · 11 years ago
  8. 75c0246 Merge pull request #1421 from alex/fix-bug by Paul Kehrer · 11 years ago
  9. 461c8d2 eep, stray space by Alex Gaynor · 11 years ago
  10. a1a21f4 Fixed an issue in fernet where the wrong exception would occur on an all-nulls input. by Alex Gaynor · 11 years ago
  11. 962f66e Merge pull request #1419 from alex/cleanup-fernet by Paul Kehrer · 11 years ago
  12. 9c2cdcd Merge pull request #1418 from alex/fix-ec-complains by Paul Kehrer · 11 years ago
  13. a438e83 Document the change in ``p`` and ``q``s lengths in the CHANGELOG by Alex Gaynor · 11 years ago
  14. f63ace8 Merge pull request #1417 from reaperhulk/fix-interface by Alex Gaynor · 11 years ago
  15. 732fbec Move the supported marks to class level for fernet by Alex Gaynor · 11 years ago
  16. b796621 Do these checks in pure python eagerly. by Alex Gaynor · 11 years ago
  17. eccf37f Fixes #1416 -- replaced assertions with error checking in EC key from numbers. by Alex Gaynor · 11 years ago
  18. 0123d4c Merge pull request #1415 from alex/assert-simplification by Paul Kehrer · 11 years ago
  19. 514f7d9 add missing signer/verifier to DSAPublicKey and DSAPrivateKey ifaces by Paul Kehrer · 11 years ago
  20. 641ad58 Merge pull request #1414 from reaperhulk/new-nids by Alex Gaynor · 11 years ago
  21. 5d135e0 Split this assert into two. by Alex Gaynor · 11 years ago
  22. 13d64e0 remove nids not universally available in all our versions by Paul Kehrer · 11 years ago
  23. 375e3ab compilation fixes by Paul Kehrer · 11 years ago
  24. 90dd243 start adding NIDs we'll need for X509 by Paul Kehrer · 11 years ago
  25. 1f8a604 Merge pull request #1412 from reaperhulk/update-osx-flags by Alex Stapleton · 11 years ago
  26. bf88065 Merge pull request #1399 from skeuomorf/skeuomorf-gpg-fingerprint by Alex Stapleton · 11 years ago
  27. 6c55a50 Merge pull request #1410 from reaperhulk/port-changelog by Alex Stapleton · 11 years ago
  28. 0647b1a Merge pull request #1411 from reaperhulk/update-openssls by Alex Stapleton · 11 years ago
  29. a5a432a update OpenSSL versions we test against in the docs by Paul Kehrer · 11 years ago
  30. 555b150 add 0.6.1 changelog to master by Paul Kehrer · 11 years ago
  31. beb719a we shouldn't need the unused arguments flags any more. by Paul Kehrer · 11 years ago
  32. 5f168ad Merge pull request #1407 from alex/happy-freebsd by Paul Kehrer · 11 years ago
  33. 16f7b13 Make FreeBSD happy with this constant by Alex Gaynor · 11 years ago
  34. 303955c Merge pull request #1405 from alex/fix-pkcs12-decrypt-failures by Paul Kehrer · 11 years ago
  35. 41fbdd3 upgrade openssl to 1.0.1j on travis by Alex Gaynor · 11 years ago
  36. cb6c4c1 Also handle the changes in the PKCS1v15 errors by Alex Gaynor · 11 years ago
  37. 1e77fa0 Handle PKCS12 decrypt failures with OpenSSL 1.0.1j by Alex Gaynor · 11 years ago
  38. 90a4538 Add gpg key fingerprint for skeuomorf by Mohammed Attia · 11 years ago
  39. b38ae0a Merge pull request #1398 from reaperhulk/fix-1389 by Alex Gaynor · 11 years ago
  40. 26c5c42 if EC_KEY_check_key fails consume errors off stack (+ add test) by Paul Kehrer · 11 years ago
  41. c979926 Merge pull request #1397 from alex/looser-dsa by Paul Kehrer · 11 years ago
  42. 5f80ba1 Fixed #1392 -- allow more combinations of p and q's bit lengths by Alex Gaynor · 11 years ago
  43. ec60cd4 Merge pull request #1395 from Ayrx/update-faq by Paul Kehrer · 11 years ago
  44. 1329a85 Remove outdated information from FAQ. by Terry Chia · 11 years ago
  45. 368af30 Merge pull request #1393 from alex/clean-up-error-message by Alex Stapleton · 11 years ago
  46. b19a930 Merge pull request #1391 from alex/clean-up-test by Paul Kehrer · 11 years ago
  47. 9d82f66 Improved error message by Alex Gaynor · 11 years ago
  48. b399220 Remove the EC PARAMETERS section from the PEM by Alex Gaynor · 11 years ago
  49. 58c46c2 Merge pull request #1384 from reaperhulk/fix-1382 by Alex Gaynor · 11 years ago
  50. bb20dd5 update comment with info re: 0.9.8 by Paul Kehrer · 11 years ago
  51. b181f2a add the missing file. i are senior dvlpr by Paul Kehrer · 11 years ago
  52. f80e287 enable truncation for DSA digests prior to signing by Paul Kehrer · 11 years ago
  53. 65cc34d Merge pull request #1383 from maxking/master by Alex Gaynor · 11 years ago
  54. 1710712 Add license to cryptography_vectors tarball; solves #1377 by maxking · 11 years ago
  55. a7165c4 Merge pull request #1381 from alex/stop-generating-keys by Paul Kehrer · 11 years ago
  56. 3b22845 Replace key generation with fixture usage in some tests by Alex Gaynor · 11 years ago
  57. 72d5b28 Merge pull request #1379 from reaperhulk/update-multibackend-deprecation by Alex Gaynor · 11 years ago
  58. db72657 update multibackend to remove deprecated methods by Paul Kehrer · 11 years ago
  59. c37ad57 Merge pull request #1378 from alex/remove-deprecated by Paul Kehrer · 11 years ago
  60. 5e8d30b Remove DeprecatedIn05 by Alex Gaynor · 11 years ago
  61. 35bb1ae Merge pull request #1375 from alex/bump-deprecation by Paul Kehrer · 11 years ago
  62. 5ea5fa7 Merge pull request #1376 from reaperhulk/advance-dsa-deprecation-cycle by Alex Gaynor · 11 years ago
  63. 3654d2f remove deprecated DSA classes/methods and update tests by Paul Kehrer · 11 years ago
  64. 1b27197 Bump pending -> deprecated to for things deprecated in 0.6 by Alex Gaynor · 11 years ago
  65. d9f3eda Merge pull request #1371 from reaperhulk/advance-rsa-deprecation-cycle by Alex Gaynor · 11 years ago
  66. 12ff164 remove rsa backend methods that are fully deprecated from backend interface by Paul Kehrer · 11 years ago
  67. ef1c9bd fix a coverage miss by Paul Kehrer · 11 years ago
  68. 3a660c0 Merge pull request #1370 from reaperhulk/master-open-for-business by Alex Gaynor · 11 years ago
  69. f59ad86 remove unused methods by Paul Kehrer · 11 years ago
  70. e055b27 remove docs for fully deprecated classes/methods by Paul Kehrer · 11 years ago
  71. b64bf82 Remove deprecated RSA methods from backends, update tests by Paul Kehrer · 11 years ago
  72. 9868133 open master for seventh release development by Paul Kehrer · 11 years ago
  73. b2ab5ef Merge pull request #1369 from reaperhulk/sixth-release by Alex Gaynor · 11 years ago
  74. c3f11d8 Bump version and set changelog date for 0.6 release by Paul Kehrer · 11 years ago
  75. 9952434 Merge pull request #1367 from alex/line-length by Paul Kehrer · 11 years ago
  76. 1cbe0a0 Merge pull request #1368 from reaperhulk/update-doc8 by Alex Gaynor · 11 years ago
  77. cd34ca6 re-add line I accidentally removed by hitting dd one too many times by Paul Kehrer · 11 years ago
  78. b525adf add an ignore path for doc8 + fix a long line causing failures by Paul Kehrer · 11 years ago
  79. 1e9e7bd Merge pull request #1366 from reaperhulk/rebase-setup-fix by Donald Stufft · 11 years ago
  80. b366f39 Wrap lines appropriately by Alex Gaynor · 11 years ago
  81. 97f4530 Fix PEP-8 violations by Peter Odding · 11 years ago
  82. 6c1e9ef Fix for keywords_with_side_effects() (compatibility with pip metadata discovery) by Peter Odding · 11 years ago
  83. c9861f9 Simplify dummy commands (fix inheritance, remove finalize_options()) by Peter Odding · 11 years ago
  84. e914456 Bullet proof (?) detection of arguments that don't need setup_requires by Peter Odding · 11 years ago
  85. dcce080 Bug fix for implementation of dummy commands by Peter Odding · 11 years ago
  86. 3ae89a5 Replace commands that depend on setup_requires with no-op that raises error by Peter Odding · 11 years ago
  87. 63ce5df PEP-8 fixes pointed out by Travis CI by Peter Odding · 11 years ago
  88. e327cf1 Change nested dictionary literal to match house style by Peter Odding · 11 years ago
  89. 51ec05f Make sys.argv an argument of keywords_with_side_effects() by Peter Odding · 11 years ago
  90. c9b83f7 Work around for side effects in setup.py script by Peter Odding · 11 years ago
  91. 147805a Merge pull request #1359 from alex/purge-pypi by Paul Kehrer · 11 years ago
  92. b42eb9d Merge pull request #1364 from public/remove-curve by Paul Kehrer · 11 years ago
  93. b44158e Added an explanatory comment. by Alex Gaynor · 11 years ago
  94. 77de1fc Merge pull request #1365 from reaperhulk/fix-ecnumbers-changelog by Alex Gaynor · 11 years ago
  95. 5f11d8d fix links to ECWithNumbers classes in changelog by Paul Kehrer · 11 years ago
  96. 2d2ee52 Move _ec_key_curve_sn to openssl/ec.py by Alex Stapleton · 11 years ago
  97. 9c2227b Rename some ctx vars to ec_cdata by Alex Stapleton · 11 years ago
  98. 68c9826 Remove curve parameter from OpenSSL EC keys by Alex Stapleton · 11 years ago
  99. 8a36630 Merge pull request #1361 from reaperhulk/more-changelog by Alex Gaynor · 11 years ago
  100. 5a47738 Merge pull request #1345 from reaperhulk/ec-withnumbers by Alex Gaynor · 11 years ago