1. eb17793 IPAddress needs to support networks for nameconstraints by Paul Kehrer · 10 years ago
  2. 2008d9c fix the docs test by Paul Kehrer · 10 years ago
  3. 66c6170 also update the docs to reflect the non-optional nature of these things by Paul Kehrer · 10 years ago
  4. d4f632e add OID information about all supported extensions by Paul Kehrer · 10 years ago
  5. 3f8ddeb update docs by Paul Kehrer · 10 years ago
  6. ba35b3b remove policyqualifierinfo object by Paul Kehrer · 10 years ago
  7. 2e87974 expand docs by Paul Kehrer · 10 years ago
  8. 0d21092 add some docs by Paul Kehrer · 10 years ago
  9. 3fd0260 switch reasons to frozenset by Paul Kehrer · 10 years ago
  10. f2c072b update doc language by Paul Kehrer · 10 years ago
  11. 4e8dacd separate full_name/relative_name and change reasons to an enumeration by Paul Kehrer · 10 years ago
  12. 5a48552 add CRLDistributionPoints and associated classes by Paul Kehrer · 10 years ago
  13. d774de9 authority key identifier support in the openssl backend by Paul Kehrer · 10 years ago
  14. 38478bf Merge pull request #1894 from alex/try-to-english-better by Paul Kehrer · 10 years ago
  15. 99c5f15 Attempt to make the BasicConstraints.path_length docs more clear by Alex Gaynor · 10 years ago
  16. 25b1398 Merge pull request #1893 from reaperhulk/san-example by Alex Gaynor · 10 years ago
  17. d0cd507 add some comments by Paul Kehrer · 10 years ago
  18. 93ae805 add example to show how to get DNSNames from SAN extension by Paul Kehrer · 10 years ago
  19. f506bca updates based on review feedback by Paul Kehrer · 10 years ago
  20. 3e6d558 add authority information access classes by Paul Kehrer · 10 years ago
  21. b8ef82e add URI general name support by Paul Kehrer · 10 years ago
  22. 0a621bf return only an int for unsupported general name type, update docs by Paul Kehrer · 10 years ago
  23. bed0735 update exception to contain detail by Paul Kehrer · 10 years ago
  24. 9089c91 handle otherName, x400Address, and ediPartyName in OpenSSL backend by Paul Kehrer · 10 years ago
  25. d8fc0be UnsupportedExtension raises when accessing cert.extensions by Paul Kehrer · 10 years ago
  26. c7c9a43 https by Paul Kehrer · 10 years ago
  27. 8c8cd72 update doc language to point more strongly at rfc 5280 by Paul Kehrer · 10 years ago
  28. d729cd3 add more words by Paul Kehrer · 10 years ago
  29. 9104b1d add more prose for AKI by Paul Kehrer · 10 years ago
  30. 2eb4ed9 AuthorityKeyIdentifier support by Paul Kehrer · 10 years ago
  31. 702ef6a Merge pull request #1783 from reaperhulk/san-class by Alex Gaynor · 10 years ago
  32. b511ba8 update the docs too by Paul Kehrer · 10 years ago
  33. 31bdf79 Add GeneralName and SubjectAlternativeName classes by Paul Kehrer · 10 years ago
  34. 5508ee2 keyusage support in the OpenSSL backend by Paul Kehrer · 10 years ago
  35. cbfb101 alter approach to just use digest, no hexdigest by Paul Kehrer · 10 years ago
  36. 1eb82a6 add subjectkeyidentifier support by Paul Kehrer · 10 years ago
  37. 738407b update doc language by Paul Kehrer · 10 years ago
  38. cecbbba add keyusage extension by Paul Kehrer · 10 years ago
  39. ffa2a15 add extendedkeyusage extension by Paul Kehrer · 10 years ago
  40. e1513fa support the EKU OIDs specified in RFC 5280 section 4.2.1.12 by Paul Kehrer · 10 years ago
  41. 1effb6e add load_der_x509_csr to support loading DER encoded CSRs by Paul Kehrer · 10 years ago
  42. d3dafbd move testsetup around and improve some verbiage by Paul Kehrer · 10 years ago
  43. d26c4db move test setup by Paul Kehrer · 10 years ago
  44. a1a1f23 rename to CertificateSigningRequest by Paul Kehrer · 10 years ago
  45. 5aadb9c address some review comments by Paul Kehrer · 10 years ago
  46. 31e3988 rename request to CSR by Paul Kehrer · 10 years ago
  47. dc480ad basic support for parsing x509 requests by Paul Kehrer · 10 years ago
  48. fa56a23 basicConstraints support for OpenSSL X509 backend by Paul Kehrer · 10 years ago
  49. fbb7ac8 add x509 extensions class and basic tests (no extensions supported) by Paul Kehrer · 10 years ago
  50. 5553d57 review feedback updates by Paul Kehrer · 10 years ago
  51. 58b7569 doc updates and simplification of __repr__ by Paul Kehrer · 10 years ago
  52. 611d3d3 doc update by Paul Kehrer · 10 years ago
  53. 8589466 rework BasicConstraints and Extension. by Paul Kehrer · 10 years ago
  54. fd1444c review feedback doc updates by Paul Kehrer · 10 years ago
  55. 2bb9464 add docs for the OID_BASIC_CONSTRAINTS constant by Paul Kehrer · 10 years ago
  56. 8cf2642 basic constraints class & extensions interface by Paul Kehrer · 10 years ago
  57. 1a7ba87 surrender to alex's feels and name our constants consistently by Paul Kehrer · 10 years ago
  58. 71d40c6 address review feedback, fix short names for sig alg OIDs by Paul Kehrer · 10 years ago
  59. e19201e attempt to clarify signature hash algorithm a bit more by Paul Kehrer · 10 years ago
  60. e612ec7 try to make this a bit more clear by Paul Kehrer · 10 years ago
  61. 8802a5b implement signature_hash_algorithm instead by Paul Kehrer · 10 years ago
  62. 56da2a5 add support for signature_algorithm in x509.Certificate by Paul Kehrer · 11 years ago
  63. b8dc2f0 Merge pull request #1612 from reaperhulk/x509-dn by Alex Gaynor · 10 years ago
  64. d21596e update docs by Paul Kehrer · 10 years ago
  65. 8b21a4a simplify things based on review feedback by Paul Kehrer · 10 years ago
  66. 53d8d49 make x509.Name iterable and address other review feedback by Paul Kehrer · 10 years ago
  67. 601278a move hash interfaces by Paul Kehrer · 11 years ago
  68. e901d64 refactor x509.Name to use get_attributes_by_oid by Paul Kehrer · 11 years ago
  69. 719d536 X509 distinguished name parsing support in the OpenSSL backend by Paul Kehrer · 11 years ago
  70. 45efdbc make our docs job nitpicky and fix every broken link by Paul Kehrer · 11 years ago
  71. 4bb4649 note that the OIDs listed are typically seen in x.509 names by Paul Kehrer · 11 years ago
  72. fb5ac9e more x509 oid doc updates by Paul Kehrer · 11 years ago
  73. fedf4f4 whoops by Paul Kehrer · 11 years ago
  74. 834d22f more doc fixes by Paul Kehrer · 11 years ago
  75. 858b9b7 add descriptions to each OID constant, update object to instance by Paul Kehrer · 11 years ago
  76. d44f9a6 rename ObjectIdentifier.value to dotted_string by Paul Kehrer · 11 years ago
  77. a433bb3 UnknownNameAttribute is not needed now by Paul Kehrer · 11 years ago
  78. 806bfb2 rename Attribute to NameAttribute and remove name from OID by Paul Kehrer · 11 years ago
  79. 5b0a8d6 add some prose trying to explain Attribute and ObjectIdentifier by Paul Kehrer · 11 years ago
  80. d5852cb update docs by Paul Kehrer · 11 years ago
  81. 912d3fb add attribute and objectidentifier classes for x509 name by Paul Kehrer · 11 years ago
  82. f79c231 Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa by Alex Stapleton · 11 years ago
  83. 6ff30d2 While X.509 is definitely hazardous to one's health. It's not dragons and sharks hazardous. by Alex Gaynor · 11 years ago
  84. bbffc40 doc update for x509 by Paul Kehrer · 11 years ago
  85. 6d7ab4c Markup fix. by Alex Gaynor · 11 years ago
  86. 89c4dc8 Slightly more descriptive docs by Alex Gaynor · 11 years ago
  87. 78a8150 fix some docs by Paul Kehrer · 11 years ago
  88. cc8a26e add examples for accessing each attr by Paul Kehrer · 11 years ago
  89. d5cccf7 add parsed_version attribute to InvalidVersion by Paul Kehrer · 11 years ago
  90. 92aac38 improve the docs a bit more by Paul Kehrer · 11 years ago
  91. e76cd27 rename X509 classes to remove X509 and improve some tests by Paul Kehrer · 11 years ago
  92. b2de948 reorganize a bunch of things related to the x509certificate interface by Paul Kehrer · 11 years ago
  93. a68fd33 address review feedback by Paul Kehrer · 11 years ago
  94. a9d78c1 update docs, test invalid x509 version by Paul Kehrer · 11 years ago
  95. 016e08a move x509 to top level, add more docs by Paul Kehrer · 11 years ago