~zseil/pyopenssl/bwcompat-c-api

  • Committer: Jean-Paul Calderone
  • Date: 2009-07-05 17:50:34 UTC
  • Revision ID: exarkun@divmod.com-20090705175034-wzuyelnvq51vuzn3
Fix assertions about client and server nonces

Previously, this test asserted that client_random() and server_random() returned non-identical
references.  This was kind of a pointless assertion.  What the methods should return is the
correct client or server nonce, whether called on the client or the server connection object.
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 110 14 years ago Jean-Paul Calderone Make it easier to be Python 2.3 compatible by maki 16.9 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 15 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 15 years ago Jean-Paul Calderone extraneous stuff, perhaps useful to some people, b 315 bytes Diff Download File
File setup.py 109 14 years ago Jean-Paul Calderone Switch from Twisted's TestCase to the stdlib TestC 3.8 KB Diff Download File
TODO 70.1.5 15 years ago Jean-Paul Calderone Deprecate tsafe 252 bytes Diff Download File
tsafe.py 76 15 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