lp:~lihalla/pyopenssl/sign_and_verify
Created by
David Brodsky
and last modified
- Get this branch:
- bzr branch lp:~lihalla/pyopenssl/sign_and_verify
Only
David Brodsky
can upload to this branch. If you are
David Brodsky
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Related bugs
| Bug #653830: Cannot sign (or, presumably, verify) data with embedded NULs | Medium | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 140. By David Brodsky
-
Fix bug #653830 - Cannot sign data with embedded NULs.
The length od the data passed to the corresponding C functions should not be
determined by strlen(), but directly taken from Python using '#' format
specifier to PyArg_ParseTuple. - 136. By Jean-Paul Calderone
-
Change the connect addresses used in some tests to make them work on Windows; weaken the egd() error assertion since the behavior appears to differ between Windows and Linux.
- 135. By Jean-Paul Calderone
-
Tweak the size of the message used in test_long so it can pass on Windows
- 134. By Jean-Paul Calderone
-
Remove the forced verbosity setting; it adds extra output which confuses Buildbot on some versions of Python
- 133. By Jean-Paul Calderone
-
Merge shore-up-tests, adding lots of new unit test coverage and fixing a few bugs as well
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
