1. db49579 Added some X.509 examples from chromium by wbond · 9 years ago
  2. 093f986 Renamed core.NoValue() to core.Void(), document singleton core.VOID by wbond · 9 years ago
  3. 0d9d833 Handle DSA certificates without parameters in keys.PublicKeyInfo.hash_algo by wbond · 9 years ago
  4. a26664f Replace pylint with flake8, improve exception class specificity by wbond · 9 years ago
  5. d4fc7ea Added x509.Certificate.is_valid_domain_ip() by wbond · 9 years ago
  6. 06cf099 Update x509.Certificate.valid_domains to match RFC 6125 in terms of valid domain lists by wbond · 9 years ago
  7. 9d65e68 Added unittest patches for Python 2.6 by wbond · 9 years ago
  8. 284814a Consistent __future__ imports for tests by wbond · 9 years ago
  9. 407e9e3 Removed set literals for Python 2.6 support by wbond · 9 years ago
  10. 44b8919 Added OrderedDict shim for Python 2.6 by wbond · 9 years ago
  11. 35701c9 Fixed handling of internationalized domain names, URLs and email by wbond · 9 years ago
  12. e5a1c6e Add ParsableOctetString and ParsableOctetBitString by wbond · 9 years ago
  13. e914215 Moved timezone.utc out of core into util by wbond · 9 years ago
  14. 3ce3aec Fixed handling of extended unicode characters on some Python 2.7 installs by wbond · 9 years ago
  15. 7d7cccb Overhauled BitString - fixed bugs, changed native representation to set(), added item access for non-mapped versions by wbond · 9 years ago
  16. 2fde645 Change critical extension tracking to use sets instead of lists by wbond · 9 years ago
  17. 9a7a099 Added x509.Certificate.self_issued and x509.Certificate.self_signed by wbond · 9 years ago
  18. fd65d60 Add RFC5280-based equality rules for x509.Name and x509.RelativeDistinguishedName by wbond · 9 years ago
  19. f464572 Added proper IP address parsing to x509.GeneralName by wbond · 9 years ago
  20. 6888bc6 Instead of returning CRL URLs, we return the whole DistributionPoint object for CRL validation by wbond · 9 years ago
  21. 1cfca23 Added .signature_algo and .hash_algo to SignedDigestAlgorithm by wbond · 9 years ago
  22. af1f5a8 Added various convenience attributes to x509.Certificate by wbond · 9 years ago
  23. 08c60fa Add convenience property and tests for authority information access value on Certificate objects by wbond · 9 years ago
  24. 8bb77d0 Add convenience attributes to x509.Certificate for accessing extensions used in path validation by wbond · 9 years ago
  25. 680cba1 Changed key algo name from 'ecdsa' to just 'ec' since EC keys can be used for DH too by wbond · 9 years ago
  26. e91513e Initial version by wbond · 9 years ago