1. 9316f4c Fixed some spelling mistakes by Alex Gaynor · 11 years ago
  2. 9489c76 Merge pull request #258 from alex/already-finalized by David Reid · 11 years ago
  3. 5ef7624 Merge pull request #260 from dreid/hmac-already-finalized by Alex Gaynor · 11 years ago
  4. a502c50 Merge pull request #259 from alex/gitignore by David Reid · 11 years ago
  5. ee66145 Add a message. by David Reid · 11 years ago
  6. 272d537 Here too by Alex Gaynor · 11 years ago
  7. 9b70ba3 Also mention finalize by Alex Gaynor · 11 years ago
  8. 2cce618 Make HMAC methods raise AlreadyFinalized. by David Reid · 11 years ago
  9. 22c9373 Added .cache/ to the gitignore, it shows up if you have pytest-cache installed by Alex Gaynor · 11 years ago
  10. 34511c6 Use AlreadyFinalized for symmetric ciphers by Alex Gaynor · 11 years ago
  11. c2cddd2 Merge pull request #253 from dreid/hash-raise-after-finalize by Alex Gaynor · 11 years ago
  12. e0c1fe9 Merge pull request #256 from alex/strong-docs by Paul Kehrer · 11 years ago
  13. 00fb12a Accidentally less words. by David Reid · 11 years ago
  14. a659688 typo by Alex Gaynor · 11 years ago
  15. aecee6f Merge pull request #257 from alex/hashes-break by Paul Kehrer · 11 years ago
  16. d118c91 Clearer! by Alex Gaynor · 11 years ago
  17. 5cbab0c typo fix by Alex Gaynor · 11 years ago
  18. 2d45bc3 Merge pull request #255 from alex/remove-backends by David Reid · 11 years ago
  19. 11e8cc7 Import AlreadyFinalized instead of exceptions. by David Reid · 11 years ago
  20. 9480129 Describe that hashes get real broken over time by Alex Gaynor · 11 years ago
  21. e9d64d7 Explain ways in which we can make our docs stronger by Alex Gaynor · 11 years ago
  22. 6392a9c Document AlreadyFinalized. by David Reid · 11 years ago
  23. e5aa205 Also remove teh ciphers specific class by Alex Gaynor · 11 years ago
  24. 063a3a2 Remove the hash and hmac specific classes, now that the logic is the Context classes they don't really add value by Alex Gaynor · 11 years ago
  25. 4826ec6 Merge pull request #254 from alex/contributing by Donald Stufft · 11 years ago
  26. f139582 giv eup and use a header by Alex Gaynor · 11 years ago
  27. bf803fc Donald says this is good by Alex Gaynor · 11 years ago
  28. a64cf59 Another element by Alex Gaynor · 11 years ago
  29. dd43113 Try this element by Alex Gaynor · 11 years ago
  30. 5cfb826 Merge pull request #252 from alex/silly-slice by Donald Stufft · 11 years ago
  31. e590abc Call out the security reporting info in the CONTRIBUTING file by Alex Gaynor · 11 years ago
  32. 01ea17f Remove unnecesary slice bounds by Alex Gaynor · 11 years ago
  33. 6b44a0a Merge pull request #249 from dreid/hmac-context-from-backend by Alex Gaynor · 11 years ago
  34. 152d6be raise an exception if you try to use a HashContext after finalize is called. by David Reid · 11 years ago
  35. fcd36a9 Merge branch 'master' into hmac-context-from-backend by David Reid · 11 years ago
  36. 4faa094 Merge pull request #251 from alex/dont-query-openssl by David Reid · 11 years ago
  37. 79a4716 Merge pull request #250 from alex/drop-inheritance by David Reid · 11 years ago
  38. 3f3921e Don't query OpenSSL for block sizes, we already know them by Alex Gaynor · 11 years ago
  39. 7327874 Drop random support for weird inheritance by Alex Gaynor · 11 years ago
  40. 9d0d94d Don't use self.__class__ by David Reid · 11 years ago
  41. 906e195 Merge pull request #248 from dreid/hash-context-from-backend by Alex Gaynor · 11 years ago
  42. 89c6388 Merge pull request #182 from reaperhulk/gcm-loaders by David Reid · 11 years ago
  43. a43b669 GCM loader support by Paul Kehrer · 11 years ago
  44. ad3102a Reflow Hashes.supported. by David Reid · 11 years ago
  45. 0bcbb41 Get a HashContext from the hmac backend like we do a CipherContext by David Reid · 11 years ago
  46. ee6f8ce Get a HashContext from the backend like we do a CipherContext by David Reid · 11 years ago
  47. 5e981fc Merge pull request #246 from alex/delete-tests by David Reid · 11 years ago
  48. 4e065de Merge pull request #247 from alex/fix-hash-copy by David Reid · 11 years ago
  49. 217e3b5 Fixed using copied hashes by Alex Gaynor · 11 years ago
  50. 41172ab flake8 by Alex Gaynor · 11 years ago
  51. c2f45d5 fixed bytes by Alex Gaynor · 11 years ago
  52. ab53bc5 simplify by Alex Gaynor · 11 years ago
  53. cee8d52 Simplify and make better hte tests for load_from_file by Alex Gaynor · 11 years ago
  54. 1d75bfa Merge pull request #244 from reaperhulk/less-loaders by Alex Gaynor · 11 years ago
  55. d3683ec Merge pull request #245 from cyli/ssl_simple_function_bindings by Alex Gaynor · 11 years ago
  56. 0f4d842 Simple function declarations (no callbacks) by cyli · 11 years ago
  57. f7f6a9f Remove separate file loaders and replace with one by Paul Kehrer · 11 years ago
  58. 92beb22 Merge pull request #242 from alex/ignore-nist-sections by David Reid · 11 years ago
  59. cf5fb33 Removed some tests that are now duplicates by Alex Gaynor · 11 years ago
  60. 1759037 Merge pull request #241 from cyli/ssl_type_bindings by Alex Gaynor · 11 years ago
  61. d3ce703 Ignore the sections of the NIST files by Alex Gaynor · 11 years ago
  62. a3d71d4 Merge pull request #240 from alex/cleanup by David Reid · 11 years ago
  63. 0165629 Handle customizations in another PR as per @alex by cyli · 11 years ago
  64. a9c9092 Remove the two declarations that are not in 0.9.8 by cyli · 11 years ago
  65. 521c42d Simplify the code by doing the filtering earlier, rather than later by Alex Gaynor · 11 years ago
  66. 8fa88eb Add all the variable declarations (and customizations necessary to make them work) for ssl.py by cyli · 11 years ago
  67. 1aefe58 Merge pull request #214 from reaperhulk/arc4-support by David Reid · 11 years ago
  68. 0994c56 update docs to include arc4 example by Paul Kehrer · 11 years ago
  69. df52fa9 Merge pull request #238 from alex/padding-only-fixes by Hynek Schlawack · 11 years ago
  70. 715e85f Fixed two bugs in the PKCS7 padding where unpadding would accept bad inputs. by Alex Gaynor · 11 years ago
  71. 323faa7 Merge pull request #237 from alex/rtd-theme by David Reid · 11 years ago
  72. 388c11a Merge branch 'master' into rtd-theme by Alex Gaynor · 11 years ago
  73. 13ec479 Include in tox.ini by Alex Gaynor · 11 years ago
  74. a5ba6e5 Merge pull request #235 from alex/include-all-requiremenst by David Reid · 11 years ago
  75. 57c5fa6 Merge pull request #236 from alex/safer-docs by Donald Stufft · 11 years ago
  76. 2ff5352 Do this another way by Alex Gaynor · 11 years ago
  77. e29acd1 Put the theme in dev-requirements by Alex Gaynor · 11 years ago
  78. 27283cf Try to use the sphinx rtd theme locally if it's installed by Alex Gaynor · 11 years ago
  79. ab5f011 Be more and more explicit about how to do things correctly by Alex Gaynor · 11 years ago
  80. c0542e2 Include all the requirements in the dev-requirements, even those which will be installed by `pip install .` by Alex Gaynor · 11 years ago
  81. 129d61e Merge branch 'master' into arc4-support by Paul Kehrer · 11 years ago
  82. 635b542 Merge pull request #231 from dreid/mode-interface-properties by Alex Gaynor · 11 years ago
  83. 8475326 Merge pull request #233 from alex/better-cbc-docs by Hynek Schlawack · 11 years ago
  84. 9de452d Typo by Alex Gaynor · 11 years ago
  85. 8ed651e Be really explicit about what's good and bad by Alex Gaynor · 11 years ago
  86. f2f5873 Mention return types. by David Reid · 11 years ago
  87. 07e8a49 Consistently use e.g. by David Reid · 11 years ago
  88. 9ed25e4 Module documentation. by David Reid · 11 years ago
  89. bd18bcd Single space. by David Reid · 11 years ago
  90. 30722b9 Add a new Mode interface to document mode.name and start on some prose docs for interfaces. by David Reid · 11 years ago
  91. a0b5922 Proper name for the iv thing. by David Reid · 11 years ago
  92. a5f04c0 add ARC4 keysize testing by Paul Kehrer · 11 years ago
  93. 4da28c3 ARC4 support by Paul Kehrer · 11 years ago
  94. 2c0c91e Actually note the properties for cipher modes types on their ABCs. by David Reid · 11 years ago
  95. 60d4c68 Merge pull request #229 from dreid/dont-silence-apt-failures by Alex Gaynor · 11 years ago
  96. f094393 Get the package name right. by David Reid · 11 years ago
  97. 2752924 Fix stupid shell syntax error. by David Reid · 11 years ago
  98. ab0bf18 Merge pull request #228 from alex/use-sphinx-link by David Reid · 11 years ago
  99. 6b609bb Use a script so you can write something resembling real code and reason about how it works. by David Reid · 11 years ago
  100. 644eb41 Don't silence any failures. by David Reid · 11 years ago