1. 2d8e574 add some notes about when to use these classmethods by Paul Kehrer · 9 years ago
  2. 61ff356 Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier by Paul Kehrer · 9 years ago
  3. 6a070e2 le sigh by Alex Gaynor · 9 years ago
  4. 0fa997b move links to the bottom by Alex Gaynor · 9 years ago
  5. c77db59 Fixed #2776 -- added an FAQ on compilation errors on OS X by Alex Gaynor · 9 years ago
  6. 6422d83 HTTPS some links, in the odd event users of a cryptographic library would care about authentication, integrity, or confidentiality by Alex Gaynor · 9 years ago
  7. a372db3 Merge pull request #2670 from joernheissler/x509_req_verify by Paul Kehrer · 9 years ago
  8. 5910e0f Merge pull request #2725 from alex/security-docs by Paul Kehrer · 9 years ago
  9. 8c399cd Delete a bunch of commented out defaults in docs/conf.py by Alex Gaynor · 9 years ago
  10. 4a6e2de add another policy constraints test vector by Paul Kehrer · 9 years ago
  11. c96ef9d Merge pull request #2733 from reaperhulk/policy-constraints by Alex Gaynor · 9 years ago
  12. 648c0fb try to improve the language by Paul Kehrer · 9 years ago
  13. 0ab8e9e Document the vector by Alex Gaynor · 9 years ago
  14. 20f0df5 fix docs by Paul Kehrer · 9 years ago
  15. 159b3b5 add the oid required by the extensiontype interface by Paul Kehrer · 9 years ago
  16. 7e8fe9d add policy constraints class by Paul Kehrer · 10 years ago
  17. 9c4c0dc Added a word by Alex Gaynor · 9 years ago
  18. f7721aa Good clarification from @dstufft by Alex Gaynor · 9 years ago
  19. ebcd037 spelling by Alex Gaynor · 9 years ago
  20. 940c92f Several updates to our security docs: by Alex Gaynor · 9 years ago
  21. 357f977 Make the linkcheck builder more resillient against transient network errors. by Alex Gaynor · 9 years ago
  22. 077d89d line length by Alex Gaynor · 9 years ago
  23. 60df494 Fix what appears to be a typo by Alex Gaynor · 9 years ago
  24. 09828cd Clearly document that this is a good example by Alex Gaynor · 9 years ago
  25. 5e785b7 As always, recommend cryptoing while you crypto by Alex Gaynor · 10 years ago
  26. 2c1458e Merge pull request #2701 from alex/document-key by Paul Kehrer · 10 years ago
  27. b80a5ab Fixed #2700 -- corrtected the create_hmac_ctx interface docs by Alex Gaynor · 10 years ago
  28. e783fab Minor doc tweak per issue #2694 by Phoebe Queen · 10 years ago
  29. be6dd9b Formally deprecated support for OpenSSL 0.9.8 by Alex Gaynor · 10 years ago
  30. fbda8ce Change method to property by Joern Heissler · 10 years ago
  31. 1bd77e2 Add verify method on CertificateSigningRequest by Joern Heissler · 10 years ago
  32. 4dcc0fe Merge pull request #2624 from alex/2016 by Paul Kehrer · 10 years ago
  33. 9d36129 Bump the copyright year by Alex Gaynor · 10 years ago
  34. 7105e7f Merge pull request #2621 from reaperhulk/update-links by Alex Gaynor · 10 years ago
  35. 4741a3c Merge pull request #2618 from reaperhulk/fix-2432 by Alex Gaynor · 10 years ago
  36. d9c7eeb Merge pull request #2616 from reaperhulk/docs-accurate-osx by Alex Gaynor · 10 years ago
  37. 277b701 update some links with the redirects shown in the linkchecker by Paul Kehrer · 10 years ago
  38. b29f464 disambiguate a version number by Paul Kehrer · 10 years ago
  39. 33151a4 Merge pull request #2615 from reaperhulk/doc-deprecations by Alex Gaynor · 10 years ago
  40. d3a17c8 provide a bit more detail about the underlying public key formats by Paul Kehrer · 10 years ago
  41. 13e55df make the os x install docs more accurate by Paul Kehrer · 10 years ago
  42. 56b360a prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations by Paul Kehrer · 10 years ago
  43. d4ea53b add a small note about clearing the wheel cache by Paul Kehrer · 10 years ago
  44. e22309c Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux by Alex Gaynor · 10 years ago
  45. b4dc88a Better document the return type of serialization load functions by Alex Gaynor · 10 years ago
  46. f5bc3eb backticks by Paul Kehrer · 10 years ago
  47. 58ddc11 support unrecognized extensions in x509 by Paul Kehrer · 10 years ago
  48. 7640889 Merge pull request #2604 from reaperhulk/unrecognized-extension-class by Alex Gaynor · 10 years ago
  49. 1628b5c language update by Paul Kehrer · 10 years ago
  50. 66ca9f7 Merge pull request #2603 from reaperhulk/unrecognized-extension-vector by Alex Gaynor · 10 years ago
  51. 14fd697 add UnrecognizedExtension class by Paul Kehrer · 10 years ago
  52. 249d9be new unsupported extension x509 test vector by Paul Kehrer · 10 years ago
  53. d1349d3 Port a few cr.yp.to links to be HTTPS by Alex Gaynor · 10 years ago
  54. e5f152b support CRL entry extension encoding in the RevokedCertificateBuilder by Paul Kehrer · 10 years ago
  55. 23c0bbc add invaliditydate class for crl entry extensions by Paul Kehrer · 10 years ago
  56. 7058ece switch CRLReason to use a class by Paul Kehrer · 10 years ago
  57. 49bb756 start switching the CRL entry extensions to be full-fledged classes by Paul Kehrer · 10 years ago
  58. 4f76921 Merge pull request #2574 from reaperhulk/rename-crlextension by Alex Gaynor · 10 years ago
  59. c6242dc rename CRLExtensionOID to CRLEntryExtensionOID by Paul Kehrer · 10 years ago
  60. 4c7fd5f support revoked certificates in CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  61. c33ffd7 RevokedCertificateBuilder by Paul Kehrer · 10 years ago
  62. aa8b0f4 add create_x509_revoked_certificate to x509backend interface by Paul Kehrer · 10 years ago
  63. 426b48d add extension support to the CRLBuilder by Paul Kehrer · 10 years ago
  64. 7eaaf0c fix rebase mistake in the docs by Paul Kehrer · 10 years ago
  65. 0325b9d update docs with review feedback by Paul Kehrer · 10 years ago
  66. bfac2d1 CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  67. 48f17cb Merge pull request #2565 from reaperhulk/crl-interface by Alex Gaynor · 10 years ago
  68. 6b3184c Use clearer language in the backend interface docs. by Alex Gaynor · 10 years ago
  69. a3ef621 better language by Paul Kehrer · 10 years ago
  70. 07b7e7f add create_x509_crl interface by Paul Kehrer · 10 years ago
  71. 355174a remove all mac 0.9.8 tests by Paul Kehrer · 10 years ago
  72. e32b994 update the language by Paul Kehrer · 10 years ago
  73. 3b95cd7 CRLNumber needs to be a class for reasons. by Paul Kehrer · 10 years ago
  74. 93df8b7 add new CRL test vector by Paul Kehrer · 10 years ago
  75. 51f39cb support parsing CRL extensions in the OpenSSL backend by Paul Kehrer · 10 years ago
  76. 54a837d add a CRL public_bytes method by Paul Kehrer · 10 years ago
  77. 9543a33 support CRLs with no revoked certificates by Paul Kehrer · 10 years ago
  78. fc504fe Merge pull request #2534 from alex/ev-oid by Paul Kehrer · 10 years ago
  79. a2293c8 added business category oid by Alex Gaynor · 10 years ago
  80. 45e507f added two more oids by Alex Gaynor · 10 years ago
  81. d242ebb use the non-deprecated name for this function by Alex Gaynor · 10 years ago
  82. 1d3f2bf Fixed #2531 -- added missing EV oid by Alex Gaynor · 10 years ago
  83. 869cfd9 port 1.1.2 changelog to master by Paul Kehrer · 10 years ago
  84. c47b252 Have CertificateBuilder docs create self-signed cert by Cory Benfield · 10 years ago
  85. ab20939 expose tbs_certrequest_bytes and signature on CertificateSigningRequest by Paul Kehrer · 10 years ago
  86. 6c83cc6 Also include arc4 in the toctree in test vectors by Ehren Kret · 10 years ago
  87. 48f1801 Fix pep8 lint errors by Ehren Kret · 10 years ago
  88. e23c0b7 Reference arc4.rst from the test-vectors.rst page by Ehren Kret · 10 years ago
  89. d01c20f Add support for 160 bit ARC4 keys by Ehren Kret · 10 years ago
  90. 6abe2bb add tbsCertList and signature interfaces to CRLs by Erik Trauschke · 10 years ago
  91. d289805 rename tbs_certificate to tbs_certificate_bytes, add a comment by Paul Kehrer · 10 years ago
  92. d91e7c1 add support for Certificate signature and tbs_certificate by Paul Kehrer · 10 years ago
  93. d3f4ecd Merge pull request #2447 from reaperhulk/encode-decode-point by Alex Gaynor · 10 years ago
  94. 1cb9e55 inline some type declarations in the docs by Paul Kehrer · 10 years ago
  95. 47c32ba document the constructors for our extensions and general names by Paul Kehrer · 10 years ago
  96. 13d4e74 modify approach to use EllipticCurvePublicNumbers methods by Paul Kehrer · 10 years ago
  97. e4150bc remove support for null points, improve docs by Paul Kehrer · 10 years ago
  98. 3568563 rst continues to be a mystery by Paul Kehrer · 10 years ago
  99. d9cfab3 fix some docs by Paul Kehrer · 10 years ago
  100. 467072f add support for encoding/decoding elliptic curve points by Paul Kehrer · 10 years ago