~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
..
dapper 14 16 years ago Jean-Paul Calderone Move "debian" directory to a place that reflects w Diff
doc 1 16 years ago Jean-Paul Calderone initial source import Diff
etch 15 16 years ago Jean-Paul Calderone Add debian directory for etch Diff
examples 1 16 years ago Jean-Paul Calderone initial source import Diff
gutsy 14 16 years ago Jean-Paul Calderone Move "debian" directory to a place that reflects w Diff
leakcheck 10 16 years ago Jean-Paul Calderone Get rid of X509_get_pubkey leak Diff
rpm 1 16 years ago Jean-Paul Calderone initial source import Diff
src 1 16 years ago Jean-Paul Calderone initial source import Diff
test 20 16 years ago Jean-Paul Calderone Add some unit tests for OpenSSL.crypto.PKey and fi Diff
__init__.py 1 16 years ago Jean-Paul Calderone initial source import 260 bytes Diff Download File
ChangeLog 104 15 years ago Jean-Paul Calderone Add support for in-memory BIOs OpenSSL.SSL.Connec 15.7 KB Diff Download File
COPYING 1 16 years ago Jean-Paul Calderone initial source import 25.9 KB Diff Download File
INSTALL 1 16 years ago Jean-Paul Calderone initial source import 2.4 KB Diff Download File
MANIFEST.in 87.1.3 16 years ago Jean-Paul Calderone there are no .cvsignore files anymore 279 bytes Diff Download File
PKG-INFO 1 16 years ago Jean-Paul Calderone initial source import 573 bytes Diff Download File
README 1 16 years ago Jean-Paul Calderone initial source import 1 KB Diff Download File
setup.cfg 78.1.6 16 years ago Jean-Paul Calderone extraneous stuff, perhaps useful to some people, b 315 bytes Diff Download File
File setup.py 78.1.14 16 years ago Jean-Paul Calderone stupid mistake 3.8 KB Diff Download File
TODO 70.1.5 16 years ago Jean-Paul Calderone Deprecate tsafe 252 bytes Diff Download File
tsafe.py 76 16 years ago Jean-Paul Calderone undeprecate tsafe, since Connection still isn't al 992 bytes Diff Download File
version.py 101 15 years ago Jean-Paul Calderone Bumping version to 0.9 210 bytes Diff Download File