1. 4b31af7 Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  2. 37c88a0 Merge pull request #315 from juliankrause/verify by Alex Gaynor · 11 years ago
  3. b808f8c Remove verify from Hash. by Julian Krause · 11 years ago
  4. 831467c Documentation clarity and grammer fixes. by Julian Krause · 11 years ago
  5. 5093d97 Update documentation on interface as well. by Julian Krause · 11 years ago
  6. b645521 Merge pull request #351 from reaperhulk/remove-old-constant by Alex Gaynor · 11 years ago
  7. 5f61765 remove SSL_OP_MSIE_SSLV2_RSA_PADDING by Paul Kehrer · 11 years ago
  8. 3d82d9c Merge pull request #349 from reaperhulk/compile-warnings by Alex Gaynor · 11 years ago
  9. b236b77 fix a style error by Paul Kehrer · 11 years ago
  10. 04fd62f fix last warning (macro returns ASN1_ITEM_EXP *) by Paul Kehrer · 11 years ago
  11. 4bf5f32 2 more warnings fixed (on both 1.0.1e and 0.9.8y) by Paul Kehrer · 11 years ago
  12. e62760a Merge branch 'master' of https://github.com/pyca/cryptography into verify by Julian Krause · 11 years ago
  13. a4a8a03 clean up warnings. 3 left on 1.0.1e, 21 left 0.9.8y (OS X) by Paul Kehrer · 11 years ago
  14. c91fe6a Clean up documentation and naming. by Julian Krause · 11 years ago
  15. 0865a8b Merge pull request #347 from alex/better-error-emssage by Paul Kehrer · 11 years ago
  16. 348c80f Merge pull request #346 from reaperhulk/mark-tests-2 by Alex Gaynor · 11 years ago
  17. 2b3f942 Move stuff around and coverage by Alex Gaynor · 11 years ago
  18. 8d85b05 correct import style by Paul Kehrer · 11 years ago
  19. 6198da1 Update test by Alex Gaynor · 11 years ago
  20. 5a09c6e Include teh name of the backend in the error message by Alex Gaynor · 11 years ago
  21. 0e7edfd Merge branch 'master' into mark-tests-2 by Paul Kehrer · 11 years ago
  22. b7b7f65 Merge pull request #345 from reaperhulk/mark-tests by Alex Gaynor · 11 years ago
  23. 4f2b103 add all the markers to the tests by Paul Kehrer · 11 years ago
  24. 0cbcfa6 whoops, python 2.6 compatible format string by Paul Kehrer · 11 years ago
  25. 7e4bc6d add test marks for various backend functionality by Paul Kehrer · 11 years ago
  26. 2a710fd Merge pull request #343 from alex/fix-coverage by Paul Kehrer · 11 years ago
  27. 5d116f4 Merge pull request #342 from alex/reorganize-backend-docs by Paul Kehrer · 11 years ago
  28. 2a36dd1 Cover a missed branch by Alex Gaynor · 11 years ago
  29. 8f42fe4 Slightly reorganize and cleanuip the backend docs by Alex Gaynor · 11 years ago
  30. c4088fb Merge pull request #341 from alex/backwards-compat by Paul Kehrer · 11 years ago
  31. 1c9e57b Rephrase by Alex Gaynor · 11 years ago
  32. d43134a Typo by Alex Gaynor · 11 years ago
  33. 6cf1e69 Note abotu development versions by Alex Gaynor · 11 years ago
  34. f5415c8 Forgotten file by Alex Gaynor · 11 years ago
  35. 1a9bbf2 Document our API stability policy. Fixes #312 by Alex Gaynor · 11 years ago
  36. 16512a6 Merge pull request #340 from reaperhulk/skip-checks-all-around by Alex Gaynor · 11 years ago
  37. c80c68d add more skip check lambdas by Paul Kehrer · 11 years ago
  38. b148157 Merge pull request #339 from dreid/pytest-s by Paul Kehrer · 11 years ago
  39. 4dbed96 Merge pull request #338 from reaperhulk/hmac-supported-check by Alex Gaynor · 11 years ago
  40. 93a0b2f Run py.test with catpure=no for more faster. by David Reid · 11 years ago
  41. 4f776c4 fix erroneous indent and add abstractmethod to HMACBackend by Paul Kehrer · 11 years ago
  42. 90ae866 add hmac_supported method to backend. by Paul Kehrer · 11 years ago
  43. b8564e8 Merge pull request #334 from exarkun/misc-simple-extras-with-optionals by Alex Gaynor · 11 years ago
  44. a4ccb41 Merge remote-tracking branch 'origin/master' into misc-simple-extras-with-optionals by Jean-Paul Calderone · 11 years ago
  45. 22af23e Also make SSL_OP_NO_COMPRESSION optional by Jean-Paul Calderone · 11 years ago
  46. 84b1f53 Merge pull request #336 from alex/consistent-backend by David Reid · 11 years ago
  47. 0245a9a Fix by Alex Gaynor · 11 years ago
  48. f1ca56c Make the naming of things in the OpenSSL backend more consistent by Alex Gaynor · 11 years ago
  49. 549ee71 Merge pull request #333 from alex/conditional-names-openssl by David Reid · 11 years ago
  50. 834342b A docstring by Alex Gaynor · 11 years ago
  51. 2ca30db This name is alreayd known to be imported by Alex Gaynor · 11 years ago
  52. ab51df1 Finish that conditional support by Jean-Paul Calderone · 11 years ago
  53. 21a3754 Try making SSL_MODE_RELEASE_BUFFERS conditional on whether the underlying OpenSSL library has this flag by Jean-Paul Calderone · 11 years ago
  54. af09025 bind a few more assorted random simple things by Jean-Paul Calderone · 11 years ago
  55. 3e52645 Invert these dics for more readability by Alex Gaynor · 11 years ago
  56. 7938206 Reduce duplication by Alex Gaynor · 11 years ago
  57. 7dc4a12 Remove names from the backend that don't actually exist by Alex Gaynor · 11 years ago
  58. 05ef1d3 Merge pull request #154 from cyli/ssl_bindings by Alex Gaynor · 11 years ago
  59. f8540eb Remove SSL_CTX_clear_options, since it doesn't seem to be in openssl 0.9.8 by cyli · 11 years ago
  60. 6fd76ba Remove some extra parameters in function declarations by cyli · 11 years ago
  61. b32c90c Change the Cryptography-specific variable names by cyli · 11 years ago
  62. d5c351e Merge pull request #325 from public/unsupported-cipher-messages by Alex Gaynor · 11 years ago
  63. 35cb365 UnsupportedAlgorithm error messages for Ciphers by Alex Stapleton · 11 years ago
  64. c09f6aa Merge pull request #329 from alex/reccomend-versioning by Paul Kehrer · 11 years ago
  65. 5972431 Merge pull request #328 from alex/docs-cleanups by Paul Kehrer · 11 years ago
  66. 95243f5 English, how does it work? by Alex Gaynor · 11 years ago
  67. 6955ea3 Recommend that recipes include a version by Alex Gaynor · 11 years ago
  68. 15cf6b9 A handful of cleanups and rewordings to the docs by Alex Gaynor · 11 years ago
  69. 8eda240 Merge pull request #327 from reaperhulk/gcm-lower-limit-tag by Alex Gaynor · 11 years ago
  70. 048d6cb a few more doc changes to gcm tag info by Paul Kehrer · 11 years ago
  71. fc73e2d prose updates for GCM tag by Paul Kehrer · 11 years ago
  72. a7fbf07 doc updates by Paul Kehrer · 11 years ago
  73. ca73504 add note regarding not truncating tags by Paul Kehrer · 11 years ago
  74. f7b4ede restrict gcm tags to a minimum of 4 bytes in length by Paul Kehrer · 11 years ago
  75. 9b7624e Merge pull request #326 from public/unsupported-hmac-hash by Alex Gaynor · 11 years ago
  76. 447d64f Raise UnsupportedAlgorithm when initing HMACs by Alex Stapleton · 11 years ago
  77. 4447e5a Merge pull request #324 from public/unsupported-hash by Alex Gaynor · 11 years ago
  78. 72d3b80 Merge pull request #323 from reaperhulk/fix-tests-multi-backend by Alex Gaynor · 11 years ago
  79. 1b1327c Raise UnsupportedAlgorithm when initing Hash() by Alex Stapleton · 11 years ago
  80. 687d0f8 use both kwargs and named args in lambdas for clarity by Paul Kehrer · 11 years ago
  81. a620b7d don't modify params on parametrized tests by Paul Kehrer · 11 years ago
  82. 3ac297e flake8 fix by Alex Gaynor · 11 years ago
  83. 2724ff6 Link from symmetric encryption to fernet by Alex Gaynor · 11 years ago
  84. 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
  85. 6238b0a Rename PYOPENSSL_ to CRYPTOGRAPHY_ by cyli · 11 years ago
  86. c24597b Fixes after rebasing by cyli · 11 years ago
  87. 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
  88. 1c61109 Remove some functions that are dependent upon the stacksafe macro STACK_OF by cyli · 11 years ago
  89. bef5768 Move some SNI APIs to macros by cyli · 11 years ago
  90. e056250 Put customizations back in after rebase by cyli · 11 years ago
  91. db7a911 Undo accidentaly removal a function after rebase by cyli · 11 years ago
  92. 2df36e5 Move more macros to the macro section by cyli · 11 years ago
  93. 6796ddd Remove typedef'd callbacks and just include the callback definitions in the larger function definitions by cyli · 11 years ago
  94. e105635 Move OPENSSL_free to crypto.py as per @alex by cyli · 11 years ago
  95. 76db222 Fix broken function definition by cyli · 11 years ago
  96. 2729878 Move some methods to macros that have become const between versions by cyli · 11 years ago
  97. 02209c6 Unfortunate hack to make replacing some callback signature in the function definitions work by cyli · 11 years ago
  98. 3a61d72 Move a few macros to macros by cyli · 11 years ago
  99. 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
  100. b87f7b5 Initial basic bindings for ssl by cyli · 11 years ago