lp:~exarkun/pyopenssl/rsa-check

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

110. By Jean-Paul Calderone

Switch from returning False to raising an Error if the key doesn't check out - this provides more information

109. By Jean-Paul Calderone

Remove now unused local; use bools for return value

108. By Jean-Paul Calderone

self->pkey is always something

107. By Jean-Paul Calderone

test the negative path through PKeyType.check

106. By Jean-Paul Calderone

Apply pyOpenSSL_rsa_check.diff

105. By Jean-Paul Calderone

Credit where credit is due - Rick Dean wrote at least half of this stuff

104. By Jean-Paul Calderone

Add support for in-memory BIOs

OpenSSL.SSL.Connection now accepts None as the value for the socket/file object to
run over. In this case, it creates an in-memory buffer to use for reading and writing
instead. Connection objects also have several new methods; some for interacting with
this in-memory buffer, and others for inspecting the state of the SSL handshake (in
particular, for extracting the master, client, and session keys).

A bug in the crypto tests which caused them to fail on Windows has also been fixed.

103. By Jean-Paul Calderone <exarkun@boson>

Add the test/README file from rick dean's renew_cert branch (not sure how it didn't get added when I updated the cert using that branch

102. By Jean-Paul Calderone <exarkun@boson>

Change the author information in the docs to me

I probably should have done this a while ago. I am the one "presenting" these
docs now, so leaving Martin's name on them is only confusing. The "author"
latex tag threw me off for a while, since I didn't want to be claiming to
have written these docs, since I've only written a small portion of them.

101. By Jean-Paul Calderone <exarkun@boson>

Bumping version to 0.9

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.