1. 6a0b57b Fix most of the doc compilation warning/errors by Jonathan Ballet · 14 years ago
  2. 648875f Fix markup to be compatible with Sphinx and add rough API doc by Jonathan Ballet · 14 years ago
  3. 78b92a2 Convert Epytext markup to RST markup by Jonathan Ballet · 14 years ago
  4. 871a4d8 "Parse" "arguments" to get_servername by Jean-Paul Calderone · 14 years ago
  5. c4cb658 And SSL_get_servername, SSL_set_tlsext_host_name, and SSL_CTX_set_tlsext_servername_callback by Jean-Paul Calderone · 14 years ago
  6. 95613b7 Add SSL_set_SSL_CTX wrapper, Connection.set_context. by Jean-Paul Calderone · 14 years ago
  7. 13d190b so now maybe it works on windows by Jean-Paul Calderone · 14 years ago
  8. 0a7e06a Switch from a tuple to a list for the return value of get_peer_cert_chain; also incref all of the X509 objects so that they remain valid after the connection is destroyed. by Jean-Paul Calderone · 14 years ago
  9. fcced2a Braces everywhere, cuddled, whitespace and docstring fixes by Jean-Paul Calderone · 14 years ago
  10. 95b92c7 Apply the get_peer_cert_chain parts of okuda's patch by Jean-Paul Calderone · 14 years ago
  11. 9eff569 Support OpenSSL 1.0 by Jean-Paul Calderone · 14 years ago
  12. 5163f57 Compatibility with CPython 2.5 though CPython 3.2 by Jean-Paul Calderone · 14 years ago
  13. 026f664 Fix a lot of reference counting bugs introduced by stupid copy/pasting by Jean-Paul Calderone · 14 years ago
  14. 57e604a A bunch of PyPy fixes by Jean-Paul Calderone · 14 years ago
  15. dc77b20 Catch up to trunk by Jean-Paul Calderone · 14 years ago
  16. 2ca3302 Expose OPENSSL_VERSION_NUMBER and SSLeay_version() by Jean-Paul Calderone · 14 years ago
  17. 1c198f9 Declare the SSL_METHOD const on 1.0 only - enjoy the 28 bit shift by Jean-Paul Calderone · 14 years ago
  18. 9f2e38e Expose OpenSSL version info and handle missing SSLv2_METHOD support by Jean-Paul Calderone · 14 years ago
  19. 3fedcc3 Expose symbolic constants for info callback values by Jean-Paul Calderone · 14 years ago
  20. aed2358 Add a lot of missing Py_INCREF by Jean-Paul Calderone · 14 years ago
  21. d07d57d try harder to do the thing on pypy, also start fixing more refcounts by Jean-Paul Calderone · 14 years ago
  22. 46eb1d3 HACK HACK ZOOP HACK by Jean-Paul Calderone · 14 years ago
  23. ea73107 Catch up to trunk by Jean-Paul Calderone · 14 years ago
  24. 8671c85 Update copyright headers; remove pointless dates, add a pointer to the LICENSE file. by Jean-Paul Calderone · 14 years ago
  25. a9aed93 Provide New SSL constant for OpenSSL.SSL by Olivier Hervieu · 14 years ago
  26. 691e6c9 Give the same treatment to the Connection.sendall method, allowing memoryview to be passed to it. by Jean-Paul Calderone · 15 years ago
  27. a5d6ea6 On Python versions with Py_buffer, accept Py_buffer objects to Connection.send as the data argument. by Jean-Paul Calderone · 15 years ago
  28. a250d4b Catch up to trunk by Jean-Paul Calderone · 15 years ago
  29. 31ba576 Declare storage for them, too. by Jean-Paul Calderone · 15 years ago
  30. f6d0328 Declare these new names extern, because that is what they are. by Jean-Paul Calderone · 15 years ago
  31. e56627a 2.x compat! by Jean-Paul Calderone · 15 years ago
  32. ed9b788 remove debug prints by Jean-Paul Calderone · 15 years ago
  33. 5bcb303 Apply to the others by Jean-Paul Calderone · 15 years ago
  34. 040112f and this permutation by Jean-Paul Calderone · 15 years ago
  35. 8a7b236 renable tests, try different export names by Jean-Paul Calderone · 15 years ago
  36. e9a86b0 diagnostic by Jean-Paul Calderone · 15 years ago
  37. 5c0f1f6 Change one more crypto_X509_New by Jean-Paul Calderone · 15 years ago
  38. 714f2d5 proper casts by Jean-Paul Calderone · 15 years ago
  39. 1e9312e Apply that strategy to the two other functions by Jean-Paul Calderone · 15 years ago
  40. d1ce64c cast cast cast by Jean-Paul Calderone · 15 years ago
  41. ff077d6 Screw MSVC, try this instead by Jean-Paul Calderone · 15 years ago
  42. c7562c3 diagnostic by Jean-Paul Calderone · 15 years ago
  43. be6b927 diagnostic by Jean-Paul Calderone · 15 years ago
  44. 305626a Try dynamically loading crypto_X509Name_New on Windows by Jean-Paul Calderone · 15 years ago
  45. 9b0744c merge trunk by Jean-Paul Calderone · 15 years ago
  46. 6ace478 Sort of add a load_tmp_dh test; also a Context.set_cipher_list test by Jean-Paul Calderone · 15 years ago
  47. 0294e3d Add tests for get_verify_mode by Jean-Paul Calderone · 15 years ago
  48. 9e4eeae Fix the import_crypto_module helper and factor some str/unicode helpers into the test util module by Jean-Paul Calderone · 15 years ago
  49. 70dd60f fix the type checking code by Jean-Paul Calderone · 15 years ago
  50. b6d7525 fix module init return values and type initializers and unicode/bytes conversions by Jean-Paul Calderone · 15 years ago
  51. 0f31ec5 Convert to getattro some more; also swap PyBytes_AsString for _PyUnicode_AsString when we know the input is unicode, not bytes by Jean-Paul Calderone · 15 years ago
  52. 997be7e Convert to getattro which appears to be the way forward by Jean-Paul Calderone · 15 years ago
  53. 83dbcfd OpenSSL.SSL mostly builds cleanly now by Jean-Paul Calderone · 15 years ago
  54. e1fc4ea Turns out the exception propagation here works after all by Jean-Paul Calderone · 15 years ago
  55. 8ea2252 Try testing renegotiation some; not much luck by Jean-Paul Calderone · 15 years ago
  56. 1d69a72 Tests for Connection.pending by Jean-Paul Calderone · 15 years ago
  57. 024375a Move the src directory to an OpenSSL directory so it can be a package even in a source checkout; also dump the __init__.py into it by Jean-Paul Calderone · 15 years ago