1. 93a0b2f Run py.test with catpure=no for more faster. by David Reid · 11 years ago
  2. b8564e8 Merge pull request #334 from exarkun/misc-simple-extras-with-optionals by Alex Gaynor · 11 years ago
  3. a4ccb41 Merge remote-tracking branch 'origin/master' into misc-simple-extras-with-optionals by Jean-Paul Calderone · 11 years ago
  4. 22af23e Also make SSL_OP_NO_COMPRESSION optional by Jean-Paul Calderone · 11 years ago
  5. 84b1f53 Merge pull request #336 from alex/consistent-backend by David Reid · 11 years ago
  6. 0245a9a Fix by Alex Gaynor · 11 years ago
  7. f1ca56c Make the naming of things in the OpenSSL backend more consistent by Alex Gaynor · 11 years ago
  8. 549ee71 Merge pull request #333 from alex/conditional-names-openssl by David Reid · 11 years ago
  9. 834342b A docstring by Alex Gaynor · 11 years ago
  10. 2ca30db This name is alreayd known to be imported by Alex Gaynor · 11 years ago
  11. ab51df1 Finish that conditional support by Jean-Paul Calderone · 11 years ago
  12. 21a3754 Try making SSL_MODE_RELEASE_BUFFERS conditional on whether the underlying OpenSSL library has this flag by Jean-Paul Calderone · 11 years ago
  13. af09025 bind a few more assorted random simple things by Jean-Paul Calderone · 11 years ago
  14. 3e52645 Invert these dics for more readability by Alex Gaynor · 11 years ago
  15. 7938206 Reduce duplication by Alex Gaynor · 11 years ago
  16. 7dc4a12 Remove names from the backend that don't actually exist by Alex Gaynor · 11 years ago
  17. 05ef1d3 Merge pull request #154 from cyli/ssl_bindings by Alex Gaynor · 11 years ago
  18. f8540eb Remove SSL_CTX_clear_options, since it doesn't seem to be in openssl 0.9.8 by cyli · 11 years ago
  19. 6fd76ba Remove some extra parameters in function declarations by cyli · 11 years ago
  20. b32c90c Change the Cryptography-specific variable names by cyli · 11 years ago
  21. d5c351e Merge pull request #325 from public/unsupported-cipher-messages by Alex Gaynor · 11 years ago
  22. 35cb365 UnsupportedAlgorithm error messages for Ciphers by Alex Stapleton · 11 years ago
  23. c09f6aa Merge pull request #329 from alex/reccomend-versioning by Paul Kehrer · 11 years ago
  24. 5972431 Merge pull request #328 from alex/docs-cleanups by Paul Kehrer · 11 years ago
  25. 95243f5 English, how does it work? by Alex Gaynor · 11 years ago
  26. 6955ea3 Recommend that recipes include a version by Alex Gaynor · 11 years ago
  27. 15cf6b9 A handful of cleanups and rewordings to the docs by Alex Gaynor · 11 years ago
  28. 8eda240 Merge pull request #327 from reaperhulk/gcm-lower-limit-tag by Alex Gaynor · 11 years ago
  29. 048d6cb a few more doc changes to gcm tag info by Paul Kehrer · 11 years ago
  30. fc73e2d prose updates for GCM tag by Paul Kehrer · 11 years ago
  31. a7fbf07 doc updates by Paul Kehrer · 11 years ago
  32. ca73504 add note regarding not truncating tags by Paul Kehrer · 11 years ago
  33. f7b4ede restrict gcm tags to a minimum of 4 bytes in length by Paul Kehrer · 11 years ago
  34. 9b7624e Merge pull request #326 from public/unsupported-hmac-hash by Alex Gaynor · 11 years ago
  35. 447d64f Raise UnsupportedAlgorithm when initing HMACs by Alex Stapleton · 11 years ago
  36. 4447e5a Merge pull request #324 from public/unsupported-hash by Alex Gaynor · 11 years ago
  37. 72d3b80 Merge pull request #323 from reaperhulk/fix-tests-multi-backend by Alex Gaynor · 11 years ago
  38. 1b1327c Raise UnsupportedAlgorithm when initing Hash() by Alex Stapleton · 11 years ago
  39. 687d0f8 use both kwargs and named args in lambdas for clarity by Paul Kehrer · 11 years ago
  40. a620b7d don't modify params on parametrized tests by Paul Kehrer · 11 years ago
  41. 4ba8ea6 Oops, change to Cryptography_, not CRYPTOPGRAPHY_ (screaming). Also remove SSL_clear_options which is not in 0.9.8. by cyli · 11 years ago
  42. 6238b0a Rename PYOPENSSL_ to CRYPTOGRAPHY_ by cyli · 11 years ago
  43. c24597b Fixes after rebasing by cyli · 11 years ago
  44. 9f21825 Remove OPENSSL_malloc, which was causing errors, and remove the two vars that were problematic in 0.9.8 by cyli · 11 years ago
  45. 1c61109 Remove some functions that are dependent upon the stacksafe macro STACK_OF by cyli · 11 years ago
  46. bef5768 Move some SNI APIs to macros by cyli · 11 years ago
  47. e056250 Put customizations back in after rebase by cyli · 11 years ago
  48. db7a911 Undo accidentaly removal a function after rebase by cyli · 11 years ago
  49. 2df36e5 Move more macros to the macro section by cyli · 11 years ago
  50. 6796ddd Remove typedef'd callbacks and just include the callback definitions in the larger function definitions by cyli · 11 years ago
  51. e105635 Move OPENSSL_free to crypto.py as per @alex by cyli · 11 years ago
  52. 76db222 Fix broken function definition by cyli · 11 years ago
  53. 2729878 Move some methods to macros that have become const between versions by cyli · 11 years ago
  54. 02209c6 Unfortunate hack to make replacing some callback signature in the function definitions work by cyli · 11 years ago
  55. 3a61d72 Move a few macros to macros by cyli · 11 years ago
  56. eb373f5 Delete some repeated functions, and move the OPENSSL_malloc definition to crypto bindings, since it seems to be in crypto.h by cyli · 11 years ago
  57. b87f7b5 Initial basic bindings for ssl by cyli · 11 years ago
  58. 9b9318d Merge pull request #321 from alex/docstring-cleanup by Paul Kehrer · 11 years ago
  59. 764b54a Make these examples consistent by Alex Gaynor · 11 years ago
  60. cde832d Merge pull request #320 from alex/cleanup-asn1-crap by Paul Kehrer · 11 years ago
  61. 67539c0 Clean up some docstrings by Alex Gaynor · 11 years ago
  62. 99fdc80 Attempt to handle the fact that based on defines ASN1_ITEM_EXP might be something else by Alex Gaynor · 11 years ago
  63. 552b042 Merge pull request #317 from alex/no-stdbool by Paul Kehrer · 11 years ago
  64. 41e604d flake8 fix by Alex Gaynor · 11 years ago
  65. ccfa889 Removed usage of stdbool for Windows which doesn't have C99 by Alex Gaynor · 11 years ago
  66. 740e430 Merge pull request #313 from dreid/block-cipher-algorithm by Alex Gaynor · 11 years ago
  67. 668d480 BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't need block_size = 1. by David Reid · 11 years ago
  68. ebf83a0 Merge pull request #303 from alex/no-more-generator by David Reid · 11 years ago
  69. 875b36b Merge branch 'master' into no-more-generator by Alex Gaynor · 11 years ago
  70. a4aa420 Merge pull request #311 from alex/rework-index by David Reid · 11 years ago
  71. be98053 A foolish consistency is a really cool idea -- Samuel Clemens by Alex Gaynor · 11 years ago
  72. 2cfbc12 Be consistent by Alex Gaynor · 11 years ago
  73. df8bfea DOn't assume people know that contraction by Alex Gaynor · 11 years ago
  74. 7c06746 Rework the index to give people a better lay of the land by Alex Gaynor · 11 years ago
  75. ffb7726 Merge pull request #308 from alex/rename-bindings by Donald Stufft · 11 years ago
  76. a14c0fe Merge pull request #309 from alex/test-latex by Paul Kehrer · 11 years ago
  77. 960cf5e Test that docs compile under latex as well --needed for PDF building by Alex Gaynor · 11 years ago
  78. 0e9c4d1 Merge pull request #307 from alex/prefer-doctest by Paul Kehrer · 11 years ago
  79. ca4a22b Merge pull request #283 from juliankrause/constant_time by Paul Kehrer · 11 years ago
  80. 383a04c Remove plural. by Julian Krause · 11 years ago
  81. d83c590 Need to include the imports by Alex Gaynor · 11 years ago
  82. 41e5ab6 Also rename teh tests by Alex Gaynor · 11 years ago
  83. f8796b1 Renamed bindings to backends by Alex Gaynor · 11 years ago
  84. 989061d Prefer executable code examples by Alex Gaynor · 11 years ago
  85. b9dd85c Merge pull request #306 from alex/document-coverage by Paul Kehrer · 11 years ago
  86. f3f0018 Document the need for test coverage by Alex Gaynor · 11 years ago
  87. 887d274 Merge pull request #305 from alex/show-the-backend by Paul Kehrer · 11 years ago
  88. f7ef426 Merge pull request #304 from alex/not-as-true by Paul Kehrer · 11 years ago
  89. f56444d Always show where a baackend comes form in the docs by Alex Gaynor · 11 years ago
  90. 73cf187 This warning doesn't add much value anymore by Alex Gaynor · 11 years ago
  91. 4eec0bb pep8 by Alex Gaynor · 11 years ago
  92. 21919e2 Make this less invasive by Alex Gaynor · 11 years ago
  93. e5c5eec Clean up test generation to not use generators anymore and use parametrization by Alex Gaynor · 11 years ago
  94. 848f770 Update documentation again to make it clearer what this is for. Moved to using Coda Hale's post. by Julian Krause · 11 years ago
  95. db042cd Merge pull request #302 from alex/beef-up-the-index by Paul Kehrer · 11 years ago
  96. ed139e7 Merge pull request #301 from alex/typo by Paul Kehrer · 11 years ago
  97. 31df535 More info in teh index by Alex Gaynor · 11 years ago
  98. 2a5b4a8 Fixed a mis-spelled word by Alex Gaynor · 11 years ago
  99. 29b4a93 Merge pull request #300 from dreid/supress-openssl-osx-deprecation-warnings by Alex Gaynor · 11 years ago
  100. 6c0eef7 Merge pull request #299 from alex/api-style-guide by Paul Kehrer · 11 years ago