aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@davidben.net>2018-05-15 21:32:05 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2018-05-15 21:32:05 -0400
commit18370510b5ea1cfeec514b7662b61ac7ebfb33d5 (patch)
tree41f72a174d305d064c4011c11d37fbf87e930897 /.travis
parente564aebd759090c35c374085931f3ada693dab1e (diff)
downloadcryptography-18370510b5ea1cfeec514b7662b61ac7ebfb33d5.tar.gz
cryptography-18370510b5ea1cfeec514b7662b61ac7ebfb33d5.tar.bz2
cryptography-18370510b5ea1cfeec514b7662b61ac7ebfb33d5.zip
Cleanup unused err bindings. (#4246)
This removes: - ERR_get_state which really shouldn't be public API. - A bunch of functions that are really mostly useful within the library to add new errors. NB: I say mostly because they are also useful when trying to register a new error library, as osrandom does, but osrandom is written in C. Python code is more likely to be consuming errors. - All function codes but EVP_F_EVP_ENCRYPTFINAL_EX because tests still reference it. Per PR #3609, function codes are kind of unstable. This finishes that up and cleans up the bindings. - The "line" versions of querying the error queue, just because no one seems to be using them and there's a lot. - Error-printing functions, which make less sense in Python since you'd probably wrap in an exception. Error codes probably could also do with cleaning, but I've left them alone for now.
Diffstat (limited to '.travis')
0 files changed, 0 insertions, 0 deletions