1. bf0f464 Added support for padding ANSI X.923 by Cédric Krier · 9 years ago
  2. c96ef9d Merge pull request #2733 from reaperhulk/policy-constraints by Alex Gaynor · 9 years ago
  3. 648c0fb try to improve the language by Paul Kehrer · 9 years ago
  4. 0ab8e9e Document the vector by Alex Gaynor · 9 years ago
  5. 20f0df5 fix docs by Paul Kehrer · 9 years ago
  6. 159b3b5 add the oid required by the extensiontype interface by Paul Kehrer · 9 years ago
  7. 7e8fe9d add policy constraints class by Paul Kehrer · 10 years ago
  8. 357f977 Make the linkcheck builder more resillient against transient network errors. by Alex Gaynor · 9 years ago
  9. 077d89d line length by Alex Gaynor · 10 years ago
  10. 60df494 Fix what appears to be a typo by Alex Gaynor · 10 years ago
  11. 09828cd Clearly document that this is a good example by Alex Gaynor · 10 years ago
  12. 5e785b7 As always, recommend cryptoing while you crypto by Alex Gaynor · 10 years ago
  13. 2c1458e Merge pull request #2701 from alex/document-key by Paul Kehrer · 10 years ago
  14. b80a5ab Fixed #2700 -- corrtected the create_hmac_ctx interface docs by Alex Gaynor · 10 years ago
  15. e783fab Minor doc tweak per issue #2694 by Phoebe Queen · 10 years ago
  16. be6dd9b Formally deprecated support for OpenSSL 0.9.8 by Alex Gaynor · 10 years ago
  17. 4dcc0fe Merge pull request #2624 from alex/2016 by Paul Kehrer · 10 years ago
  18. 9d36129 Bump the copyright year by Alex Gaynor · 10 years ago
  19. 7105e7f Merge pull request #2621 from reaperhulk/update-links by Alex Gaynor · 10 years ago
  20. 4741a3c Merge pull request #2618 from reaperhulk/fix-2432 by Alex Gaynor · 10 years ago
  21. d9c7eeb Merge pull request #2616 from reaperhulk/docs-accurate-osx by Alex Gaynor · 10 years ago
  22. 277b701 update some links with the redirects shown in the linkchecker by Paul Kehrer · 10 years ago
  23. b29f464 disambiguate a version number by Paul Kehrer · 10 years ago
  24. 33151a4 Merge pull request #2615 from reaperhulk/doc-deprecations by Alex Gaynor · 10 years ago
  25. d3a17c8 provide a bit more detail about the underlying public key formats by Paul Kehrer · 10 years ago
  26. 13e55df make the os x install docs more accurate by Paul Kehrer · 10 years ago
  27. 56b360a prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations by Paul Kehrer · 10 years ago
  28. d4ea53b add a small note about clearing the wheel cache by Paul Kehrer · 10 years ago
  29. e22309c Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux by Alex Gaynor · 10 years ago
  30. b4dc88a Better document the return type of serialization load functions by Alex Gaynor · 10 years ago
  31. f5bc3eb backticks by Paul Kehrer · 10 years ago
  32. 58ddc11 support unrecognized extensions in x509 by Paul Kehrer · 10 years ago
  33. 7640889 Merge pull request #2604 from reaperhulk/unrecognized-extension-class by Alex Gaynor · 10 years ago
  34. 1628b5c language update by Paul Kehrer · 10 years ago
  35. 66ca9f7 Merge pull request #2603 from reaperhulk/unrecognized-extension-vector by Alex Gaynor · 10 years ago
  36. 14fd697 add UnrecognizedExtension class by Paul Kehrer · 10 years ago
  37. 249d9be new unsupported extension x509 test vector by Paul Kehrer · 10 years ago
  38. d1349d3 Port a few cr.yp.to links to be HTTPS by Alex Gaynor · 10 years ago
  39. e5f152b support CRL entry extension encoding in the RevokedCertificateBuilder by Paul Kehrer · 10 years ago
  40. 23c0bbc add invaliditydate class for crl entry extensions by Paul Kehrer · 10 years ago
  41. 7058ece switch CRLReason to use a class by Paul Kehrer · 10 years ago
  42. 49bb756 start switching the CRL entry extensions to be full-fledged classes by Paul Kehrer · 10 years ago
  43. 4f76921 Merge pull request #2574 from reaperhulk/rename-crlextension by Alex Gaynor · 10 years ago
  44. c6242dc rename CRLExtensionOID to CRLEntryExtensionOID by Paul Kehrer · 10 years ago
  45. 4c7fd5f support revoked certificates in CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  46. c33ffd7 RevokedCertificateBuilder by Paul Kehrer · 10 years ago
  47. aa8b0f4 add create_x509_revoked_certificate to x509backend interface by Paul Kehrer · 10 years ago
  48. 426b48d add extension support to the CRLBuilder by Paul Kehrer · 10 years ago
  49. 7eaaf0c fix rebase mistake in the docs by Paul Kehrer · 10 years ago
  50. 0325b9d update docs with review feedback by Paul Kehrer · 10 years ago
  51. bfac2d1 CertificateRevocationListBuilder by Paul Kehrer · 10 years ago
  52. 48f17cb Merge pull request #2565 from reaperhulk/crl-interface by Alex Gaynor · 10 years ago
  53. 6b3184c Use clearer language in the backend interface docs. by Alex Gaynor · 10 years ago
  54. a3ef621 better language by Paul Kehrer · 10 years ago
  55. 07b7e7f add create_x509_crl interface by Paul Kehrer · 10 years ago
  56. 355174a remove all mac 0.9.8 tests by Paul Kehrer · 10 years ago
  57. e32b994 update the language by Paul Kehrer · 10 years ago
  58. 3b95cd7 CRLNumber needs to be a class for reasons. by Paul Kehrer · 10 years ago
  59. 93df8b7 add new CRL test vector by Paul Kehrer · 10 years ago
  60. 51f39cb support parsing CRL extensions in the OpenSSL backend by Paul Kehrer · 10 years ago
  61. 54a837d add a CRL public_bytes method by Paul Kehrer · 10 years ago
  62. 9543a33 support CRLs with no revoked certificates by Paul Kehrer · 10 years ago
  63. fc504fe Merge pull request #2534 from alex/ev-oid by Paul Kehrer · 10 years ago
  64. a2293c8 added business category oid by Alex Gaynor · 10 years ago
  65. 45e507f added two more oids by Alex Gaynor · 10 years ago
  66. d242ebb use the non-deprecated name for this function by Alex Gaynor · 10 years ago
  67. 1d3f2bf Fixed #2531 -- added missing EV oid by Alex Gaynor · 10 years ago
  68. 869cfd9 port 1.1.2 changelog to master by Paul Kehrer · 10 years ago
  69. c47b252 Have CertificateBuilder docs create self-signed cert by Cory Benfield · 10 years ago
  70. ab20939 expose tbs_certrequest_bytes and signature on CertificateSigningRequest by Paul Kehrer · 10 years ago
  71. 6c83cc6 Also include arc4 in the toctree in test vectors by Ehren Kret · 10 years ago
  72. 48f1801 Fix pep8 lint errors by Ehren Kret · 10 years ago
  73. e23c0b7 Reference arc4.rst from the test-vectors.rst page by Ehren Kret · 10 years ago
  74. d01c20f Add support for 160 bit ARC4 keys by Ehren Kret · 10 years ago
  75. 6abe2bb add tbsCertList and signature interfaces to CRLs by Erik Trauschke · 10 years ago
  76. d289805 rename tbs_certificate to tbs_certificate_bytes, add a comment by Paul Kehrer · 10 years ago
  77. d91e7c1 add support for Certificate signature and tbs_certificate by Paul Kehrer · 10 years ago
  78. d3f4ecd Merge pull request #2447 from reaperhulk/encode-decode-point by Alex Gaynor · 10 years ago
  79. 1cb9e55 inline some type declarations in the docs by Paul Kehrer · 10 years ago
  80. 47c32ba document the constructors for our extensions and general names by Paul Kehrer · 10 years ago
  81. 13d4e74 modify approach to use EllipticCurvePublicNumbers methods by Paul Kehrer · 10 years ago
  82. e4150bc remove support for null points, improve docs by Paul Kehrer · 10 years ago
  83. 3568563 rst continues to be a mystery by Paul Kehrer · 10 years ago
  84. d9cfab3 fix some docs by Paul Kehrer · 10 years ago
  85. 467072f add support for encoding/decoding elliptic curve points by Paul Kehrer · 10 years ago
  86. 89c55b2 some ec key exchange doc improvements by Paul Kehrer · 10 years ago
  87. 974e875 add info about the rfc by Paul Kehrer · 10 years ago
  88. 42e029b expand keywrap intro docs by Paul Kehrer · 10 years ago
  89. 6f6cf00 add version added info and doc exception by Paul Kehrer · 10 years ago
  90. ca8e161 AES keywrap support by Paul Kehrer · 10 years ago
  91. dcdf967 move revoked_certificate assignment in the doctests by Paul Kehrer · 10 years ago
  92. 6a2e08b Merge pull request #2315 from etrauschke/crl_ossl_backend by Paul Kehrer · 10 years ago
  93. 32bbfe0 remove convenience functions for revoked extensions by Erik Trauschke · 10 years ago
  94. 1cd8e7e add a little bit about ECDHE by Paul Kehrer · 10 years ago
  95. c8ab2ea Merge branch 'master' into crl_ossl_backend by Erik Trauschke · 10 years ago
  96. c219b96 Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend by Erik Trauschke · 10 years ago
  97. 08801cd Merge pull request #2427 from alex/ecdh by Paul Kehrer · 10 years ago
  98. 86ae0e5 Merge pull request #2417 from etrauschke/vectors_inval_certissuer by Paul Kehrer · 10 years ago
  99. ff59811 Merge pull request #2422 from Lukasa/static-build-docs by Paul Kehrer · 10 years ago
  100. c6951ee Merge pull request #2425 from reaperhulk/fix-encoding-der-added by Alex Gaynor · 10 years ago