Cannot sign (or, presumably, verify) data with embedded NULs
Bug #653830 reported by
Jean-Paul Calderone
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| pyOpenSSL |
Fix Released
|
Medium
|
Jean-Paul Calderone | ||
Bug Description
>>> OpenSSL.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: must be bytes without null bytes, not bytes
Related branches
| Changed in pyopenssl: | |
| assignee: | nobody → Jean-Paul Calderone (exarkun) |
| milestone: | none → 0.13 |
| status: | New → In Progress |
| importance: | Undecided → Medium |
| Changed in pyopenssl: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

I've pushed bugfix into lp:~lihalla/pyopenssl/sign_and_verify - the commit message should be self-explanatory.