1. d08ddd5 Don't raise an UnsupportedExtension for critical extensions. (#3550) by Alex Gaynor · 8 years ago
  2. 9bab0ed Refs #3461 -- added the OID for the SCT x.509 extension (#3464) by Alex Gaynor · 8 years ago
  3. 1bab7bc add a SAN to the certificatebuilder example (#3353) by Paul Kehrer · 9 years ago
  4. 36d5cd6 add a few more OIDs (#3259) by Paul Kehrer · 9 years ago
  5. 3a15b03 Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236) by Paul Kehrer · 9 years ago
  6. c7ab931 Turns out we shouldn't call it uniqueIdentifier (#3234) by Paul Kehrer · 9 years ago
  7. c3b8ff6 add some new oids (#3233) by Paul Kehrer · 9 years ago
  8. 01ee6f5 Name: add support for multi-value RDNs (#3202) by Fraser Tweedale · 9 years ago
  9. 02467dd Make DistributionPoint relative_name a set of NameAttribute (#3210) by Fraser Tweedale · 9 years ago
  10. 8b89bcc support random_serial_number in the CertificateBuilder (#3132) by Paul Kehrer · 9 years ago
  11. c7b29b8 add support for signature_algorithm_oid to cert, CSR, and CRL (#3124) by Paul Kehrer · 9 years ago
  12. 617fe4b Remove provider language from docs (#3072) by Gabriel Orisaka · 9 years ago
  13. e295f3a Add alias for Certificate serial as serial number (#2950) by Chelsea Winfree · 9 years ago
  14. 5ce1404 Fixed #2871 -- position docs next to the fucntion they are for (#2924) by Alex Gaynor · 9 years ago
  15. 2d8e574 add some notes about when to use these classmethods by Paul Kehrer · 9 years ago
  16. 61ff356 Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier by Paul Kehrer · 9 years ago
  17. a372db3 Merge pull request #2670 from joernheissler/x509_req_verify by Paul Kehrer · 9 years ago
  18. 648c0fb try to improve the language by Paul Kehrer · 9 years ago
  19. 20f0df5 fix docs by Paul Kehrer · 9 years ago
  20. 159b3b5 add the oid required by the extensiontype interface by Paul Kehrer · 9 years ago
  21. 7e8fe9d add policy constraints class by Paul Kehrer · 10 years ago
  22. fbda8ce Change method to property by Joern Heissler · 10 years ago
  23. 1bd77e2 Add verify method on CertificateSigningRequest by Joern Heissler · 10 years ago
  24. f5bc3eb backticks by Paul Kehrer · 10 years ago
  25. 58ddc11 support unrecognized extensions in x509 by Paul Kehrer · 10 years ago
  26. 1628b5c language update by Paul Kehrer · 10 years ago
  27. 14fd697 add UnrecognizedExtension class by Paul Kehrer · 10 years ago
  28. e5f152b support CRL entry extension encoding in the RevokedCertificateBuilder by Paul Kehrer · 10 years ago
  29. 23c0bbc add invaliditydate class for crl entry extensions by Paul Kehrer · 10 years ago
  30. 7058ece switch CRLReason to use a class by Paul Kehrer · 10 years ago
  31. 49bb756 start switching the CRL entry extensions to be full-fledged classes by Paul Kehrer · 10 years ago
  32. 4f76921 Merge pull request #2574 from reaperhulk/rename-crlextension by Alex Gaynor · 10 years ago
  33. c6242dc rename CRLExtensionOID to CRLEntryExtensionOID by Paul Kehrer · 10 years ago
  34. 4c7fd5f support revoked certificates in CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  35. c33ffd7 RevokedCertificateBuilder by Paul Kehrer · 10 years ago
  36. 426b48d add extension support to the CRLBuilder by Paul Kehrer · 10 years ago
  37. 0325b9d update docs with review feedback by Paul Kehrer · 10 years ago
  38. bfac2d1 CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  39. e32b994 update the language by Paul Kehrer · 10 years ago
  40. 3b95cd7 CRLNumber needs to be a class for reasons. by Paul Kehrer · 10 years ago
  41. 51f39cb support parsing CRL extensions in the OpenSSL backend by Paul Kehrer · 10 years ago
  42. 54a837d add a CRL public_bytes method by Paul Kehrer · 10 years ago
  43. a2293c8 added business category oid by Alex Gaynor · 10 years ago
  44. 45e507f added two more oids by Alex Gaynor · 10 years ago
  45. 1d3f2bf Fixed #2531 -- added missing EV oid by Alex Gaynor · 10 years ago
  46. c47b252 Have CertificateBuilder docs create self-signed cert by Cory Benfield · 10 years ago
  47. ab20939 expose tbs_certrequest_bytes and signature on CertificateSigningRequest by Paul Kehrer · 10 years ago
  48. 6abe2bb add tbsCertList and signature interfaces to CRLs by Erik Trauschke · 10 years ago
  49. d289805 rename tbs_certificate to tbs_certificate_bytes, add a comment by Paul Kehrer · 10 years ago
  50. d91e7c1 add support for Certificate signature and tbs_certificate by Paul Kehrer · 10 years ago
  51. 1cb9e55 inline some type declarations in the docs by Paul Kehrer · 10 years ago
  52. 47c32ba document the constructors for our extensions and general names by Paul Kehrer · 10 years ago
  53. dcdf967 move revoked_certificate assignment in the doctests by Paul Kehrer · 10 years ago
  54. 32bbfe0 remove convenience functions for revoked extensions by Erik Trauschke · 10 years ago
  55. c8ab2ea Merge branch 'master' into crl_ossl_backend by Erik Trauschke · 10 years ago
  56. c219b96 Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend by Erik Trauschke · 10 years ago
  57. 77f5a25 use X509ExtensionParser for Revoked extensions by Erik Trauschke · 10 years ago
  58. b14f7d1 doctest fix by Erik Trauschke · 10 years ago
  59. 3cdabaf fix indentations by Erik Trauschke · 10 years ago
  60. a529203 Merge pull request #2412 from alex/correct-syntax by Paul Kehrer · 10 years ago
  61. 7f1aa4e nuke trailing whitespace by Benjamin Peterson · 10 years ago
  62. 4c2561a Use the right reST syntax for these by Alex Gaynor · 10 years ago
  63. 9ed312b use :returns: and put annotation in the correct place by Benjamin Peterson · 10 years ago
  64. 87494d1 Indicate the return type of CertificateBuilder.sign by Benjamin Peterson · 10 years ago
  65. 2c145cc document the extension type requirement a bit better by Paul Kehrer · 10 years ago
  66. dc57040 OpenSSL backend code for CRLs by Erik Trauschke · 10 years ago
  67. 6a603eb Added ::versionadded 1.1 tag to get_extension_for_class by Phoebe Queen · 10 years ago
  68. 019b7f8 added docs for get_extension_for_class by Phoebe Queen · 10 years ago
  69. e27f658 update x509 reference to use namespaced OIDs by Paul Kehrer · 10 years ago
  70. cc67182 address review comments by Paul Kehrer · 10 years ago
  71. 26ac47f update prose for from_issuer_public_key by Paul Kehrer · 10 years ago
  72. 253929a add AuthorityKeyIdentifier from_issuer_public_key by Paul Kehrer · 10 years ago
  73. d5bf17a Merge pull request #2204 from reaperhulk/ski-classmethod by Alex Gaynor · 10 years ago
  74. eb9ec00 add more prose about how the digest is generated by Paul Kehrer · 10 years ago
  75. 3cee872 fix missed change for OID docs by Paul Kehrer · 10 years ago
  76. b33de93 update oid attribute docs to say which OID it will return by Paul Kehrer · 10 years ago
  77. 14f0bd0 add ExtensionType interface by Paul Kehrer · 10 years ago
  78. 822f3d3 add oid attribute to all extension types by Paul Kehrer · 10 years ago
  79. d4a7f06 rename to classmethod to from_public_key by Paul Kehrer · 10 years ago
  80. f22f612 add SubjectKeyIdentifier.create_from_public_key by Paul Kehrer · 10 years ago
  81. 9add80e reorder CertificateBuilder sign arguments by Paul Kehrer · 10 years ago
  82. a0f00f4 Merge remote-tracking branch 'upstream/master' into cert-builder by Ian Cordasco · 10 years ago
  83. b7530a4 Use :doc: instead of :ref: for random-numbers by Ian Cordasco · 10 years ago
  84. 1517a4b Add sign_x509_certificate to MultiBackend by Ian Cordasco · 10 years ago
  85. 17c8900 Add note to serial_number parameter about entropy by Ian Cordasco · 10 years ago
  86. 8f57142 Update the docs to be more accurate by Ian Cordasco · 10 years ago
  87. 85fc4d5 Minor pep8 and doc fixes by Ian Cordasco · 10 years ago
  88. 24283d2 typo fix by Paul Kehrer · 10 years ago
  89. c4e6194 add missing extensions documentation to CertificateSigningRequest by Paul Kehrer · 10 years ago
  90. c9682ad Fix up parameter names in the docs by Ian Cordasco · 10 years ago
  91. c5e1c25 Document other two parameters from sign method by Ian Cordasco · 10 years ago
  92. 893246f Remove CertificateBuilder.version by Ian Cordasco · 10 years ago
  93. 7644383 Fix documentation referring to CertificateBuilder.set_version by Ian Cordasco · 10 years ago
  94. 0092a0b Remove unnecessary helper functions by Ian Cordasco · 10 years ago
  95. 9bbfcea Adds certificate builder. by Andre Caron · 10 years ago
  96. 856b87b these were moved by Alex Gaynor · 10 years ago
  97. 4af5b37 Reorganize the x509 docs in prep for a tutorial by Alex Gaynor · 10 years ago[Renamed (98%) from docs/x509.rst]
  98. 548e85e Merge pull request #2095 from reaperhulk/nc-the-hard-part-redux by Alex Gaynor · 10 years ago