1. 838bc4a simplify some language (#4495) by Paul Kehrer · 7 years ago
  2. 6460228 Style nits for docs (#4494) by Alex Gaynor · 7 years ago
  3. 16f746f Add a tutorial explaining how to check the signature of a certificate (#4478) by g_goessel · 7 years ago
  4. 788b859 OCSP response serialization (#4482) by Paul Kehrer · 7 years ago
  5. 0c07580 support extensions in the OCSP request builder (#4481) by Paul Kehrer · 7 years ago
  6. b8db668 add OCSP basic response extension parsing (#4479) by Paul Kehrer · 7 years ago
  7. a07de31 support OCSP response parsing (#4452) by Paul Kehrer · 7 years ago
  8. edfedc1 a few docs fixes and language improvements (#4472) by Paul Kehrer · 7 years ago
  9. 0940310 OCSP request extension parsing (#4464) by Paul Kehrer · 7 years ago
  10. 26c425d document that OCSPResponse attributes can raise valuerror (#4453) by Paul Kehrer · 7 years ago
  11. d3601b1 initial OCSP response docs (#4448) by Paul Kehrer · 7 years ago
  12. dd6b78b Fixes #4333 -- added support for precert poison extension (#4442) by Alex Gaynor · 7 years ago
  13. 0f629bb refactor ocsp request parsing and generation to support only one cert (#4439) by Paul Kehrer · 7 years ago
  14. 002fa75 make an ocsp request (#4402) by Paul Kehrer · 7 years ago
  15. 732cf64 OCSP request parsing (#4393) by Paul Kehrer · 7 years ago
  16. cdd3585 make a certificate expire a few years in the future, fixes doctests (#4383) by Alex Gaynor · 7 years ago
  17. 5d18740 add crl.get_revoked_certificate method (#4331) by Paul Kehrer · 7 years ago
  18. 9e1873a Make RelativeDistinguishedName preserve attribtue order (#4306) by Marti Raudsepp · 7 years ago
  19. 3367806 Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294) by Marti Raudsepp · 7 years ago
  20. 488c048 Make AuthorityKeyIdentifier docs reflect reality (#4252) by Thom Dixon · 7 years ago
  21. 056c9dd switch to py3 on docs job (#4230) by Paul Kehrer · 7 years ago
  22. a17bcba fixed #3986 -- properly use unicode for DNSName (#3988) by Alex Gaynor · 8 years ago
  23. e885bd6 Update docs and changelog for URI, RFC822Name, and DNSName (#3955) by Paul Kehrer · 8 years ago
  24. ed32105 Backwards incompatible change to DNSName (#3951) by Paul Kehrer · 8 years ago
  25. b76bcf8 FreshestCRL extension support (#3937) by Paul Kehrer · 8 years ago
  26. 5e3cc98 support delta crl indicator extension (#3936) by Paul Kehrer · 8 years ago
  27. 1b86dc5 docs for what bytes means for DNSName, URI, and RFC822Name (#3904) by Paul Kehrer · 8 years ago
  28. ce4d084 correct the docs for CRLReason (#3930) by Paul Kehrer · 8 years ago
  29. 5d66966 [WIP] add support for the TLSFeature extension in x509 (#3899) by Paul Kehrer · 8 years ago
  30. f944c40 add changelog and a warning for is_signature_valid on crl (#3861) by Paul Kehrer · 8 years ago
  31. 6c02ee8 Add is_signature_valid method on CertificateRevocationList (#3849) by Vincent Pelletier · 8 years ago
  32. 3e15ca5 deprecate unicode input for RFC822Name (#3836) by Paul Kehrer · 8 years ago
  33. 6c29d74 deprecate auto-idna on UniformResourceIdentifier (#3832) by Paul Kehrer · 8 years ago
  34. 908bbd3 note version added and deprecated for bytes_value/value on DNSName (#3833) by Paul Kehrer · 8 years ago
  35. cdaf3ff Begin the deprecation of auto-idna for x509.DNSName (#3830) by Alex Gaynor · 8 years ago
  36. b7912ee Fixes #3745 -- add the any EKU EKU (#3750) by Alex Gaynor · 8 years ago
  37. 6a0718f Refs #3461 -- parse SCTs from x.509 extension (#3480) by Alex Gaynor · 8 years ago
  38. 136b324 add some explicit instructions on determining key type in a cert (#3596) by Paul Kehrer · 8 years ago
  39. d08ddd5 Don't raise an UnsupportedExtension for critical extensions. (#3550) by Alex Gaynor · 8 years ago
  40. bca951e Interfaces for SCTs, feedback wanted (#3467) by Alex Gaynor · 8 years ago
  41. 9bab0ed Refs #3461 -- added the OID for the SCT x.509 extension (#3464) by Alex Gaynor · 8 years ago
  42. 9794588 Update tutorial.rst (#3394) by AlexanderWeyman · 8 years ago
  43. 1bab7bc add a SAN to the certificatebuilder example (#3353) by Paul Kehrer · 9 years ago
  44. 36d5cd6 add a few more OIDs (#3259) by Paul Kehrer · 9 years ago
  45. 3a15b03 Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236) by Paul Kehrer · 9 years ago
  46. c7ab931 Turns out we shouldn't call it uniqueIdentifier (#3234) by Paul Kehrer · 9 years ago
  47. c3b8ff6 add some new oids (#3233) by Paul Kehrer · 9 years ago
  48. 01ee6f5 Name: add support for multi-value RDNs (#3202) by Fraser Tweedale · 9 years ago
  49. 02467dd Make DistributionPoint relative_name a set of NameAttribute (#3210) by Fraser Tweedale · 9 years ago
  50. 0fa6b39 Fixed #3143 -- added the mandatory serial number parameter (#3144) by Alex Gaynor · 9 years ago
  51. 8b89bcc support random_serial_number in the CertificateBuilder (#3132) by Paul Kehrer · 9 years ago
  52. c7b29b8 add support for signature_algorithm_oid to cert, CSR, and CRL (#3124) by Paul Kehrer · 9 years ago
  53. 617fe4b Remove provider language from docs (#3072) by Gabriel Orisaka · 9 years ago
  54. e295f3a Add alias for Certificate serial as serial number (#2950) by Chelsea Winfree · 9 years ago
  55. 5ce1404 Fixed #2871 -- position docs next to the fucntion they are for (#2924) by Alex Gaynor · 9 years ago
  56. 1cc3890 rephrase by Alex Gaynor · 9 years ago
  57. 84c58c4 typo fix by Alex Gaynor · 9 years ago
  58. d57a72e Fixes #2301 -- write a tutorial on generating self-signed certificates by Alex Gaynor · 9 years ago
  59. 2d8e574 add some notes about when to use these classmethods by Paul Kehrer · 9 years ago
  60. 61ff356 Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier by Paul Kehrer · 9 years ago
  61. a372db3 Merge pull request #2670 from joernheissler/x509_req_verify by Paul Kehrer · 9 years ago
  62. c96ef9d Merge pull request #2733 from reaperhulk/policy-constraints by Alex Gaynor · 9 years ago
  63. 648c0fb try to improve the language by Paul Kehrer · 9 years ago
  64. 20f0df5 fix docs by Paul Kehrer · 9 years ago
  65. 159b3b5 add the oid required by the extensiontype interface by Paul Kehrer · 9 years ago
  66. 7e8fe9d add policy constraints class by Paul Kehrer · 10 years ago
  67. 077d89d line length by Alex Gaynor · 10 years ago
  68. 60df494 Fix what appears to be a typo by Alex Gaynor · 10 years ago
  69. fbda8ce Change method to property by Joern Heissler · 10 years ago
  70. 1bd77e2 Add verify method on CertificateSigningRequest by Joern Heissler · 10 years ago
  71. f5bc3eb backticks by Paul Kehrer · 10 years ago
  72. 58ddc11 support unrecognized extensions in x509 by Paul Kehrer · 10 years ago
  73. 1628b5c language update by Paul Kehrer · 10 years ago
  74. 14fd697 add UnrecognizedExtension class by Paul Kehrer · 10 years ago
  75. e5f152b support CRL entry extension encoding in the RevokedCertificateBuilder by Paul Kehrer · 10 years ago
  76. 23c0bbc add invaliditydate class for crl entry extensions by Paul Kehrer · 10 years ago
  77. 7058ece switch CRLReason to use a class by Paul Kehrer · 10 years ago
  78. 49bb756 start switching the CRL entry extensions to be full-fledged classes by Paul Kehrer · 10 years ago
  79. 4f76921 Merge pull request #2574 from reaperhulk/rename-crlextension by Alex Gaynor · 10 years ago
  80. c6242dc rename CRLExtensionOID to CRLEntryExtensionOID by Paul Kehrer · 10 years ago
  81. 4c7fd5f support revoked certificates in CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  82. c33ffd7 RevokedCertificateBuilder by Paul Kehrer · 10 years ago
  83. 426b48d add extension support to the CRLBuilder by Paul Kehrer · 10 years ago
  84. 0325b9d update docs with review feedback by Paul Kehrer · 10 years ago
  85. bfac2d1 CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  86. e32b994 update the language by Paul Kehrer · 10 years ago
  87. 3b95cd7 CRLNumber needs to be a class for reasons. by Paul Kehrer · 10 years ago
  88. 51f39cb support parsing CRL extensions in the OpenSSL backend by Paul Kehrer · 10 years ago
  89. 54a837d add a CRL public_bytes method by Paul Kehrer · 10 years ago
  90. a2293c8 added business category oid by Alex Gaynor · 10 years ago
  91. 45e507f added two more oids by Alex Gaynor · 10 years ago
  92. 1d3f2bf Fixed #2531 -- added missing EV oid by Alex Gaynor · 10 years ago
  93. c47b252 Have CertificateBuilder docs create self-signed cert by Cory Benfield · 10 years ago
  94. ab20939 expose tbs_certrequest_bytes and signature on CertificateSigningRequest by Paul Kehrer · 10 years ago
  95. 6abe2bb add tbsCertList and signature interfaces to CRLs by Erik Trauschke · 10 years ago
  96. d289805 rename tbs_certificate to tbs_certificate_bytes, add a comment by Paul Kehrer · 10 years ago
  97. d91e7c1 add support for Certificate signature and tbs_certificate by Paul Kehrer · 10 years ago
  98. 1cb9e55 inline some type declarations in the docs by Paul Kehrer · 10 years ago
  99. 47c32ba document the constructors for our extensions and general names by Paul Kehrer · 10 years ago
  100. dcdf967 move revoked_certificate assignment in the doctests by Paul Kehrer · 10 years ago