1. ef1954a remove this duplicate by Alex Gaynor · 11 years ago
  2. cfab88f put this back by Alex Gaynor · 11 years ago
  3. a7151af This is a const but raelly a macro or something by Alex Gaynor · 11 years ago
  4. da04f66 Removed some dead code by Alex Gaynor · 11 years ago
  5. 5c02ef3 Replace paths we have no idea how to test with asserts by Alex Gaynor · 11 years ago
  6. 6959a16 Merge branch 'simple-symmetric-encryption' of https://github.com/alex/cryptography into simple-symmetric-encryption by Alex Gaynor · 11 years ago
  7. 4502e7b Some systems need this header by Alex Gaynor · 11 years ago
  8. 173de98 Test the symmetric encryption doc snippets using doctest by Donald Stufft · 11 years ago
  9. 68a4f56 Moved comment to the right place, use integer enums by Alex Gaynor · 11 years ago
  10. 0b4df97 Merge branch 'master' into simple-symmetric-encryption by Alex Gaynor · 11 years ago
  11. d1c0188 Merge pull request #44 from hynek/fix-__about__ by Donald Stufft · 11 years ago
  12. 318b649 Merge pull request #42 from dstufft/doctests by Hynek Schlawack · 11 years ago
  13. eec13c9 Fix __author__ by Hynek Schlawack · 11 years ago
  14. c399a73 Merge pull request #43 from tiran/master by Donald Stufft · 11 years ago
  15. 04fbd56 Fix spelling of my name by Christian Heimes · 11 years ago
  16. 235fa71 Use the Sphinx doctest builder by Donald Stufft · 11 years ago
  17. 446a457 Merge branch 'master' into simple-symmetric-encryption by Donald Stufft · 11 years ago
  18. 09f5357 Merge pull request #41 from dstufft/fix-setup by Alex Gaynor · 11 years ago
  19. 4c1852c Ignore the dist directory by Donald Stufft · 11 years ago
  20. 9ebb8ff Include all of our files in the distributions, and install packages by Donald Stufft · 11 years ago
  21. 5f12a1b Fix the packaging meta-data by Donald Stufft · 11 years ago
  22. e61e5b7 Merge pull request #40 from dstufft/fix-docs by Alex Gaynor · 11 years ago
  23. 292112b Make the example error free by Donald Stufft · 11 years ago
  24. d424be8 Merge pull request #37 from tiran/master by Alex Gaynor · 11 years ago
  25. 7fe70cb hyper nit-pick by Christian Heimes · 11 years ago
  26. 913bcb7 super nit-pick by Christian Heimes · 11 years ago
  27. ff1e64f drop setup.py test again by Christian Heimes · 11 years ago
  28. e2a82ea Merge remote-tracking branch 'upstream/master' by Christian Heimes · 11 years ago
  29. f0091d0 Merge pull request #38 from alex/why-cryptography by Hynek Schlawack · 11 years ago
  30. f0d139a Another issue we're targetting by Alex Gaynor · 11 years ago
  31. 0797276 Merge remote-tracking branch 'upstream/master' by Christian Heimes · 11 years ago
  32. d6bef56 English grammar by Alex Gaynor · 11 years ago
  33. b55f926 use py.test for testing by Christian Heimes · 11 years ago
  34. dc22603 Merge branch 'master' into why-cryptography by Alex Gaynor · 11 years ago
  35. 32d136e Merge pull request #39 from alex/link-docs by Hynek Schlawack · 11 years ago
  36. 4373d7a Added another item from hynek by Alex Gaynor · 11 years ago
  37. aa66554 Document that we want AES-GCM by Alex Gaynor · 11 years ago
  38. 3e989d6 Dropped a word by Alex Gaynor · 11 years ago
  39. 711b014 Link the docs in the readme by Alex Gaynor · 11 years ago
  40. ec4ba73 Better gramar by Alex Gaynor · 11 years ago
  41. 3538fdb Make this a heading by Alex Gaynor · 11 years ago
  42. 9f3468d Better describe why this library exists. Refs #5 by Alex Gaynor · 11 years ago
  43. b19736c Addressed a TODO by Alex Gaynor · 11 years ago
  44. 18b3337 Style fix by Alex Gaynor · 11 years ago
  45. 7ad6a1d Merge pull request #35 from hynek/add-new-file-requirements-to-contributing by Donald Stufft · 11 years ago
  46. 43f6873 Add requirements for code files to CONTRIBUTING by Hynek Schlawack · 11 years ago
  47. 425f584 Add mandatory headers to files touched by this branch by Hynek Schlawack · 11 years ago
  48. a46ad0e Ciphers should know what size blocks they use by Donald Stufft · 11 years ago
  49. 32c51a3 Small note about the purpose by Donald Stufft · 11 years ago
  50. 605b225 Add a comment to note that disabling padding is desired by Donald Stufft · 11 years ago
  51. f83ed1d add classifiers, url, description and nose integration for python setup.py test by Christian Heimes · 11 years ago
  52. 668c445 2.6 compat by Alex Gaynor · 11 years ago
  53. 497576c Fixed wrong test by Alex Gaynor · 11 years ago
  54. ad89af1 Ensure that AES gets a proper key size by Donald Stufft · 11 years ago
  55. e9d8a77 Merge branch 'master' into simple-symmetric-encryption by Alex Gaynor · 11 years ago
  56. ccc5062 Merge pull request #34 from alex/excise-padding by Hynek Schlawack · 11 years ago
  57. acc787a Fixed example by Alex Gaynor · 11 years ago
  58. 3cae1d6 Merge branch 'master' into simple-symmetric-encryption by Alex Gaynor · 11 years ago
  59. 9464859 Merge pull request #33 from alex/api-val by Donald Stufft · 11 years ago
  60. 83a0f48 Fixed tox by Alex Gaynor · 11 years ago
  61. 641a3a0 Fully excised padding from the docs by Alex Gaynor · 11 years ago
  62. a2871c7 Make api poitn to the right object by Alex Gaynor · 11 years ago
  63. bac187d Use an enum for determining BlockCipher operation by Donald Stufft · 11 years ago
  64. 93b1df6 Remove padding from the docs. by Alex Gaynor · 11 years ago
  65. 64e9a64 Be consistent by Alex Gaynor · 11 years ago
  66. 72bbea2 Merge branch 'master' into simple-symmetric-encryption by Alex Gaynor · 11 years ago
  67. 2416c01 Merge pull request #32 from alex/bytes-for-nist-vectors by Donald Stufft · 11 years ago
  68. f312a5c Made the load NIST vectors test utility use bytes correctly by Alex Gaynor · 11 years ago
  69. ea8e9fc Remove the padding from the BlockCipher API by Donald Stufft · 11 years ago
  70. 6a37d27 Merge branch 'master' into simple-symmetric-encryption by Alex Gaynor · 11 years ago
  71. 34c7a91 Merge pull request #30 from dstufft/simplify-api by Alex Gaynor · 11 years ago
  72. adacdb8 BlockCiphers should know their own name by Donald Stufft · 11 years ago
  73. 93e768b Ciphers should know what size their keys are by Donald Stufft · 11 years ago
  74. 6e9f1e5 Make flake8 happy by Donald Stufft · 11 years ago
  75. 9913d71 Merge branch 'master' into simple-symmetric-encryption by Donald Stufft · 11 years ago
  76. 2a250e6 Merge pull request #31 from dstufft/add-nist-vector-files by Hynek Schlawack · 11 years ago
  77. aaab9f8 Add the NIST AES vectors by Donald Stufft · 11 years ago
  78. b42af17 Ensure that a BlockCipher can only be used for one operation by Donald Stufft · 11 years ago
  79. a02d4ed Removing padding from the encryption API by Donald Stufft · 11 years ago
  80. a2e1f54 Some apache license headers (we need a pyflkaes check for thsi) by Alex Gaynor · 11 years ago
  81. 250903a Removed duplicate tests, added tests + fix for use after finalize by Alex Gaynor · 11 years ago
  82. 0b26f78 Address a review note by Alex Gaynor · 11 years ago
  83. 6c4819d Use a test file with shorter keys so that all lines match our coding standard by Alex Gaynor · 11 years ago
  84. de9a3ee Get stuff working on py3k for real by Alex Gaynor · 11 years ago
  85. b1895f6 Steps to get this running on py32 and py33 again by Alex Gaynor · 11 years ago
  86. 92c1f35 Compute the cipher name slightly (only slightly) better by Alex Gaynor · 11 years ago
  87. dfb76e4 More TODOs by Alex Gaynor · 11 years ago
  88. a5c6487 Start playing with getting useful errors. We need unit tests for all these lines by Alex Gaynor · 11 years ago
  89. 66d368b Clear the sensitive data by Alex Gaynor · 11 years ago
  90. f48cb86 Another TODO by Alex Gaynor · 11 years ago
  91. ab4c507 Many TODOs later, we can encrypt a thing by Alex Gaynor · 11 years ago
  92. 5de0392 Properly decode plaintext before encrypting it by Donald Stufft · 11 years ago
  93. 3704a83 Use the NIST MMT vectors to test AES-CBC w/ no padding by Donald Stufft · 11 years ago
  94. aef7ee8 Reduce code duplication by Alex Gaynor · 11 years ago
  95. 2fbbe13 Style by Alex Gaynor · 11 years ago
  96. ec672e8 Use the NIST KAT vectors to test AES-CBC w/ no padding by Donald Stufft · 11 years ago
  97. cd95f3c Tests now running against the NIST vectors by Alex Gaynor · 11 years ago
  98. 3c6da26 Merge branch 'master' into simple-symmetric-encryption by Alex Gaynor · 11 years ago
  99. 80bb237 Merge pull request #29 from dstufft/nist-vector-file-utilities by Alex Gaynor · 11 years ago
  100. 9e1a48b Add a test utility functions to read & process NIST vector files by Donald Stufft · 11 years ago