1. 02467dd Make DistributionPoint relative_name a set of NameAttribute (#3210) by Fraser Tweedale · 9 years ago
  2. 40f1999 Allow passing iterators where collections are expected (#3078) by Marti · 9 years ago
  3. 4739cfc Add code style settings, new excludes, run 'test_x509_ext (Py3)' (#3041) by Marti · 9 years ago
  4. 61ff356 Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier by Paul Kehrer · 9 years ago
  5. ebb7fa1 added another test by Alex Gaynor · 9 years ago
  6. 3f040c4 better name for this test by Alex Gaynor · 9 years ago
  7. 99d90e8 whitespace by Alex Gaynor · 9 years ago
  8. a988560 Fixed #2732 -- added support for x.509 policy constraints extension by Alex Gaynor · 9 years ago
  9. 7e8fe9d add policy constraints class by Paul Kehrer · 10 years ago
  10. 0a0293e Refs #2578 -- implement __hash__ on InhibitAnyPolicy by Eeshan Garg · 10 years ago
  11. d8e0d85 Refs #2578 -- implement __hash__ on AccessDescription by Eeshan Garg · 10 years ago
  12. 0d943bb refactor the init validation of AuthorityKeyIdentifier by Paul Kehrer · 10 years ago
  13. 9d8390c Merge pull request #2635 from alex/rfc-hash by Paul Kehrer · 10 years ago
  14. d1b5681 Implement __hash__ on UniformResourceIdentifier by Alex Gaynor · 10 years ago
  15. b642dee Implement __hash__ on RFC822Name by Alex Gaynor · 10 years ago
  16. e22309c Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux by Alex Gaynor · 10 years ago
  17. e69c5fe don't allow UnrecognizedExtension with get_extension_for_class by Paul Kehrer · 10 years ago
  18. 58ddc11 support unrecognized extensions in x509 by Paul Kehrer · 10 years ago
  19. 50e9dd8 py3 repr will be different by Paul Kehrer · 10 years ago
  20. 14fd697 add UnrecognizedExtension class by Paul Kehrer · 10 years ago
  21. fb7659c Merge pull request #2598 from reaperhulk/index-cp by Alex Gaynor · 10 years ago
  22. 8b69cb9 Merge pull request #2597 from reaperhulk/index-cdp by Alex Gaynor · 10 years ago
  23. e8db7bd support indexing in CertificatePolicies by Paul Kehrer · 10 years ago
  24. ee2e92d support indexing in CDP by Paul Kehrer · 10 years ago
  25. ad4b359 support indexing in AIA by Paul Kehrer · 10 years ago
  26. 58fb257 Merge pull request #2595 from alex/crl-reason-hash by Paul Kehrer · 10 years ago
  27. 07d5cae Refs #2578 -- implement __hash__ on CRLReason by Alex Gaynor · 10 years ago
  28. b39af8d hash ne test by Paul Kehrer · 10 years ago
  29. 2eb69f6 implement hash on basicconstraints by Paul Kehrer · 10 years ago
  30. 5c999d3 make CertificateIssuer and IssuerAlternativeName indexable by Paul Kehrer · 10 years ago
  31. f0dd2e7 A handful of small cleanups and simplifications by Alex Gaynor · 10 years ago
  32. 15bd026 Merge pull request #2585 from reaperhulk/san-iterable by Alex Gaynor · 10 years ago
  33. 945ee6e Merge pull request #2583 from alex/ski-hash by Paul Kehrer · 10 years ago
  34. 8adb596 support indexing on GeneralNames and SubjectAlternativeName by Paul Kehrer · 10 years ago
  35. 410fe35 Refs #2578 -- implement __hash__ on SubjectKeyIdentifier by Alex Gaynor · 10 years ago
  36. 3bcd2d7 Merge pull request #2581 from reaperhulk/crlentry-invaliditydate by Alex Gaynor · 10 years ago
  37. c0297dd ...pep8 by Paul Kehrer · 10 years ago
  38. 67cde76 add __hash__ to InvalidityDate by Paul Kehrer · 10 years ago
  39. 23c0bbc add invaliditydate class for crl entry extensions by Paul Kehrer · 10 years ago
  40. f9a77b6 Refs #2578 -- implement __hash__ on CRLNumber by Alex Gaynor · 10 years ago
  41. 7058ece switch CRLReason to use a class by Paul Kehrer · 10 years ago
  42. 0860ef6 Merge pull request #2575 from reaperhulk/crlentry-extensions-classes by Alex Gaynor · 10 years ago
  43. 5b90c97 make the Extensions class support indexing by Paul Kehrer · 10 years ago
  44. 49bb756 start switching the CRL entry extensions to be full-fledged classes by Paul Kehrer · 10 years ago
  45. a9718fc missed a test for CRLNumber not being an integer, oops by Paul Kehrer · 10 years ago
  46. 3b95cd7 CRLNumber needs to be a class for reasons. by Paul Kehrer · 10 years ago
  47. d2ecf86 Dangling pep8 fix by Nick Bastin · 10 years ago
  48. 99de318 PEP8 fixes by Nick Bastin · 10 years ago
  49. 326fc8e Style cleanup, missing import by Nick Bastin · 10 years ago
  50. 11f0f8a Add test for arbitrary access_method by Nick Bastin · 10 years ago
  51. d06763d Allow any OID for access_method, validate OIDs at creation time, fix tests. by Nick Bastin · 10 years ago
  52. 6721fb8 OID validation by Nick Bastin · 10 years ago
  53. afbe75b add __repr__ to x509.Extensions by Paul Kehrer · 10 years ago
  54. 87bb957 fix to handle malformed certificates without hostname by Dominic Chen · 10 years ago
  55. cb5ec4e Swap test vector verisign for cryptography.io.pem by Phoebe Queen · 10 years ago
  56. 062dec7 fixed pep8 error by Phoebe Queen · 10 years ago
  57. 85fa546 fixed pep8 error by Phoebe Queen · 10 years ago
  58. e3c1007 undid erroneous assertion by Phoebe Queen · 10 years ago
  59. c93752b making tests more explicit by Phoebe Queen · 10 years ago
  60. ecae981 added test to raise error by Phoebe Queen · 10 years ago
  61. 2cc111a fixing pep8 errors #2255 by Phoebe Queen · 10 years ago
  62. 9fbb889 added test for get_extension_for_class by Phoebe Queen · 10 years ago
  63. 9e102db convert the rest of the OIDs in the tests to use the new namespaces by Paul Kehrer · 10 years ago
  64. d44e413 switch tests to use ExtensionOID namespace by Paul Kehrer · 10 years ago
  65. eba19e6 switch tests to use NameOID by Paul Kehrer · 10 years ago
  66. 253929a add AuthorityKeyIdentifier from_issuer_public_key by Paul Kehrer · 10 years ago
  67. d4a7f06 rename to classmethod to from_public_key by Paul Kehrer · 10 years ago
  68. f22f612 add SubjectKeyIdentifier.create_from_public_key by Paul Kehrer · 10 years ago
  69. 1b7500f corrupt -> invalid by Paul Kehrer · 10 years ago
  70. a08693f check if the extension decoded to internal openssl repr by Paul Kehrer · 10 years ago
  71. e28d6c4 expand UniformResourceIdentiier to parse and internally IDNA encode by Paul Kehrer · 10 years ago
  72. 66e28cf Merge pull request #2141 from reaperhulk/better-rfc822name by Alex Gaynor · 10 years ago
  73. 01d5d0b expand RFC822Name to validate and (internally) IDNA encode by Paul Kehrer · 10 years ago
  74. a72ebaf simplify and handle /32 and /128 by Paul Kehrer · 10 years ago
  75. cfb8aa2 name constraints - support IP addresses with netmask by Paul Kehrer · 10 years ago
  76. d2afad3 special-case GeneralNames.get_values_for_type to return OtherName instances directly rather than their value properties; tests updated by Joshua Tauberer · 10 years ago
  77. 18b6fc8 additional tests and doc spelling error fix for OtherName by Joshua Tauberer · 10 years ago
  78. 2ee5e3c parse SAN otherNames into OtherName instances rather than raising an exception by Joshua Tauberer · 10 years ago
  79. 7bdf657 change unsupported generalname test to use x400address by Paul Kehrer · 10 years ago
  80. 4237683 name constraints - support leading periods by Paul Kehrer · 10 years ago
  81. 870d7e8 support name constraints in the openssl backend by Paul Kehrer · 10 years ago
  82. 3c6bba5 handle wildcard DNSNames with IDNA. by Paul Kehrer · 10 years ago
  83. 3189428 add eq/ne support to NameConstraints by Paul Kehrer · 10 years ago
  84. e0017be add nameconstraints classes by Paul Kehrer · 10 years ago
  85. f1c1767 Refs #1947 -- add support for IAN to the OpenSSL backend by Alex Gaynor · 10 years ago
  86. ca6ce99 inhibit any policy extension support for the openssl backend by Paul Kehrer · 10 years ago
  87. f54a50b support OCSPNoCheck in the OpenSSL backend by Paul Kehrer · 10 years ago
  88. a908d69 Conditionally construct the repr of NameAttributes by Ian Cordasco · 10 years ago
  89. 82fc376 Correct x509.NameAttribute test passing bytes by Ian Cordasco · 10 years ago
  90. 99125c9 issuer alternative name support by Paul Kehrer · 10 years ago
  91. 13dcdf8 Merge pull request #1954 from reaperhulk/inhibitanypolicy by Alex Gaynor · 10 years ago
  92. 2dcce90 add bindings and interfaces for CRL objects by Erik Trauschke · 10 years ago
  93. 16fae76 InhibitAnyPolicy class by Paul Kehrer · 10 years ago
  94. b896881 add test to confirm IDNA2003 is disallowed by Paul Kehrer · 10 years ago
  95. eb17793 IPAddress needs to support networks for nameconstraints by Paul Kehrer · 10 years ago
  96. 58e870c x509 extension equality by Paul Kehrer · 10 years ago
  97. 92fb537 Merge pull request #1920 from reaperhulk/x509-ossl-cdp by Alex Gaynor · 10 years ago
  98. 6caa5bb Merge pull request #1944 from reaperhulk/bc-eq by Alex Gaynor · 10 years ago
  99. 3325b0e Merge pull request #1943 from reaperhulk/san-eq by Alex Gaynor · 10 years ago
  100. 3a69b13 add eq/ne support to BasicConstraints by Paul Kehrer · 10 years ago