aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-25Fixed TSA -> TSP in setup.pywbond
2015-10-25Fix calling the classmethod .load() on a core.Choice classwbond
2015-10-25Fix a bug copying Asn1Value object .class_ attributeswbond
2015-10-24Typo in core.Choice error messagewbond
2015-10-24Added a link to csrbuilderwbond
2015-10-24Added x509.Name.__len__()wbond
2015-10-23Added some X.509 examples from chromiumwbond
2015-10-23Added readmes for various fixtures subdirswbond
2015-10-22Add .__contains__() to core.SequenceOf and core.SetOfwbond
2015-10-22Implement core.Void.__nonzero__()wbond
2015-10-22Renamed core.NoValue() to core.Void(), document singleton core.VOIDwbond
2015-10-22Performance: reduce assignments in _parse()wbond
2015-10-22Performance: reduce isinstance() checks in _build()wbond
2015-10-22Performance: expand all field definitions to have an empty params dictwbond
2015-10-22Performance: use a single NoValue objectwbond
2015-10-22Handle x509.Certificate objects with CRL distribution points that do not have...wbond
2015-10-22Allow comparing core.NoValue objectswbond
2015-10-20Add type stack info to core.Sequence.__getitem__()wbond
2015-10-20core.Choice.validate() now properly handles explicit taggingwbond
2015-10-20Parsing performance improvementswbond
2015-10-20Ensure Asn1Value.copy() performs a full deep copywbond
2015-10-20Added some pypi trove classifierswbond
2015-10-20Version 0.11.1wbond
2015-10-20Ensure proper RFC 5280 encoding with x509.Name.build()wbond
2015-10-20Added crl.CertificateList.sha256 and .sha1wbond
2015-10-08Ensure core.UTCTime interprets <= 49 as 20xx and >= 50 as 19xx per RFC 5280 s...wbond
2015-10-08Handle DSA certificates without parameters in keys.PublicKeyInfo.hash_algowbond
2015-10-08Lint fixwbond
2015-10-08Import order cleanupwbond
2015-10-07Flake8 fixes for setup.pywbond
2015-10-07Replace pylint with flake8, improve exception class specificitywbond
2015-09-02Mention Python 3.2 in readmewbond
2015-09-02Version 0.11.0wbond
2015-09-01Add .sha256 and .sha1 attributes to x509.Certificatewbond
2015-08-31Added x509.Certificate.is_valid_domain_ip()wbond
2015-08-31Update x509.Certificate.valid_domains to match RFC 6125 in terms of valid dom...wbond
2015-08-31Export inet_ntop() and inet_pton() from util for IP address comparisonswbond
2015-08-31Fix a bug generating the human friendly form of an X.509 Name when multiple e...wbond
2015-08-31Changed x509.Certificate.self_issued and .self_signed to return true even if ...wbond
2015-08-24Note Python 2.6 compatibility in the readme and setup.pywbond
2015-08-24Added unittest patches for Python 2.6wbond
2015-08-24URL encoding fixes for Python 2.6 compatibilitywbond
2015-08-24Removed dict comprehension for Python 2.6 supportwbond
2015-08-24Consistent __future__ imports for testswbond
2015-08-24Removed set literals for Python 2.6 supportwbond
2015-08-24Added OrderedDict shim for Python 2.6wbond
2015-08-24Fix dict literal that was typoed to a set literalwbond
2015-08-10Added links to other crypto librarieswbond
2015-08-08Improved exception messages to include object module in addition to namewbond
2015-08-07Fixed handling of internationalized domain names, URLs and emailwbond