lp:~exarkun/pyopenssl/leaky-nids

Created by Jean-Paul Calderone and last modified
Get this branch:
bzr branch lp:~exarkun/pyopenssl/leaky-nids
Only Jean-Paul Calderone can upload to this branch. If you are Jean-Paul Calderone please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jean-Paul Calderone
Project:
pyOpenSSL
Status:
Merged

Recent revisions

119. By Jean-Paul Calderone

A comment about this local, as recommended by rick

118. By Jean-Paul Calderone

minor tweaks

117. By Jean-Paul Calderone

Flush the error queue after a NID lookup fails

116. By Jean-Paul Calderone

It is bad to put a function call inside a macro - it might be evaluated more than once

115. By Jean-Paul Calderone

Expose exception_from_error_queue in the most inelegant way; use this in the base TestCase to make sure no tests leave garbage errors lying around

114. By Jean-Paul Calderone

Add OpenSSL.rand.bytes function

113. By Jean-Paul Calderone

Merge actual_socket_test - adds a test which runs some data over Connections wrapping actual sockets, not just memory BIOs (they pass, woo!)

112. By Jean-Paul Calderone

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.

111. By Jean-Paul Calderone

Actually add util.py :/ And move mktemp into it, and add cleanup code to tearDown

110. By Jean-Paul Calderone

Make it easier to be Python 2.3 compatible by making that the default

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.