1. 61bea0e Add GPG key fingerprint for lvh by Laurens Van Houtven · 11 years ago
  2. 01e8ac3 Merge pull request #738 from alex/non-opaque-curve by David Reid · 11 years ago
  3. 05c37cc Simplify by Alex Gaynor · 11 years ago
  4. e928195 Try to make this not-opaque. Might not work on CentOS by Alex Gaynor · 11 years ago
  5. 138c12c Merge pull request #736 from skeuomorf/bitlength by Alex Gaynor · 11 years ago
  6. b1ab222 Use the bit_length function from utils in RSA by Mohammed Attia · 11 years ago
  7. cd2a1a8 Add bit_length function to utils by Mohammed Attia · 11 years ago
  8. e889cc2 Merge pull request #733 from alex/more-ec-names by Donald Stufft · 11 years ago
  9. 8760bb0 Merge pull request #729 from alex/install-pep8-naming by Donald Stufft · 11 years ago
  10. 2bfc614 Merge pull request #734 from reaperhulk/more-ec-why-not by Alex Gaynor · 11 years ago
  11. 27898f4 Ugh, C by Alex Gaynor · 11 years ago
  12. 664030c Fix for systems without EC by Alex Gaynor · 11 years ago
  13. 0194b98 Merge pull request #730 from skeuomorf/master by Alex Gaynor · 11 years ago
  14. a5c58b9 Expose the fields by Alex Gaynor · 11 years ago
  15. 1125a15 add a bunch of EC NID/SN bindings for #732 by Paul Kehrer · 11 years ago
  16. 2619da7 pff by Alex Gaynor · 11 years ago
  17. e16ebfb Expose EC_get_builtin_curves by Alex Gaynor · 11 years ago
  18. 6858cd4 The worst. by Alex Gaynor · 11 years ago
  19. 890fd36 Added myself to AUTHORS by Mohammed Attia · 11 years ago
  20. 826b374 Merge pull request #719 from skeuomorf/master by Paul Kehrer · 11 years ago
  21. acac6a6 Follow the rules by Alex Gaynor · 11 years ago
  22. 2569323 Install pep8-naming on travis by Alex Gaynor · 11 years ago
  23. aee8b1a Merge pull request #683 from reaperhulk/pep8-naming by Alex Gaynor · 11 years ago
  24. 8566cac Merge pull request #723 from reaperhulk/nist-rsa-vectors by Alex Gaynor · 11 years ago
  25. 29aa3aa Merge remote-tracking branch 'upstream/master' by Mohammed Attia · 11 years ago
  26. a358d6b Merge pull request #728 from alex/prefer-cc by Paul Kehrer · 11 years ago
  27. 5c269a6 This branch isn't coverable yet by Alex Gaynor · 11 years ago
  28. 21e4303 flake8 by Alex Gaynor · 11 years ago
  29. 0afd0d3 On OS X, prefer Common Crypto to OpenSSL by Alex Gaynor · 11 years ago
  30. 71acc67 Change DSAParams to DSAParameters by Mohammed Attia · 11 years ago
  31. 7a1738a Typo fixes by Mohammed Attia · 11 years ago
  32. 243fd3d Merge pull request #724 from alex/audit by Donald Stufft · 11 years ago
  33. ef4f261 Merge pull request #725 from reaperhulk/0.2.2-changelog by Alex Gaynor · 11 years ago
  34. 7f711ee add 0.2.2 changelog to master by Paul Kehrer · 11 years ago
  35. 97e888f Merge pull request #395 from reaperhulk/idea-vectors by Donald Stufft · 11 years ago
  36. 0df8c97 grammar. an thing. by Alex Gaynor · 11 years ago
  37. 92ddd76 On the suggestion of @zooko, note that we have not been audited by Alex Gaynor · 11 years ago
  38. 7f0039c add vector sources by Paul Kehrer · 11 years ago
  39. 22425b5 NIST RSA PKCS1 v1.5 vulnerability test vectors by Paul Kehrer · 11 years ago
  40. 085ba24 add 186-2 RSA test vectors from NIST by Paul Kehrer · 11 years ago
  41. cb9a6c2 Change keypair to key pair to pass the sphinx spelling test by Mohammed Attia · 11 years ago
  42. 604c78f Define DSA in the documentation by Mohammed Attia · 11 years ago
  43. 7032451 Annotate aliases in the DSA documentation by Mohammed Attia · 11 years ago
  44. b416715 Added documentation for the DSA interfaces by Mohammed Attia · 11 years ago
  45. dada0f8 Change parameters from abstractproperty to abstractmethod by Mohammed Attia · 11 years ago
  46. 157a1fc Remove DSAParams generate method as it will be implemented as a classmethod by Mohammed Attia · 11 years ago
  47. a4e95af More accurate docstring by Mohammed Attia · 11 years ago
  48. c2ea0fb Change params to parameters by Mohammed Attia · 11 years ago
  49. 4d9382c Fix DSAParams generate method to eliminate ambiguity by Mohammed Attia · 11 years ago
  50. 7ad280c Fix pep8 issues by Mohammed Attia · 11 years ago
  51. 441db50 Change name of divisor to subgroup_order by Mohammed Attia · 11 years ago
  52. fb0b5c8 Merge remote-tracking branch 'upstream/master' by Mohammed Attia · 11 years ago
  53. 61b47b9 Change pub_key and priv_key to y and x respectively by Mohammed Attia · 11 years ago
  54. c63092d Fixed typo by Mohammed Attia · 11 years ago
  55. 984b386 Changed docstrings to conform to lastest updates of the interfaces by Mohammed Attia · 11 years ago
  56. ed2172b Remove bitlength related properties that are not needed by Mohammed Attia · 11 years ago
  57. c898e8d Merge pull request #720 from Ayrx/hotp-length-type-check by Alex Gaynor · 11 years ago
  58. 6963d50 Merge pull request #721 from reaperhulk/pss-funcs by Alex Gaynor · 11 years ago
  59. 9ab901d Updated documentation for HOTP and TOTP TypeError by Ayrx · 11 years ago
  60. 862a827 Add MGF1 MD selection function (available in OpenSSL 1.0.1+) by Paul Kehrer · 11 years ago
  61. 9db8dba Change property names to be consistent with RSA by Mohammed Attia · 11 years ago
  62. 5b83d9b Added length type check to HOTP and corresponding test by Ayrx · 11 years ago
  63. 7470453 fix pep8 errors by Mohammed Attia · 11 years ago
  64. 14a1f2d Change public_key from abstractproperty to abstractmethod by Mohammed Attia · 11 years ago
  65. d0b0c73 Add DSA interfaces by Mohammed Attia · 11 years ago
  66. f791410 add vector source data for IDEA ECB to docs by Paul Kehrer · 11 years ago
  67. ac0a596 update IDEA ECB vectors to contain 100/1000 iteration results by Paul Kehrer · 11 years ago
  68. d997636 ECB vectors for the IDEA cipher. by Paul Kehrer · 12 years ago
  69. 930eed8 Merge pull request #718 from alex/phrase-better by Paul Kehrer · 11 years ago
  70. 01ba7b7 Phrase our summary better by Alex Gaynor · 11 years ago
  71. 547b78c Merge pull request #717 from skeuomorf/master by Alex Gaynor · 11 years ago
  72. 4c96280 Add binding for the DSA parameters generation function by Mohammed Attia · 11 years ago
  73. c191b9e Merge pull request #715 from reaperhulk/add-linkcheck-target-to-tox by Alex Gaynor · 11 years ago
  74. 986b190 new tox docs-linkcheck target for a jenkins job to do linkcheck by Paul Kehrer · 11 years ago
  75. 2e77ceb Merge pull request #709 from public/dsa-test-vectors by Paul Kehrer · 11 years ago
  76. bbe3356 Merge pull request #714 from reaperhulk/fix-712 by Alex Gaynor · 11 years ago
  77. 706be36 this constant is undefined in 1.0.0 by Paul Kehrer · 11 years ago
  78. 35a88a2 Merge pull request #710 from reaperhulk/fix-contributing-links by Alex Gaynor · 11 years ago
  79. e7da0ab DSA test vector docs by Alex Stapleton · 11 years ago
  80. d3746b0 Add the FIPS 186-3 DSA test vectors by Alex Stapleton · 11 years ago
  81. 18dc5f5 Add NIST FIPS 186-2 DSA test vectors by Alex Stapleton · 11 years ago
  82. 43b4f1c Merge pull request #703 from alex/change-exceptino-type by Paul Kehrer · 11 years ago
  83. e8fc29f link the CONTRIBUTING.rst to the development section of our docs by Paul Kehrer · 11 years ago
  84. 254e8c2 Plaintext DSA test keys from GnuTLS by Alex Stapleton · 11 years ago
  85. 48610a5 Merge pull request #706 from alex/scrypt-vectors by Paul Kehrer · 11 years ago
  86. 537f1e0 Scrypt is a word by Alex Gaynor · 11 years ago
  87. 993d1c7 Merge pull request #708 from public/invalid-sig-errors by Alex Gaynor · 11 years ago
  88. 8516bae Consume errors on InvalidSignature by Alex Stapleton · 11 years ago
  89. 09cd8e6 Merge pull request #707 from public/consume-errors by Alex Gaynor · 11 years ago
  90. 94ee8b5 raise InternalError by Alex Stapleton · 11 years ago
  91. 1c979c6 pep8 by Alex Stapleton · 11 years ago
  92. 9ed2854 Style tweaks by Alex Stapleton · 11 years ago
  93. 151cede Use a namedtuple to keep errors in by Alex Stapleton · 11 years ago
  94. 235d3ce Get rid of handle_errors by Alex Stapleton · 11 years ago
  95. 75e72ea Added vectors for scrypt from the draft RFC by Alex Gaynor · 11 years ago
  96. 9b1a82e Switch to TypeError by Alex Gaynor · 11 years ago
  97. 58ee8c5 Docs as well by Alex Gaynor · 11 years ago
  98. ae62fd3 Update tests as well by Alex Gaynor · 11 years ago
  99. 224ea6c Change exception in use by Alex Gaynor · 11 years ago
  100. e5dadb2 Merge pull request #699 from public/max-md-size by Alex Gaynor · 11 years ago