commit | 6da3159392bddf3869b3afc471f9f1836aa8f98d | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Tue Jun 22 10:13:40 2010 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Tue Jun 22 10:13:40 2010 -0400 |
tree | 35de02b1dceb6bd01da2a946cedefddf69a4d688 | |
parent | f41d617b95bbf4b0115679483eb9684e765cc82c [diff] |
Arbitrarily decide to cast the unsigned char buffer to a signed char buffer when passing in to Python (instead of making it signed and casting it to unsigned when passing it into OpenSSL). Actually it's not entirely arbitrary. It makes more sense to represent arbitrary binary data as unsigned char.