lp://staging/~zseil/pyopenssl/bwcompat-c-api

Created by Ziga Seilnacht and last modified
Get this branch:
bzr branch lp://staging/~zseil/pyopenssl/bwcompat-c-api
Only Ziga Seilnacht can upload to this branch. If you are Ziga Seilnacht please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ziga Seilnacht
Project:
pyOpenSSL
Status:
Development

Recent revisions

135. By Ziga Seilnacht

Use the new crypto C API in SSL module.

134. By Ziga Seilnacht

Cleanup and extend OpenSSL.crypto's C API.

The change preserves API and ABI backwards compatibility, as tested
by compiling and running tests with an unmodifed OpenSSL.SSL module
and by running tests with a combination of new crypto and old SSL
module.

133. By Ziga Seilnacht

Lowercase *client_CA* methods for consistency with the rest of PyOpenSSL.

132. By Ziga Seilnacht

Clarify documentation for SSL.Context.set_client_CA_list and remove silly comments.

131. By Ziga Seilnacht

Revert all changes unrelated to the new *client_CA* functionality.

130. By Ziga Seilnacht

Check that what we promised in the docs is true.

129. By Ziga Seilnacht

Documentation for *client_CA* methods.

I checked the ps output and it seemed OK. HTML output is impossible
to generate on cygwin.

128. By Ziga Seilnacht

Use a test for PDF support that is more portable across teTeX major versions.

Backport of Python's revision 39232. Needed on cygwin.

127. By Ziga Seilnacht

Allow setting and inspecting the preferred client certificate signer list.

This exposes SSL_CTX_add_client_CA, SSL_CTX_set_client_CA_list
and SSL_get_client_CA_list functions to python.

The other *client_CA* functions don't look so useful, so I'll leave them
to someone else.

126. By Ziga Seilnacht

Get rid of unnecessary casts.

Branch metadata

Branch format:
Branch format 5
Repository format:
Bazaar-NG Knit Repository Format 1
This branch contains Public information 
Everyone can see this information.

Subscribers