1. b50927e Merge pull request #361 from reaperhulk/define-to-int by Alex Gaynor · 12 years ago
  2. 6032e18 Merge pull request #362 from exarkun/ssleay-version by Paul Kehrer · 12 years ago
  3. 6e1aec8 Merge pull request #363 from exarkun/sni-getservername by Paul Kehrer · 12 years ago
  4. b4b58c3 add the missing SSL_get_servername prototype (already handled in the existing SNI conditional section) by Jean-Paul Calderone · 12 years ago
  5. b232b62 expose SSLeay and SSLeay_version by Jean-Paul Calderone · 12 years ago
  6. 745ee07 Fix docs by Paul Kehrer · 12 years ago
  7. ccd9c00 Convert #defines to explicit type declaration for consistency by Paul Kehrer · 12 years ago
  8. 28f1000 Merge pull request #360 from reaperhulk/c-style-part-deux by Alex Gaynor · 12 years ago
  9. be5fa68 Merge pull request #357 from public/const-ASN1_ITEM_ptr by Jean-Paul Calderone · 12 years ago
  10. 1839b19 a few missed functions in the () -> (void) migration by Paul Kehrer · 12 years ago
  11. f82a03a Merge pull request #358 from reaperhulk/c-style-change by Alex Gaynor · 12 years ago
  12. 7ede6a4 Merge pull request #353 from reaperhulk/supported-mark by Alex Gaynor · 12 years ago
  13. 08d72a5 move macro from functions into macros where it belongs by Paul Kehrer · 12 years ago
  14. 9b51cc1 Merge pull request #356 from public/authors by Alex Gaynor · 12 years ago
  15. 01e9886 convert all functions without args from () to (void) by Paul Kehrer · 12 years ago
  16. 047dab8 update style guide docs to reflect change to (void) by Paul Kehrer · 12 years ago
  17. b078d8e re-add some removed generators to simplify patch by Paul Kehrer · 12 years ago
  18. 64db029 Merge pull request #337 from exarkun/some-typedef-fixes by Alex Gaynor · 12 years ago
  19. ccf0d90 ASN1_ITEM_ptr always has a const return type by Alex Stapleton · 12 years ago
  20. 3f54e65 Add myself to AUTHORS by Alex Stapleton · 12 years ago
  21. ec49550 change typeerror to valueerror by Paul Kehrer · 12 years ago
  22. 03c9ef4 Merge remote-tracking branch 'origin/master' into some-typedef-fixes by Jean-Paul Calderone · 12 years ago
  23. 2dd6cc8 expand the explanation for this workaround and switch XXX to TODO by Jean-Paul Calderone · 12 years ago
  24. 0ed1782 Merge pull request #355 from alex/style-fixes by David Reid · 12 years ago
  25. c9aeb34 A handful of style fixes in the cffi bindings by Alex Gaynor · 12 years ago
  26. 39e818f Merge pull request #335 from exarkun/pyopenssl-test_crypto-with-optionals by Alex Gaynor · 12 years ago
  27. 470a116 Use uintptr_t to get sufficiently wide storage for these types even on 32 bit Windows. by Jean-Paul Calderone · 12 years ago
  28. 3aa5b94 Shorten long lines by Jean-Paul Calderone · 12 years ago
  29. c7dfd52 remove parameter names, fix some spacing by Jean-Paul Calderone · 12 years ago
  30. 37c88a0 Merge pull request #315 from juliankrause/verify by Alex Gaynor · 12 years ago
  31. 504e3cf Merge remote-tracking branch 'origin/master' into pyopenssl-test_crypto-with-optionals by Jean-Paul Calderone · 12 years ago
  32. 08adc00 Merge remote-tracking branch 'origin/master' into some-typedef-fixes by Jean-Paul Calderone · 12 years ago
  33. b808f8c Remove verify from Hash. by Julian Krause · 12 years ago
  34. 831467c Documentation clarity and grammer fixes. by Julian Krause · 12 years ago
  35. 5093d97 Update documentation on interface as well. by Julian Krause · 12 years ago
  36. 783479c refactor all tests to use mark instead of generator skips by Paul Kehrer · 12 years ago
  37. 60fc8da rename the method to be less horribly named by Paul Kehrer · 12 years ago
  38. 5a8fdf8 add mark that allows us to do skip tests on backends via decorators by Paul Kehrer · 12 years ago
  39. b645521 Merge pull request #351 from reaperhulk/remove-old-constant by Alex Gaynor · 12 years ago
  40. 5f61765 remove SSL_OP_MSIE_SSLV2_RSA_PADDING by Paul Kehrer · 12 years ago
  41. 3d82d9c Merge pull request #349 from reaperhulk/compile-warnings by Alex Gaynor · 12 years ago
  42. b236b77 fix a style error by Paul Kehrer · 12 years ago
  43. 04fd62f fix last warning (macro returns ASN1_ITEM_EXP *) by Paul Kehrer · 12 years ago
  44. 4bf5f32 2 more warnings fixed (on both 1.0.1e and 0.9.8y) by Paul Kehrer · 12 years ago
  45. e62760a Merge branch 'master' of https://github.com/pyca/cryptography into verify by Julian Krause · 12 years ago
  46. a4a8a03 clean up warnings. 3 left on 1.0.1e, 21 left 0.9.8y (OS X) by Paul Kehrer · 12 years ago
  47. c91fe6a Clean up documentation and naming. by Julian Krause · 12 years ago
  48. 0865a8b Merge pull request #347 from alex/better-error-emssage by Paul Kehrer · 12 years ago
  49. 348c80f Merge pull request #346 from reaperhulk/mark-tests-2 by Alex Gaynor · 12 years ago
  50. 2b3f942 Move stuff around and coverage by Alex Gaynor · 12 years ago
  51. 8d85b05 correct import style by Paul Kehrer · 12 years ago
  52. 6198da1 Update test by Alex Gaynor · 12 years ago
  53. 5a09c6e Include teh name of the backend in the error message by Alex Gaynor · 12 years ago
  54. 0e7edfd Merge branch 'master' into mark-tests-2 by Paul Kehrer · 12 years ago
  55. b7b7f65 Merge pull request #345 from reaperhulk/mark-tests by Alex Gaynor · 12 years ago
  56. 4f2b103 add all the markers to the tests by Paul Kehrer · 12 years ago
  57. 0cbcfa6 whoops, python 2.6 compatible format string by Paul Kehrer · 12 years ago
  58. 7e4bc6d add test marks for various backend functionality by Paul Kehrer · 12 years ago
  59. 2a710fd Merge pull request #343 from alex/fix-coverage by Paul Kehrer · 12 years ago
  60. 5d116f4 Merge pull request #342 from alex/reorganize-backend-docs by Paul Kehrer · 12 years ago
  61. 2a36dd1 Cover a missed branch by Alex Gaynor · 12 years ago
  62. 8f42fe4 Slightly reorganize and cleanuip the backend docs by Alex Gaynor · 12 years ago
  63. c4088fb Merge pull request #341 from alex/backwards-compat by Paul Kehrer · 12 years ago
  64. 1c9e57b Rephrase by Alex Gaynor · 12 years ago
  65. d43134a Typo by Alex Gaynor · 12 years ago
  66. 6cf1e69 Note abotu development versions by Alex Gaynor · 12 years ago
  67. f5415c8 Forgotten file by Alex Gaynor · 12 years ago
  68. 1a9bbf2 Document our API stability policy. Fixes #312 by Alex Gaynor · 12 years ago
  69. 16512a6 Merge pull request #340 from reaperhulk/skip-checks-all-around by Alex Gaynor · 12 years ago
  70. c80c68d add more skip check lambdas by Paul Kehrer · 12 years ago
  71. b148157 Merge pull request #339 from dreid/pytest-s by Paul Kehrer · 12 years ago
  72. 4dbed96 Merge pull request #338 from reaperhulk/hmac-supported-check by Alex Gaynor · 12 years ago
  73. 93a0b2f Run py.test with catpure=no for more faster. by David Reid · 12 years ago
  74. 4f776c4 fix erroneous indent and add abstractmethod to HMACBackend by Paul Kehrer · 12 years ago
  75. 90ae866 add hmac_supported method to backend. by Paul Kehrer · 12 years ago
  76. b8564e8 Merge pull request #334 from exarkun/misc-simple-extras-with-optionals by Alex Gaynor · 12 years ago
  77. 3d1d97f merge base branch (misc-simple-extras-with-optionals) by Jean-Paul Calderone · 12 years ago
  78. a4ccb41 Merge remote-tracking branch 'origin/master' into misc-simple-extras-with-optionals by Jean-Paul Calderone · 12 years ago
  79. cf99cc7 Switch two types which were declared as opaque but are actually integers to an integer type so they can be passed to functions by Jean-Paul Calderone · 12 years ago
  80. e73e89b Merge remote-tracking branch 'mine/misc-simple-extras-with-optionals' into pyopenssl-test_crypto-with-optionals by Jean-Paul Calderone · 12 years ago
  81. 7b13645 revert the time_t and BN_ULONG fixes by Jean-Paul Calderone · 12 years ago
  82. 22af23e Also make SSL_OP_NO_COMPRESSION optional by Jean-Paul Calderone · 12 years ago
  83. 84b1f53 Merge pull request #336 from alex/consistent-backend by David Reid · 12 years ago
  84. 0245a9a Fix by Alex Gaynor · 12 years ago
  85. f1ca56c Make the naming of things in the OpenSSL backend more consistent by Alex Gaynor · 12 years ago
  86. 549ee71 Merge pull request #333 from alex/conditional-names-openssl by David Reid · 12 years ago
  87. e9ed22a Define the newly-required CONDITIONAL_NAMES by Jean-Paul Calderone · 12 years ago
  88. 834342b A docstring by Alex Gaynor · 12 years ago
  89. e7d5fdb bind a few more things necessary for OpenSSL.crypto. Also tweak some existing definitions to be more functional. by Jean-Paul Calderone · 12 years ago
  90. 2ca30db This name is alreayd known to be imported by Alex Gaynor · 12 years ago
  91. ab51df1 Finish that conditional support by Jean-Paul Calderone · 12 years ago
  92. 21a3754 Try making SSL_MODE_RELEASE_BUFFERS conditional on whether the underlying OpenSSL library has this flag by Jean-Paul Calderone · 12 years ago
  93. af09025 bind a few more assorted random simple things by Jean-Paul Calderone · 12 years ago
  94. 3e52645 Invert these dics for more readability by Alex Gaynor · 12 years ago
  95. 7938206 Reduce duplication by Alex Gaynor · 12 years ago
  96. 7dc4a12 Remove names from the backend that don't actually exist by Alex Gaynor · 12 years ago
  97. 05ef1d3 Merge pull request #154 from cyli/ssl_bindings by Alex Gaynor · 12 years ago
  98. f8540eb Remove SSL_CTX_clear_options, since it doesn't seem to be in openssl 0.9.8 by cyli · 12 years ago
  99. 6fd76ba Remove some extra parameters in function declarations by cyli · 12 years ago
  100. b32c90c Change the Cryptography-specific variable names by cyli · 12 years ago