]> www.wagner.pp.ru Git - oss/ctypescrypto.git/shortlog
oss/ctypescrypto.git
2018-05-13 Victor WagnerAdded explicit check for CMS functions in libcrypto master
2018-04-29 Victor WagnerPython 3 support for modules pbkdf2 pkey ec x509
2018-04-29 Victor WagnerBegin to implement python3 support. Now tests for oid...
2018-04-29 Victor WagnerGenerate new certificates for X509 tests, because old...
2018-04-29 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2017-08-18 Victor WagnerFix incompatibilities with OpenSSL 1.1.0
2016-11-15 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2016-11-15 Victor WagnerFixed processing of encrypted private keys. Added tests...
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... CMS_sign expects certstack to be a pointer
2016-07-20 Christopher... PKey.ptr should be PKey.key
2016-06-22 Victor WagnerImproved test coverage of oid.py
2016-06-22 Victor WagnerMake 0.4.1 release
2016-06-22 Victor Wagnerfix typo
2016-06-22 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2016-06-22 Victor WagnerNow x509 test passes on FreeBSD
2016-06-21 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2016-06-21 Victor Wagnercheck pubkeys in testec
2016-06-21 Victor Wagnermore argtypes
2016-06-21 Victor WagnerSome more missing argtypes
2016-06-21 Victor WagnerUse openssl pkey to convert EC key into printable form...
2016-06-21 Victor WagnerMore missing added restype/argtypes
2016-06-21 Victor WagnerAdded some missing argtypes and restypes
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...
2016-02-06 Victor WagnerCompatibility with OpenSSL 1.1 completed
2016-02-06 Victor WagnerFix an error forgotten in previous commit
2016-02-06 Victor WagnerFixed work with OpenSSL 1.1 of properties of X509 objec...
2016-02-06 Victor WagnerFixed incompatibility with OpenSSL 1.1-pre for digest...
2015-09-10 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2015-09-10 Victor WagnerFix CMS module
2015-08-07 Victor WagnerFixed broken engine.set_default
2015-06-29 Victor WagnerRemoved some pylint warnings from setup.py
2015-06-29 Victor WagnerFixed usage of named temporary file in tests, tests...
2015-06-29 Victor WagnerUse find_library to search for openssl libs
2015-06-29 Victor WagnerAdded setup.cfg and uploaded to Pypi. Fixes #1
2015-06-27 Victor WagnerFixed most pylint warning.
2015-06-27 Victor WagnerConverted tabs to spaces to make pylint happy
2015-04-03 Victor Wagnerfixed derive for GOST2001
2015-03-02 Victor WagnerFixed setting MAC context options. Added setting 'ukm...
2015-02-15 Victor WagnerAdd X509 to __all__. Add pem() method to X509
2015-02-04 Victor WagnerAdded X509Name.__hash__
2014-12-21 Victor WagnerAdded support for MAC
2014-12-21 Victor WagnerCovered StackOfX509 by tests, fixed some typos in pkey...
2014-12-21 Victor Wagnermore style cleanup
2014-12-21 Victor Wagnerstyle fixes
2014-12-21 Victor WagnerFixes some style. Improved tests coverage for bio,oid...
2014-12-20 Victor WagnerAdded vim modeline
2014-12-20 Victor Wagnerfix link
2014-12-20 Victor WagnerSome README.md improvements
2014-12-20 Victor WagnerRemove writing of cipher.txt
2014-12-20 Victor WagnerFix fallback timezone definition
2014-12-20 Victor WagnerUpdate README. Inherit everything from __builtin__...
2014-12-20 Victor WagnerImplemented minimal cert extension support
2014-12-20 Victor Wagnerupdated README.md to reflect code state
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-19 Victor WagnerImplemented access to certificate fields by poking...
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-27 Victor Wagnermore additions to README
2014-10-27 Victor Wagnerimproved readme
2014-10-27 Victor WagnerStackOfX509 (untested)
2014-10-27 Victor WagnerCMS verification implemented
2014-10-27 Victor WagnerAdded tests for X509Store certificate verification
2014-10-26 Victor WagnerSuppot for python integer as key material
2014-10-26 Victor WagnerAdded some tests for X509 module
2014-10-26 Victor WagnerAdded tests for ec key creation from raw material and...
2014-10-25 Victor Wagnercleaned up documentation
2014-10-24 Victor WagnerFixed variable keylength error
2014-10-24 Victor WagnerPartially implemented X509 object. Added unicode suppor...
2014-10-24 Victor WagnerFix X509 construcor
2014-10-24 Victor Wagnerfix synax of x509.py, add raise NotImplemented for...
2014-09-10 Victor WagnerFix variable keylength on 64 bit env
2014-07-14 Victor WagnerAdded pbkdf module
2014-06-09 Victor Wagnerfix forgotten encrypt=False in the test
2014-06-08 Victor WagnerCheck key and iv length. Handle variable key length...
2014-06-06 Victor WagnerEnsured that encrypt and decrypt in test_ofb_noiv use...
2014-06-06 Victor WagnerAdded pkey serialization (untested) and started to...
2014-06-06 Victor WagnerAdd *.pyc to .gitignore
2014-06-06 Victor Wagnerpkey generation testsd
2014-06-06 Victor WagnerFirst tests for cipher
2014-06-06 Victor WagnerAdded more function declarations. Added @staticmethod...
2014-06-05 Victor WagnerNow passess sign/verify tests
2014-06-05 Victor WagnerMake setup actually run tests
2014-06-05 Victor Wagnerrewrote cipher module
2014-06-05 Victor Wagnercallback implemented
2014-06-05 Victor WagnerSome tests for rand module.
2014-06-05 Victor Wagnerdigest module covered by tests
2014-06-05 Victor WagnerCovered bio.py with tests
2014-06-05 Victor WagnerAdded first test file - for oid module
2014-06-04 Victor WagnerRemoved x509 stuff from pkey.py and placed into separat...
2014-06-04 Victor WagnerInitial commit of modules
2014-06-04 Victor WagnerInitial commit