aboutsummaryrefslogtreecommitdiff
path: root/asn1crypto/x509.py
AgeCommit message (Expand)Author
2015-10-30Update x509.Name.human_friendly to handle multiple values per x509.NameTypeAn...wbond
2015-10-26Fix a bug on Python 2 where x509.URI.dump() would fail due to mixing bytes an...wbond
2015-10-24Added x509.Name.__len__()wbond
2015-10-22Renamed core.NoValue() to core.Void(), document singleton core.VOIDwbond
2015-10-22Handle x509.Certificate objects with CRL distribution points that do not have...wbond
2015-10-20Ensure proper RFC 5280 encoding with x509.Name.build()wbond
2015-10-08Import order cleanupwbond
2015-10-07Replace pylint with flake8, improve exception class specificitywbond
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-24URL encoding fixes for Python 2.6 compatibilitywbond
2015-08-24Removed dict comprehension for Python 2.6 supportwbond
2015-08-24Removed set literals for Python 2.6 supportwbond
2015-08-24Added OrderedDict shim for Python 2.6wbond
2015-08-08Improved exception messages to include object module in addition to namewbond
2015-08-07Fixed handling of internationalized domain names, URLs and emailwbond
2015-08-06Fix generating the hashable version of an x509.RelativeDistinguishedNamewbond
2015-08-06Fix formatting of terms: ASN.1, X.509, RFCwbond
2015-08-03Asn1Value.header renamed to Asn1Value._header and Asn1Value.trailerwbond
2015-08-03Clean up some linter warningswbond
2015-08-03Add ParsableOctetString and ParsableOctetBitStringwbond
2015-07-30Move asn1crypto.int to asn1crypto.util to prevent import name conflicts with intwbond
2015-07-27Added OID for special extended key usage value anywbond
2015-07-27Move hold extension code extension to CRLEntryExtension where it belongswbond
2015-07-27Only use the long unicode compat code when neededwbond
2015-07-27Correct __eq__ functionality by adding __ne__ for 2.7wbond
2015-07-27Fixed handling of extended unicode characters on some Python 2.7 installswbond
2015-07-27Exposed int_to_bytes() and int_from_bytes() as public functionswbond
2015-07-24Added x509.Certificate.ca and x509.Certificate.max_path_lengthwbond
2015-07-24Added x509.Certificate.signature, x509.Certificate.signature_algo and x509.Ce...wbond
2015-07-24Added x509.Name.hashable and x509.RelativeDistinguishedName.hashable for use ...wbond
2015-07-23Change critical extension tracking to use sets instead of listswbond
2015-07-23Added x509.Certificate.self_issued and x509.Certificate.self_signedwbond
2015-07-23Add RFC5280-based equality rules for x509.Name and x509.RelativeDistinguished...wbond
2015-07-23Add a preferred order for x509.RelativeDistinguishedName attribute nameswbond
2015-07-23Add some more x509.Name OID seen in various OS trust roots and EV certswbond
2015-07-22Added proper IP address parsing to x509.GeneralNamewbond
2015-07-21Ensure that OCSP URIs are http://wbond
2015-07-21Added x509.DistributionPoint.urlwbond
2015-07-21Instead of returning CRL URLs, we return the whole DistributionPoint object f...wbond
2015-07-20Make the value of x509.Certificate.ocsp_no_check_value more clearwbond
2015-07-20Improved docstrings for the x509.Certificate extension attributeswbond
2015-07-20Added high-level attribute access for the subject directory attributes and in...wbond
2015-07-20Added support for the freshest crl extension to x509wbond
2015-07-20Added support for the issuer alt name extension to x509wbond
2015-07-20Added Subject Information Access extension support to x509, fixed timestampin...wbond