1. 13ec479 Include in tox.ini by Alex Gaynor · 11 years ago
  2. e29acd1 Put the theme in dev-requirements by Alex Gaynor · 11 years ago
  3. 27283cf Try to use the sphinx rtd theme locally if it's installed by Alex Gaynor · 11 years ago
  4. 635b542 Merge pull request #231 from dreid/mode-interface-properties by Alex Gaynor · 11 years ago
  5. 8475326 Merge pull request #233 from alex/better-cbc-docs by Hynek Schlawack · 11 years ago
  6. 9de452d Typo by Alex Gaynor · 11 years ago
  7. 8ed651e Be really explicit about what's good and bad by Alex Gaynor · 11 years ago
  8. f2f5873 Mention return types. by David Reid · 11 years ago
  9. 07e8a49 Consistently use e.g. by David Reid · 11 years ago
  10. 9ed25e4 Module documentation. by David Reid · 11 years ago
  11. bd18bcd Single space. by David Reid · 11 years ago
  12. 30722b9 Add a new Mode interface to document mode.name and start on some prose docs for interfaces. by David Reid · 11 years ago
  13. a0b5922 Proper name for the iv thing. by David Reid · 11 years ago
  14. 2c0c91e Actually note the properties for cipher modes types on their ABCs. by David Reid · 11 years ago
  15. 60d4c68 Merge pull request #229 from dreid/dont-silence-apt-failures by Alex Gaynor · 11 years ago
  16. f094393 Get the package name right. by David Reid · 11 years ago
  17. 2752924 Fix stupid shell syntax error. by David Reid · 11 years ago
  18. ab0bf18 Merge pull request #228 from alex/use-sphinx-link by David Reid · 11 years ago
  19. 6b609bb Use a script so you can write something resembling real code and reason about how it works. by David Reid · 11 years ago
  20. 644eb41 Don't silence any failures. by David Reid · 11 years ago
  21. a05358d Refer to the sphinx site, rather than the docutils one, for a reST primer by Alex Gaynor · 11 years ago
  22. 30eff66 Merge pull request #226 from reaperhulk/blockcipher-rename by David Reid · 11 years ago
  23. dd0b51b re-add base.py by Paul Kehrer · 11 years ago
  24. 051099e update docs by Paul Kehrer · 11 years ago
  25. 4ec3f25 rename cipher to algorithm within the Cipher object by Paul Kehrer · 11 years ago
  26. 21dde56 block cipher rename by Paul Kehrer · 11 years ago
  27. e71121b Merge pull request #225 from alex/0.9.8-fixes by Donald Stufft · 11 years ago
  28. 2c2ef15 kikc ci by Alex Gaynor · 11 years ago
  29. 6130f67 Removed allow_failures by Alex Gaynor · 11 years ago
  30. 3e81fb2 DOn't fail tox on coverage by Alex Gaynor · 11 years ago
  31. 45afb35 Put this back in the readme by Alex Gaynor · 11 years ago
  32. 088b4bd Added coveralls back by Alex Gaynor · 11 years ago
  33. dc043b1 Fixed by Alex Gaynor · 11 years ago
  34. 0b1e663 flake8 by Alex Gaynor · 11 years ago
  35. b822c27 Handle GCM not beign around by Alex Gaynor · 11 years ago
  36. 0eb019b Belongs to last commit by Alex Gaynor · 11 years ago
  37. 922c3f9 Fixed compatibility for hmac by Alex Gaynor · 11 years ago
  38. 44ca536 Fix by Alex Gaynor · 11 years ago
  39. 9d1c2ea Initial stab at fixing the first broken function by Alex Gaynor · 11 years ago
  40. 1e636c3 Merge pull request #224 from dreid/openssl098-travis by Alex Gaynor · 11 years ago
  41. 9d60716 Fix allow failures and only update once. by David Reid · 11 years ago
  42. e4fd172 Allow failures. by David Reid · 11 years ago
  43. 745c5ec This check didn't work correctly because libssl-dev doesn't install the userland tools. by David Reid · 11 years ago
  44. d43116e String correctly. by David Reid · 11 years ago
  45. 940f25a Extra yes and check for expected openssl version. by David Reid · 11 years ago
  46. 8e5d797 First crack at building w/ openssl 0.9.8 on travis. by David Reid · 11 years ago
  47. 4a84def Merge pull request #216 from alex/more-error-condition by David Reid · 11 years ago
  48. 86f98a0 79 cols by Alex Gaynor · 11 years ago
  49. 85be46d Replace assumption with some fakes by Alex Gaynor · 11 years ago
  50. 4bdb6b5 Merge branch 'master' into more-error-condition by Alex Gaynor · 11 years ago
  51. 79eaa7e Merge pull request #221 from alex/move-ffi-to-class by David Reid · 11 years ago
  52. b2fc8ac Rewrite this test to be good by Alex Gaynor · 11 years ago
  53. 876a5ee Merge pull request #213 from reaperhulk/arc4-vectors by David Reid · 11 years ago
  54. 7020917 Merge pull request #220 from alex/docs-default by David Reid · 11 years ago
  55. 3e252c6 coverage by Alex Gaynor · 11 years ago
  56. 61570d0 pep8 fix by Alex Gaynor · 11 years ago
  57. b477cf2 Moved the cffi attributes on the OpenSSL backend to be class attributes, so they're shared between all isntances by Alex Gaynor · 11 years ago
  58. f986fe0 This is now the default theme on RTD by Alex Gaynor · 11 years ago
  59. d3e4bc2 Merge pull request #219 from alex/hmac-rfc by Hynek Schlawack · 11 years ago
  60. 6a1dfe6 Merge pull request #217 from alex/glossary by Hynek Schlawack · 11 years ago
  61. 58ecc8d Refer to the RFC in the HMAC docs by Alex Gaynor · 11 years ago
  62. 7e262a6 typo fix by Alex Gaynor · 11 years ago
  63. 7c104fd Merge pull request #218 from alex/coc by Donald Stufft · 11 years ago
  64. 5151d8d Document the way we strive to interact with otehrs by Alex Gaynor · 11 years ago
  65. a0516bf Get real scary by Alex Gaynor · 11 years ago
  66. 8c9dcb3 Began writing a glossary by Alex Gaynor · 11 years ago
  67. 0857c3f Replaced an assertion in the OpenSSL backend with a proper exception by Alex Gaynor · 11 years ago
  68. d4e98f8 Merge pull request #215 from alex/unsupported-cipher by David Reid · 11 years ago
  69. 3949f11 Changed excpetion name based on feedback from dreid by Alex Gaynor · 11 years ago
  70. 738ac5a pep8 by Alex Gaynor · 11 years ago
  71. f1a3fc0 Document and implement the public API for when the backend doesn't support the requested algorithm by Alex Gaynor · 11 years ago
  72. 178f6f1 Merge pull request #211 from alex/stream-ciphers by David Reid · 11 years ago
  73. 33675c3 Merge pull request #212 from dreid/primitive-hmac by Alex Gaynor · 11 years ago
  74. 753ae19 Encode Reasons. by David Reid · 11 years ago
  75. f6d71ba add key 2 tests from rfc 6229 by Paul Kehrer · 11 years ago
  76. 8774477 TypeErrors are pretty cool, there are lot of reasons you get them. by David Reid · 11 years ago
  77. b0897d8 ARC4 vectors from RFC 6229 reformatted for NIST loader by Paul Kehrer · 11 years ago
  78. 6753e39 Update documentation by David Reid · 11 years ago
  79. b864db1 Enforce HMAC taking an instance of HashAlgorithm by David Reid · 11 years ago
  80. 9d65b61 Remove unused import. by David Reid · 11 years ago
  81. e3960f6 Strip down the HMAC interface to be HashContext. by David Reid · 11 years ago
  82. bf2de74 better english by Alex Gaynor · 11 years ago
  83. fc09a7c For example by Alex Gaynor · 11 years ago
  84. 51a56c2 Merge pull request #210 from alex/docs-fix by David Reid · 11 years ago
  85. d1f0201 Document how this returns bytes by Alex Gaynor · 11 years ago
  86. 1496845 fixed rendering by Alex Gaynor · 11 years ago
  87. ce46b89 Merge pull request #200 from dreid/primitive-hashes by Alex Gaynor · 11 years ago
  88. 5560298 Improve Hash documentation. by David Reid · 11 years ago
  89. c94cdbc Merge pull request #202 from reaperhulk/cast128-cipher by Alex Gaynor · 11 years ago
  90. e833eac disable support for CAST5 modes excepting ECB by Paul Kehrer · 11 years ago
  91. 3b24318 Merge pull request #207 from dreid/temp-disable-coverage-on-pypy by Alex Gaynor · 11 years ago
  92. 3620b60 Merge pull request #208 from reaperhulk/skip-check-blowfish by David Reid · 11 years ago
  93. d09f3e1 add skipif checks for blowfish by Paul Kehrer · 11 years ago
  94. 6022d45 add CAST5 docs by Paul Kehrer · 11 years ago
  95. b47f6e1 CAST5 support + ECB vectors by Paul Kehrer · 11 years ago
  96. 0419e5e Merge pull request #201 from reaperhulk/bf-support by Alex Gaynor · 11 years ago
  97. 46cb601 Disable coverage on pypy temporarily. by David Reid · 11 years ago
  98. a194329 Inline _copy_ctx by David Reid · 11 years ago
  99. 6183977 Merge pull request #205 from reaperhulk/simplify-tests by Alex Gaynor · 11 years ago
  100. bb0d3f0 Enforce that Hash takes a HashAlgorithm instance. by David Reid · 11 years ago