]> www.wagner.pp.ru Git - oss/ctypescrypto.git/history - ctypescrypto/cms.py
CMS_sign expects certstack to be a pointer
[oss/ctypescrypto.git] / ctypescrypto / cms.py
2016-07-20 Christopher MacGownCMS_sign expects certstack to be a pointer
2016-07-20 Christopher MacGownPKey.ptr should be PKey.key
2016-06-20 Victor WagnerFix error message in str
2016-06-20 Victor WagnerAdded prototypes for CMS_get0_type and OBJ_obj2nid
2016-06-20 Victor WagnerCheck for CMS parsing error and don't pass None to...
2015-09-10 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2015-09-10 Victor WagnerFix CMS module
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-20 Victor WagnerUpdate README. Inherit everything from __builtin__...
2014-12-20 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
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-27 Victor WagnerStackOfX509 (untested)
2014-10-27 Victor WagnerCMS verification implemented
2014-10-26 Victor WagnerAdded tests for ec key creation from raw material and...