1. c8ab2ea Merge branch 'master' into crl_ossl_backend by Erik Trauschke · 10 years ago
  2. c219b96 Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend by Erik Trauschke · 10 years ago
  3. 018a965 Merge branch 'master', remote-tracking branch 'upstream/master' by Erik Trauschke · 10 years ago
  4. 99c45f1 Merge pull request #2436 from reaperhulk/extensions-repr by Alex Gaynor · 10 years ago
  5. afbe75b add __repr__ to x509.Extensions by Paul Kehrer · 10 years ago
  6. 08801cd Merge pull request #2427 from alex/ecdh by Paul Kehrer · 10 years ago
  7. 86ae0e5 Merge pull request #2417 from etrauschke/vectors_inval_certissuer by Paul Kehrer · 10 years ago
  8. ff59811 Merge pull request #2422 from Lukasa/static-build-docs by Paul Kehrer · 10 years ago
  9. 7a40209 better place for this test by Alex Gaynor · 10 years ago
  10. aaf4e8b another test by Alex Gaynor · 10 years ago
  11. 7c60ffc removed unused code, and added a test by Alex Gaynor · 10 years ago
  12. c6951ee Merge pull request #2425 from reaperhulk/fix-encoding-der-added by Alex Gaynor · 10 years ago
  13. c3874bb Merge pull request #2429 from simo5/patch-1 by Alex Gaynor · 10 years ago
  14. edfef29 Merge pull request #2431 from Ayrx/fix-docstring by Alex Gaynor · 10 years ago
  15. 799b33f be more pro-active in handling invalid keys by Alex Gaynor · 10 years ago
  16. cb87f62 Fix EC's generate_private_key param name by simo5 · 10 years ago
  17. 09d1b47 Add --no-use-wheel when building static wheels. by Cory Benfield · 10 years ago
  18. b5f1f72 Fix wrong mention of class in docstring. by Terry Chia · 10 years ago
  19. 68b3441 better document hte iface by Alex Gaynor · 10 years ago
  20. d294989 one more by Alex Gaynor · 10 years ago
  21. 39d38b9 clearer language by Alex Gaynor · 10 years ago
  22. 7adb92c backwards syntax by Alex Gaynor · 10 years ago
  23. 91113b9 unused import by Alex Gaynor · 10 years ago
  24. 4c081ad unused by Alex Gaynor · 10 years ago
  25. 2708323 changelog by Alex Gaynor · 10 years ago
  26. 5cdfba5 a refactor to the API by Alex Gaynor · 10 years ago
  27. 9aaeee0 Add an Elliptic Curve Key Exchange Algorithm(ECDH) by Simo Sorce · 10 years ago
  28. 943c7a8 fix extra space by Paul Kehrer · 10 years ago
  29. 0d6a74e make it clearer when PEM and DER encoding support was added by Paul Kehrer · 10 years ago
  30. 7a0ed4a Merge pull request #2419 from simo5/killKEX by Paul Kehrer · 10 years ago
  31. a6c8259 add crl file to test-vectors.rst by Erik Trauschke · 10 years ago
  32. e6abbfd Kill Key Exchange as a separate interface by Simo Sorce · 10 years ago
  33. 1e3e4a5 Merge pull request #2416 from etrauschke/d2i_bindings by Alex Gaynor · 10 years ago
  34. fcf08d6 add new CRL to test invalid certIssuer entry extension by Erik Trauschke · 10 years ago
  35. a1ee369 Merge branch 'master', remote-tracking branch 'upstream/master' by Erik Trauschke · 10 years ago
  36. f115e05 add binding for d2i_GENERAL_NAMES() by Erik Trauschke · 10 years ago
  37. d4e7d43 removing caching mechanism for x509 properties by Erik Trauschke · 10 years ago
  38. 164bae5 import fix by Erik Trauschke · 10 years ago
  39. 77f5a25 use X509ExtensionParser for Revoked extensions by Erik Trauschke · 10 years ago
  40. af3ea78 Merge pull request #2414 from simo5/fixECtestLoader by Paul Kehrer · 10 years ago
  41. 6e3b155 Fix load_kasvs_ecdh_vectors() COUNT sourcing by Simo Sorce · 10 years ago
  42. b14f7d1 doctest fix by Erik Trauschke · 10 years ago
  43. 3cdabaf fix indentations by Erik Trauschke · 10 years ago
  44. e69b975 Merge pull request #2413 from ddcc/master by Paul Kehrer · 10 years ago
  45. a529203 Merge pull request #2412 from alex/correct-syntax by Paul Kehrer · 10 years ago
  46. d148eef Merge pull request #2411 from gutworth/patch-1 by Alex Gaynor · 10 years ago
  47. 90ddd35 extend pkcs7 openssl bindings by Dominic Chen · 10 years ago
  48. 7f1aa4e nuke trailing whitespace by Benjamin Peterson · 10 years ago
  49. 4c2561a Use the right reST syntax for these by Alex Gaynor · 10 years ago
  50. 9ed312b use :returns: and put annotation in the correct place by Benjamin Peterson · 10 years ago
  51. 87494d1 Indicate the return type of CertificateBuilder.sign by Benjamin Peterson · 10 years ago
  52. 9adf8c6 Merge pull request #2409 from simo5/InvalidECfix by Alex Gaynor · 10 years ago
  53. 00f9409 Catch Invalid X or Y points and raise a ValueError by Simo Sorce · 10 years ago
  54. 8005a51 Merge pull request #2408 from reaperhulk/docs-docs-docs by Alex Gaynor · 10 years ago
  55. 3697db2 address review comments by Paul Kehrer · 10 years ago
  56. 06f360f add some links to public key loading in the RSA/DSA verification sections by Paul Kehrer · 10 years ago
  57. 0eafd9c Merge pull request #2406 from reaperhulk/update-docs-openssl-builder by Alex Gaynor · 10 years ago
  58. 937aa47 update docs to point at newer, fancier openssl builder by Paul Kehrer · 10 years ago
  59. 9b452fc Merge pull request #2403 from ddcc/patch-2 by Donald Stufft · 10 years ago
  60. 9c9910d Merge pull request #2402 from ddcc/patch-1 by Paul Kehrer · 10 years ago
  61. 1ec38f6 Merge pull request #2405 from alex/unkonwn-public-key by Paul Kehrer · 10 years ago
  62. 79bee4a typo by Alex Gaynor · 10 years ago
  63. 8453d64 handle errors by Alex Gaynor · 10 years ago
  64. 96605fc Fixed #2404 -- handle a certificate with an unknown public key by Alex Gaynor · 10 years ago
  65. 6661938 add 'hostname' to spellcheck dictionary by Dominic Chen · 10 years ago
  66. 9604d9e add shebang for setup.py scripts by Dominic Chen · 10 years ago
  67. 87bb957 fix to handle malformed certificates without hostname by Dominic Chen · 10 years ago
  68. 450d979 Merge pull request #2401 from reaperhulk/drop-py3-mac-098 by Donald Stufft · 10 years ago
  69. 4d2bcc3 remove py3 mac 0.9.8 jobs from travis by Paul Kehrer · 10 years ago
  70. 8e69350 Merge pull request #1882 from simo5/KEX by Paul Kehrer · 10 years ago
  71. a7c65b5 Introduce Key Exchange Agreements interface by Simo Sorce · 10 years ago
  72. cbc554c Merge pull request #2396 from reaperhulk/unpin-pytest by Alex Gaynor · 10 years ago
  73. 78f6b51 unpin pytest now that 2.8.2 is released by Paul Kehrer · 10 years ago
  74. 7a477d3 Merge pull request #2395 from Lukasa/static-build-docs by Paul Kehrer · 10 years ago
  75. 301d56b FIPS is a real word! by Cory Benfield · 10 years ago
  76. 3ed8b81 Missing OpenSSL.org link. by Cory Benfield · 10 years ago
  77. 8078184 Don't accidentally use out-of-date OpenSSLs. by Cory Benfield · 10 years ago
  78. ba8f638 Move link to bottom of docs page. by Cory Benfield · 10 years ago
  79. 6d44728 Document building static wheels on Linux. by Cory Benfield · 10 years ago
  80. 5b19c72 Merge pull request #2393 from Ayrx/add-missing-license by Paul Kehrer · 10 years ago
  81. ccfbbbc Merge pull request #2392 from alex/drop-tls by Paul Kehrer · 10 years ago
  82. 4756fa9 Add missing license header. by Terry Chia · 10 years ago
  83. bfda765 drop the tls, it uses a weird CA that's not supported on our CI by Alex Gaynor · 10 years ago
  84. 716dfd0 Merge pull request #2388 from reaperhulk/docs-testing by Alex Gaynor · 10 years ago
  85. e8d8ec4 Merge pull request #2390 from reaperhulk/x509-docs-fix by Alex Gaynor · 10 years ago
  86. 685eea4 Merge pull request #2391 from reaperhulk/hypothesis-fixes by Alex Gaynor · 10 years ago
  87. 2c145cc document the extension type requirement a bit better by Paul Kehrer · 10 years ago
  88. 584d9d6 hypothesis-pytest is no longer a required package by Paul Kehrer · 10 years ago
  89. 1dea513 Merge pull request #1773 from Ayrx/hypothesis by Paul Kehrer · 10 years ago
  90. 9ab8e7a Merge pull request #2389 from alex/https-some-links by Paul Kehrer · 10 years ago
  91. e98df9c Move hypothesis tests to the subfolder. by Terry Chia · 10 years ago
  92. 2c75ac6 add a word by Paul Kehrer · 10 years ago
  93. 4566cb9 a few more fixes by Alex Gaynor · 10 years ago
  94. 3197ab5 HTTPS-ifiy to some links by Alex Gaynor · 10 years ago
  95. 044c8dd simplify installation docs on OS X now that we have cffi wheels by Paul Kehrer · 10 years ago
  96. da74298 update our docs for the testing matrix to be accurate by Paul Kehrer · 10 years ago
  97. 34dd76d Merge pull request #2386 from mdjunior/master by Paul Kehrer · 10 years ago
  98. 6b55c4e test build ca request with path_length None by vicente.fiebig · 10 years ago
  99. 415889a Change '!=' to 'is not' by Manoel Domingues Junior · 10 years ago
  100. 0e94257 Handling path_length when ca is True by Manoel Domingues Junior · 10 years ago