]> www.wagner.pp.ru Git - oss/ctypescrypto.git/history - ctypescrypto/x509.py
Fix incompatibilities with OpenSSL 1.1.0
[oss/ctypescrypto.git] / ctypescrypto / x509.py
2017-08-18 Victor WagnerFix incompatibilities with OpenSSL 1.1.0
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 Wagnermore argtypes
2016-06-21 Victor WagnerSome more missing argtypes
2016-06-21 Victor WagnerAdded some missing argtypes and restypes
2016-02-06 Victor WagnerFixed work with OpenSSL 1.1 of properties of X509 objec...
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 WagnerCovered StackOfX509 by tests, fixed some typos in pkey...
2014-12-21 Victor WagnerFixes some style. Improved tests coverage for bio,oid...
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 WagnerMerge branch 'master' of https://github.com/vbwagner...
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-27 Victor WagnerStackOfX509 (untested)
2014-10-27 Victor WagnerAdded tests for X509Store certificate verification
2014-10-26 Victor WagnerAdded some tests for X509 module
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-06-06 Victor WagnerAdded pkey serialization (untested) and started to...
2014-06-04 Victor WagnerRemoved x509 stuff from pkey.py and placed into separat...