]> www.wagner.pp.ru Git - oss/ctypescrypto.git/history - ctypescrypto/digest.py
Begin to implement python3 support. Now tests for oid, bio, cipher, digest, mac and...
[oss/ctypescrypto.git] / ctypescrypto / digest.py
2018-04-29 Victor WagnerBegin to implement python3 support. Now tests for oid...
2016-02-06 Victor WagnerFixed incompatibility with OpenSSL 1.1-pre for digest...
2015-06-27 Victor WagnerFixed most pylint warning.
2015-06-27 Victor WagnerConverted tabs to spaces to make pylint happy
2014-12-21 Victor Wagnerstyle fixes
2014-12-21 Victor WagnerFixes some style. Improved tests coverage for bio,oid...
2014-12-20 Victor WagnerUpdate README. Inherit everything from __builtin__...
2014-12-20 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2014-12-20 Victor WagnerFixed syntax of exceptions to python3 compatibility
2014-12-15 Victor WagnerI've discovered Python's __all__ variable and make...
2014-10-30 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2014-10-30 Victor WagnerAddedet length parameter to Digest.update
2014-10-26 Victor WagnerAdded tests for ec key creation from raw material and...
2014-06-05 Victor Wagnerdigest module covered by tests
2014-06-04 Victor WagnerInitial commit of modules