]> www.wagner.pp.ru Git - oss/ctypescrypto.git/history - ctypescrypto/cms.py
Added explicit check for CMS functions in libcrypto
[oss/ctypescrypto.git] / ctypescrypto / cms.py
2018-05-13 Victor WagnerAdded explicit check for CMS functions in libcrypto master
2016-11-15 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2016-09-02 Victor WagnerMerge pull request #5 from parneshraniga/master
2016-08-18 parneshranigaUpdated cms.py so that EnvelopedData and EncryptedData...
2016-07-21 Victor WagnerMerge pull request #4 from ChristopherMacGown/fix_creat...
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...