1. 681fca8 Rearange sentence on recommendation of @jacobian by Alex Gaynor · 12 years ago
  2. be60d70 alphabetize by Alex Gaynor · 12 years ago
  3. 937451e Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  4. fbd7ffc Merge pull request #376 from reaperhulk/more-engine-methods by Alex Gaynor · 12 years ago
  5. 718bb42 missed some param names (C style fix) by Paul Kehrer · 12 years ago
  6. 3c661e0 add the rest of the engine methods by Paul Kehrer · 12 years ago
  7. 9fd3be3 Merge pull request #372 from exarkun/tlsv1.1-tlsv1.2 by Alex Gaynor · 12 years ago
  8. d69cb49 fix bogus merge by Jean-Paul Calderone · 12 years ago
  9. 6eb15b0 Switch to long for these stand-in constants as suggested by reaperhulk to avoid compiler warnings by Jean-Paul Calderone · 12 years ago
  10. 9236a34 merge origin/master by Jean-Paul Calderone · 12 years ago
  11. 5132c2f Merge pull request #373 from alex/restore-symbol by Paul Kehrer · 12 years ago
  12. 0cbe7a1 Restore exposing a symbol when it's available. Refs #351 by Alex Gaynor · 12 years ago
  13. e951cbc Optionally bind some TLSv1_1 and TLSv1_2 features by Jean-Paul Calderone · 12 years ago
  14. c9e4128 Merge pull request #369 from public/signed-time_t by Paul Kehrer · 12 years ago
  15. 5adecf8 Merge pull request #370 from alex/wider-types by Paul Kehrer · 12 years ago
  16. 6d43f5b Make some types wider to be warning free on OS X by Alex Gaynor · 12 years ago
  17. 3f806cd Merge pull request #368 from reaperhulk/more-warnings-fixes by Alex Gaynor · 12 years ago
  18. ddc4e3a time_t is signed by Alex Stapleton · 12 years ago
  19. fe7cc94 remove some consts in the function arg declarations by Paul Kehrer · 12 years ago
  20. b443931 Merge pull request #367 from alex/x509-revoked-stack by Paul Kehrer · 12 years ago
  21. dec26e5 Port the STACK_OF(X509_REVOKED) stuff to use the same pattern @exarkun figured out for X509 by Alex Gaynor · 12 years ago
  22. 79615c1 Merge pull request #364 from exarkun/certificates-and-stuff by Alex Gaynor · 12 years ago
  23. 15b90a7 Merge pull request #365 from public/const-string-literal by Paul Kehrer · 12 years ago
  24. ec79c43 clean up the comments a bit by Jean-Paul Calderone · 12 years ago
  25. b14472f Switch other spellings of this type from `struct stack_st_X509` to `Cryptography_STACK_OF_X590` (and similar for X509_NAME) by Jean-Paul Calderone · 12 years ago
  26. 7db4239 move these type definitions to perhaps-more-appropriate modules by Jean-Paul Calderone · 12 years ago
  27. f8475f4 This bit is important as well. by Jean-Paul Calderone · 12 years ago
  28. f536049 Put back these other functions now that they ought to work. by Jean-Paul Calderone · 12 years ago
  29. 2382869 Merge remote-tracking branch 'origin/master' into certificates-and-stuff by Jean-Paul Calderone · 12 years ago
  30. 30f22f1 typedef has to come before function prototype that relies on it; only place that can happen is if the typedef is in INCLUDES woops by Jean-Paul Calderone · 12 years ago
  31. 5785971 Merge pull request #366 from public/sk_X509_EXTENSION_delete-is-not-void by Alex Gaynor · 12 years ago
  32. 6c56e25 simplify a bit - just try tackling one problem at a time. and add some more typedefs that maybe should help (still broken though) by Jean-Paul Calderone · 12 years ago
  33. 9020b48 String literals are const char*. by Alex Stapleton · 12 years ago
  34. db78cfd sk_X509_EXTENSION_delete returns X509_EXTENSION* by Alex Stapleton · 12 years ago
  35. b50927e Merge pull request #361 from reaperhulk/define-to-int by Alex Gaynor · 12 years ago
  36. 6032e18 Merge pull request #362 from exarkun/ssleay-version by Paul Kehrer · 12 years ago
  37. 6e1aec8 Merge pull request #363 from exarkun/sni-getservername by Paul Kehrer · 12 years ago
  38. 7c24387 expose SSL_get_peer_cert_chain, SSL_get_client_CA_list, and SSL_CTX_set_client_CA_list by Jean-Paul Calderone · 12 years ago
  39. b4b58c3 add the missing SSL_get_servername prototype (already handled in the existing SNI conditional section) by Jean-Paul Calderone · 12 years ago
  40. b232b62 expose SSLeay and SSLeay_version by Jean-Paul Calderone · 12 years ago
  41. 745ee07 Fix docs by Paul Kehrer · 12 years ago
  42. ccd9c00 Convert #defines to explicit type declaration for consistency by Paul Kehrer · 12 years ago
  43. 28f1000 Merge pull request #360 from reaperhulk/c-style-part-deux by Alex Gaynor · 12 years ago
  44. be5fa68 Merge pull request #357 from public/const-ASN1_ITEM_ptr by Jean-Paul Calderone · 12 years ago
  45. 1839b19 a few missed functions in the () -> (void) migration by Paul Kehrer · 12 years ago
  46. f82a03a Merge pull request #358 from reaperhulk/c-style-change by Alex Gaynor · 12 years ago
  47. 7ede6a4 Merge pull request #353 from reaperhulk/supported-mark by Alex Gaynor · 12 years ago
  48. 08d72a5 move macro from functions into macros where it belongs by Paul Kehrer · 12 years ago
  49. 9b51cc1 Merge pull request #356 from public/authors by Alex Gaynor · 12 years ago
  50. 01e9886 convert all functions without args from () to (void) by Paul Kehrer · 12 years ago
  51. 047dab8 update style guide docs to reflect change to (void) by Paul Kehrer · 12 years ago
  52. b078d8e re-add some removed generators to simplify patch by Paul Kehrer · 12 years ago
  53. 64db029 Merge pull request #337 from exarkun/some-typedef-fixes by Alex Gaynor · 12 years ago
  54. ccf0d90 ASN1_ITEM_ptr always has a const return type by Alex Stapleton · 12 years ago
  55. 3f54e65 Add myself to AUTHORS by Alex Stapleton · 12 years ago
  56. ec49550 change typeerror to valueerror by Paul Kehrer · 12 years ago
  57. 03c9ef4 Merge remote-tracking branch 'origin/master' into some-typedef-fixes by Jean-Paul Calderone · 12 years ago
  58. 2dd6cc8 expand the explanation for this workaround and switch XXX to TODO by Jean-Paul Calderone · 12 years ago
  59. 0ed1782 Merge pull request #355 from alex/style-fixes by David Reid · 12 years ago
  60. c9aeb34 A handful of style fixes in the cffi bindings by Alex Gaynor · 12 years ago
  61. 39e818f Merge pull request #335 from exarkun/pyopenssl-test_crypto-with-optionals by Alex Gaynor · 12 years ago
  62. 470a116 Use uintptr_t to get sufficiently wide storage for these types even on 32 bit Windows. by Jean-Paul Calderone · 12 years ago
  63. 3aa5b94 Shorten long lines by Jean-Paul Calderone · 12 years ago
  64. c7dfd52 remove parameter names, fix some spacing by Jean-Paul Calderone · 12 years ago
  65. b9bc6c3 Switch to the newer, safer, API by Alex Gaynor · 12 years ago
  66. 4b31af7 Merge branch 'master' into fernet by Alex Gaynor · 12 years ago
  67. 37c88a0 Merge pull request #315 from juliankrause/verify by Alex Gaynor · 12 years ago
  68. 504e3cf Merge remote-tracking branch 'origin/master' into pyopenssl-test_crypto-with-optionals by Jean-Paul Calderone · 12 years ago
  69. 08adc00 Merge remote-tracking branch 'origin/master' into some-typedef-fixes by Jean-Paul Calderone · 12 years ago
  70. b808f8c Remove verify from Hash. by Julian Krause · 12 years ago
  71. 831467c Documentation clarity and grammer fixes. by Julian Krause · 12 years ago
  72. 5093d97 Update documentation on interface as well. by Julian Krause · 12 years ago
  73. 783479c refactor all tests to use mark instead of generator skips by Paul Kehrer · 12 years ago
  74. 60fc8da rename the method to be less horribly named by Paul Kehrer · 12 years ago
  75. 5a8fdf8 add mark that allows us to do skip tests on backends via decorators by Paul Kehrer · 12 years ago
  76. b645521 Merge pull request #351 from reaperhulk/remove-old-constant by Alex Gaynor · 12 years ago
  77. 5f61765 remove SSL_OP_MSIE_SSLV2_RSA_PADDING by Paul Kehrer · 12 years ago
  78. 3d82d9c Merge pull request #349 from reaperhulk/compile-warnings by Alex Gaynor · 12 years ago
  79. b236b77 fix a style error by Paul Kehrer · 12 years ago
  80. 04fd62f fix last warning (macro returns ASN1_ITEM_EXP *) by Paul Kehrer · 12 years ago
  81. 4bf5f32 2 more warnings fixed (on both 1.0.1e and 0.9.8y) by Paul Kehrer · 12 years ago
  82. e62760a Merge branch 'master' of https://github.com/pyca/cryptography into verify by Julian Krause · 12 years ago
  83. a4a8a03 clean up warnings. 3 left on 1.0.1e, 21 left 0.9.8y (OS X) by Paul Kehrer · 12 years ago
  84. c91fe6a Clean up documentation and naming. by Julian Krause · 12 years ago
  85. 0865a8b Merge pull request #347 from alex/better-error-emssage by Paul Kehrer · 12 years ago
  86. 348c80f Merge pull request #346 from reaperhulk/mark-tests-2 by Alex Gaynor · 12 years ago
  87. 2b3f942 Move stuff around and coverage by Alex Gaynor · 12 years ago
  88. 8d85b05 correct import style by Paul Kehrer · 12 years ago
  89. 6198da1 Update test by Alex Gaynor · 12 years ago
  90. 5a09c6e Include teh name of the backend in the error message by Alex Gaynor · 12 years ago
  91. 0e7edfd Merge branch 'master' into mark-tests-2 by Paul Kehrer · 12 years ago
  92. b7b7f65 Merge pull request #345 from reaperhulk/mark-tests by Alex Gaynor · 12 years ago
  93. 4f2b103 add all the markers to the tests by Paul Kehrer · 12 years ago
  94. 0cbcfa6 whoops, python 2.6 compatible format string by Paul Kehrer · 12 years ago
  95. 7e4bc6d add test marks for various backend functionality by Paul Kehrer · 12 years ago
  96. 2a710fd Merge pull request #343 from alex/fix-coverage by Paul Kehrer · 12 years ago
  97. 5d116f4 Merge pull request #342 from alex/reorganize-backend-docs by Paul Kehrer · 12 years ago
  98. 2a36dd1 Cover a missed branch by Alex Gaynor · 12 years ago
  99. 8f42fe4 Slightly reorganize and cleanuip the backend docs by Alex Gaynor · 12 years ago
  100. c4088fb Merge pull request #341 from alex/backwards-compat by Paul Kehrer · 12 years ago