lp:~exarkun/pyopenssl/get-peer-cert-chain

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

159. By Jean-Paul Calderone

so now maybe it works on windows

158. By Jean-Paul Calderone

Add a test for the None case of get_peer_cert_chain; also re-order assert call args, remember?

157. By Jean-Paul Calderone

Nope, I guessed wrong; these are text.

156. By Jean-Paul Calderone

This is probably better for 3.x

155. By Jean-Paul Calderone

Avoid talking to verisign.com for the get_peer_cert_chain test; put it on the right test case, too. Also some other minor cleanups suggested by pyflakes.

154. By Jean-Paul Calderone

Switch from a tuple to a list for the return value of get_peer_cert_chain; also incref all of the X509 objects so that they remain valid after the connection is destroyed.

153. By Jean-Paul Calderone

Braces everywhere, cuddled, whitespace and docstring fixes

152. By Jean-Paul Calderone

Apply the get_peer_cert_chain parts of okuda's patch

151. By Jean-Paul Calderone

Support OpenSSL 1.0

150. By Jean-Paul Calderone

Various fixes which make pyOpenSSL more likely to work with PyPy

  * Fix a consistent refcounting bug across most modules
  * switch from tp_setattr to tp_setattro
  * Fix a general bug in error handling when setting invalid X509Name attributes

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~exarkun/pyopenssl/trunk
This branch contains Public information 
Everyone can see this information.