]> www.wagner.pp.ru Git - oss/ctypescrypto.git/history - tests
Added explicit check for CMS functions in libcrypto
[oss/ctypescrypto.git] / tests /
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-06-22 Victor WagnerImproved test coverage of oid.py
2016-06-22 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2016-06-21 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2016-06-21 Victor Wagnercheck pubkeys in testec
2016-06-21 Victor WagnerUse openssl pkey to convert EC key into printable form...
2016-02-06 Victor WagnerCompatibility with OpenSSL 1.1 completed
2016-02-06 Victor WagnerFixed incompatibility with OpenSSL 1.1-pre for digest...
2015-06-29 Victor WagnerFixed usage of named temporary file in tests, tests...
2015-06-27 Victor WagnerFixed most pylint warning.
2015-06-27 Victor WagnerConverted tabs to spaces to make pylint happy
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 WagnerFixes some style. Improved tests coverage for bio,oid...
2014-12-20 Victor WagnerRemove writing of cipher.txt
2014-12-20 Victor WagnerImplemented minimal cert extension support
2014-12-20 Victor WagnerMerge branch 'master' of https://github.com/vbwagner...
2014-12-19 Victor WagnerImplemented access to certificate fields by poking...
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 WagnerAdded tests for X509Store certificate verification
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 WagnerPartially implemented X509 object. Added unicode suppor...
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 Wagnerpkey generation testsd
2014-06-06 Victor WagnerFirst tests for cipher
2014-06-05 Victor WagnerNow passess sign/verify tests
2014-06-05 Victor WagnerMake setup actually run tests
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