~myers-1/pyopenssl/npn

  • Committer: Jean-Paul Calderone
  • Date: 2009-05-11 14:47:42 UTC
  • mfrom: (101.1.9 bio-read-write)
  • Revision ID: exarkun@divmod.com-20090511144742-eqakqkbwxephfoox
Add support for in-memory BIOs

OpenSSL.SSL.Connection now accepts None as the value for the socket/file object to
run over.  In this case, it creates an in-memory buffer to use for reading and writing
instead.  Connection objects also have several new methods; some for interacting with
this in-memory buffer, and others for inspecting the state of the SSL handshake (in
particular, for extracting the master, client, and session keys).

A bug in the crypto tests which caused them to fail on Windows has also been fixed.
Filename Latest Rev Last Changed Committer Comment Size
..
changelog 1 16 years ago Jean-Paul Calderone initial source import 6.2 KB Diff Download File
compat 1 16 years ago Jean-Paul Calderone initial source import 2 bytes Diff Download File
control 1 16 years ago Jean-Paul Calderone initial source import 1.6 KB Diff Download File
copyright 1 16 years ago Jean-Paul Calderone initial source import 910 bytes Diff Download File
pycompat 1 16 years ago Jean-Paul Calderone initial source import 2 bytes Diff Download File
pyopenssl-doc.doc-base 1 16 years ago Jean-Paul Calderone initial source import 481 bytes Diff Download File
pyopenssl-doc.docs 1 16 years ago Jean-Paul Calderone initial source import 65 bytes Diff Download File
pyopenssl-doc.examples 1 16 years ago Jean-Paul Calderone initial source import 11 bytes Diff Download File
python-pyopenssl.docs 1 16 years ago Jean-Paul Calderone initial source import 21 bytes Diff Download File
README.Debian 1 16 years ago Jean-Paul Calderone initial source import 425 bytes Diff Download File
File rules 1 16 years ago Jean-Paul Calderone initial source import 2.3 KB Diff Download File