Nothing is using extproc.EncryptString apart from the "if __name__ == '__main__':" part of the extproc file, and an unused import into handler_reqsession. It looks like it's made for openssl as well, so even if we'd want it around for functionality we'd have to rewrite it. My suggestion is to remove it altogether.
Done. There was nothing calling this, so there isn't really anything to test. Tester could check the commit though and double-check that I didn't miss anything.
(In reply to comment #2) > Done. > > There was nothing calling this, so there isn't really anything to test. Tester > could check the commit though and double-check that I didn't miss anything. Nothing left in the repo: > $ git grep EncryptString; echo $? > 1 Fine by me.