1. 49bb756 start switching the CRL entry extensions to be full-fledged classes by Paul Kehrer · 10 years ago
  2. a9718fc missed a test for CRLNumber not being an integer, oops by Paul Kehrer · 10 years ago
  3. 3b95cd7 CRLNumber needs to be a class for reasons. by Paul Kehrer · 10 years ago
  4. d2ecf86 Dangling pep8 fix by Nick Bastin · 10 years ago
  5. 99de318 PEP8 fixes by Nick Bastin · 10 years ago
  6. 326fc8e Style cleanup, missing import by Nick Bastin · 10 years ago
  7. 11f0f8a Add test for arbitrary access_method by Nick Bastin · 10 years ago
  8. d06763d Allow any OID for access_method, validate OIDs at creation time, fix tests. by Nick Bastin · 10 years ago
  9. 6721fb8 OID validation by Nick Bastin · 10 years ago
  10. afbe75b add __repr__ to x509.Extensions by Paul Kehrer · 10 years ago
  11. 87bb957 fix to handle malformed certificates without hostname by Dominic Chen · 10 years ago
  12. cb5ec4e Swap test vector verisign for cryptography.io.pem by Phoebe Queen · 10 years ago
  13. 062dec7 fixed pep8 error by Phoebe Queen · 10 years ago
  14. 85fa546 fixed pep8 error by Phoebe Queen · 10 years ago
  15. e3c1007 undid erroneous assertion by Phoebe Queen · 10 years ago
  16. c93752b making tests more explicit by Phoebe Queen · 10 years ago
  17. ecae981 added test to raise error by Phoebe Queen · 10 years ago
  18. 2cc111a fixing pep8 errors #2255 by Phoebe Queen · 10 years ago
  19. 9fbb889 added test for get_extension_for_class by Phoebe Queen · 10 years ago
  20. 9e102db convert the rest of the OIDs in the tests to use the new namespaces by Paul Kehrer · 10 years ago
  21. d44e413 switch tests to use ExtensionOID namespace by Paul Kehrer · 10 years ago
  22. eba19e6 switch tests to use NameOID by Paul Kehrer · 10 years ago
  23. 253929a add AuthorityKeyIdentifier from_issuer_public_key by Paul Kehrer · 10 years ago
  24. d4a7f06 rename to classmethod to from_public_key by Paul Kehrer · 10 years ago
  25. f22f612 add SubjectKeyIdentifier.create_from_public_key by Paul Kehrer · 10 years ago
  26. 1b7500f corrupt -> invalid by Paul Kehrer · 10 years ago
  27. a08693f check if the extension decoded to internal openssl repr by Paul Kehrer · 10 years ago
  28. e28d6c4 expand UniformResourceIdentiier to parse and internally IDNA encode by Paul Kehrer · 10 years ago
  29. 66e28cf Merge pull request #2141 from reaperhulk/better-rfc822name by Alex Gaynor · 10 years ago
  30. 01d5d0b expand RFC822Name to validate and (internally) IDNA encode by Paul Kehrer · 10 years ago
  31. a72ebaf simplify and handle /32 and /128 by Paul Kehrer · 10 years ago
  32. cfb8aa2 name constraints - support IP addresses with netmask by Paul Kehrer · 10 years ago
  33. 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
  34. 18b6fc8 additional tests and doc spelling error fix for OtherName by Joshua Tauberer · 10 years ago
  35. 2ee5e3c parse SAN otherNames into OtherName instances rather than raising an exception by Joshua Tauberer · 10 years ago
  36. 7bdf657 change unsupported generalname test to use x400address by Paul Kehrer · 10 years ago
  37. 4237683 name constraints - support leading periods by Paul Kehrer · 10 years ago
  38. 870d7e8 support name constraints in the openssl backend by Paul Kehrer · 10 years ago
  39. 3c6bba5 handle wildcard DNSNames with IDNA. by Paul Kehrer · 10 years ago
  40. 3189428 add eq/ne support to NameConstraints by Paul Kehrer · 10 years ago
  41. e0017be add nameconstraints classes by Paul Kehrer · 10 years ago
  42. f1c1767 Refs #1947 -- add support for IAN to the OpenSSL backend by Alex Gaynor · 10 years ago
  43. ca6ce99 inhibit any policy extension support for the openssl backend by Paul Kehrer · 10 years ago
  44. f54a50b support OCSPNoCheck in the OpenSSL backend by Paul Kehrer · 10 years ago
  45. a908d69 Conditionally construct the repr of NameAttributes by Ian Cordasco · 10 years ago
  46. 82fc376 Correct x509.NameAttribute test passing bytes by Ian Cordasco · 10 years ago
  47. 99125c9 issuer alternative name support by Paul Kehrer · 10 years ago
  48. 13dcdf8 Merge pull request #1954 from reaperhulk/inhibitanypolicy by Alex Gaynor · 10 years ago
  49. 2dcce90 add bindings and interfaces for CRL objects by Erik Trauschke · 10 years ago
  50. 16fae76 InhibitAnyPolicy class by Paul Kehrer · 10 years ago
  51. b896881 add test to confirm IDNA2003 is disallowed by Paul Kehrer · 10 years ago
  52. eb17793 IPAddress needs to support networks for nameconstraints by Paul Kehrer · 10 years ago
  53. 58e870c x509 extension equality by Paul Kehrer · 10 years ago
  54. 92fb537 Merge pull request #1920 from reaperhulk/x509-ossl-cdp by Alex Gaynor · 10 years ago
  55. 6caa5bb Merge pull request #1944 from reaperhulk/bc-eq by Alex Gaynor · 10 years ago
  56. 3325b0e Merge pull request #1943 from reaperhulk/san-eq by Alex Gaynor · 10 years ago
  57. 3a69b13 add eq/ne support to BasicConstraints by Paul Kehrer · 10 years ago
  58. 58cc397 add eq/ne support to SubjectAlternativeName by Paul Kehrer · 10 years ago
  59. 8565f5e add eq/ne support to KeyUsage by Paul Kehrer · 10 years ago
  60. 594a2ed change approach for parsing CDP reason flags by Paul Kehrer · 10 years ago
  61. 9a10d59 support CRLDistributionPoints in the OpenSSL backend by Paul Kehrer · 10 years ago
  62. 11026fe support certificate policies in the openssl backend by Paul Kehrer · 10 years ago
  63. 6e198b0 notice_numbers are not optional in NoticeReference by Paul Kehrer · 10 years ago
  64. 2ca2eb3 add eq/ne methods for AuthorityKeyIdentifier by Paul Kehrer · 10 years ago
  65. c56ab62 add eq/ne methods for all certificate policies classes by Paul Kehrer · 10 years ago
  66. 73be2ca alter the repr a bit, pass unicode everywhere by Paul Kehrer · 10 years ago
  67. 9aaef9e use !r for explicit_text in NoticeReference repr by Paul Kehrer · 10 years ago
  68. ba35b3b remove policyqualifierinfo object by Paul Kehrer · 10 years ago
  69. 2b62258 certificate policies extension support by Paul Kehrer · 10 years ago
  70. 749da3b repr tests are the worst. frozenset has diff repr on py3 by Paul Kehrer · 10 years ago
  71. 96ef63c fix repr tests by Paul Kehrer · 10 years ago
  72. 3fd0260 switch reasons to frozenset by Paul Kehrer · 10 years ago
  73. 4e8dacd separate full_name/relative_name and change reasons to an enumeration by Paul Kehrer · 10 years ago
  74. 5a48552 add CRLDistributionPoints and associated classes by Paul Kehrer · 10 years ago
  75. a147699 add support for authority information access in the openssl backend by Paul Kehrer · 10 years ago
  76. d774de9 authority key identifier support in the openssl backend by Paul Kehrer · 10 years ago
  77. c6e0f06 Fix AKI authority_cert_issuer type by Paul Kehrer · 10 years ago
  78. f506bca updates based on review feedback by Paul Kehrer · 10 years ago
  79. 3e6d558 add authority information access classes by Paul Kehrer · 10 years ago
  80. 94c6960 Extended key usage support for the openssl backend by Paul Kehrer · 10 years ago
  81. fdec095 Merge pull request #1890 from reaperhulk/add-eq-ne-eku by Alex Gaynor · 10 years ago
  82. b047617 add eq/ne to ExtendedKeyUsage by Paul Kehrer · 10 years ago
  83. e3a330c missed a u by Paul Kehrer · 10 years ago
  84. e06cab4 add support for rfc822name general names by Paul Kehrer · 10 years ago
  85. 2187a05 add support for directory name general names by Paul Kehrer · 10 years ago
  86. a5f030c add support for ipaddress to general name parsing by Paul Kehrer · 10 years ago
  87. f123415 Replace the remaining occurrences of six.u with the u prefix by Eeshan Garg · 10 years ago
  88. b8ef82e add URI general name support by Paul Kehrer · 10 years ago
  89. 4db9662 support registeredID general name in OpenSSL backend by Paul Kehrer · 10 years ago
  90. 0a621bf return only an int for unsupported general name type, update docs by Paul Kehrer · 10 years ago
  91. bed0735 update exception to contain detail by Paul Kehrer · 10 years ago
  92. 9089c91 handle otherName, x400Address, and ediPartyName in OpenSSL backend by Paul Kehrer · 10 years ago
  93. e37ca98 Merge pull request #1857 from reaperhulk/san-check-list-elements by Alex Gaynor · 10 years ago
  94. d04b39b add a check to require that the list passed to SAN is all general names by Paul Kehrer · 10 years ago
  95. 40f8338 Support Subject Alternative Name in the OpenSSL backend by Paul Kehrer · 10 years ago
  96. 2eb4ed9 AuthorityKeyIdentifier support by Paul Kehrer · 10 years ago
  97. 702ef6a Merge pull request #1783 from reaperhulk/san-class by Alex Gaynor · 10 years ago
  98. b372e67 improve KeyUsage repr by Paul Kehrer · 10 years ago
  99. 31bdf79 Add GeneralName and SubjectAlternativeName classes by Paul Kehrer · 10 years ago
  100. 5508ee2 keyusage support in the OpenSSL backend by Paul Kehrer · 10 years ago