lp:~exarkun/pyopenssl/verify_callback_tests

Created by Jean-Paul Calderone and last modified
Get this branch:
bzr branch lp:~exarkun/pyopenssl/verify_callback_tests
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:
Development

Recent revisions

120. By Jean-Paul Calderone

Start of some tests for the verify callback functionality

119. By Jean-Paul Calderone

Add a bunch of tests which assert that extension types are defined nicely.

118. By Jean-Paul Calderone

Add support for specifying subject and issuer information when creating X509 extensions

117. By Jean-Paul Calderone

Change the internal socket_pair sanity check to use blocking sockets, because those are easier

116. By Jean-Paul Calderone

Compatibility with Python < 2.5 - ValueError in older versions do not have a message attribute

115. By Jean-Paul Calderone

Fix X509Name.__getattr__ and flush_error_queue

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

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.