lp:~rick-fdd/pyopenssl/rand_bytes2

Created by rick_dean and last modified
Get this branch:
bzr branch lp:~rick-fdd/pyopenssl/rand_bytes2
Only rick_dean can upload to this branch. If you are rick_dean please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
rick_dean
Project:
pyOpenSSL
Status:
Merged

Recent revisions

118. By Rick Dean <email address hidden>

Function names should be in alphabetical order in documentation.

117. By Rick Dean <email address hidden>

Convert exception_from_error_queue() macros into a single function. Besides code maintainability, this makes our fast path shorter for better cache performance.

116. By Rick Dean <email address hidden>

Documentation for OpenSSL.rand.Error.

115. By Rick Dean <email address hidden>

Fix exception name.

114. By Rick Dean <email address hidden>

Handle exceptions. Fix some benign C compiler warnings.

113. By Rick Dean <email address hidden>

Add OpenSSL.rand.bytes() function to wrap RAND_bytes(). Test cases and documentation included.

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

109. By Jean-Paul Calderone

Switch from Twisted's TestCase to the stdlib TestCase so there are fewer ways the test suite can be invoked

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.

Subscribers