1. b7ee910 Merge pull request #2445 from alex/name-hash by Paul Kehrer · 10 years ago
  2. 1aecec7 typo by Alex Gaynor · 10 years ago
  3. d94de17 changelog entry by Alex Gaynor · 10 years ago
  4. 9442fa9 Fixed #2444 -- added an __hash__ to x509 Names by Alex Gaynor · 10 years ago
  5. 95080e9 Merge pull request #2441 from reaperhulk/better-linking-docs by Alex Gaynor · 10 years ago
  6. 89c55b2 some ec key exchange doc improvements by Paul Kehrer · 10 years ago
  7. b340767 Merge pull request #1970 from reaperhulk/aes-keywrap-python by lvh · 10 years ago
  8. 68bab79 add comments on test cases to explain reasons a bit better by Paul Kehrer · 10 years ago
  9. 5af3043 update a comment by Paul Kehrer · 10 years ago
  10. 974e875 add info about the rfc by Paul Kehrer · 10 years ago
  11. 42e029b expand keywrap intro docs by Paul Kehrer · 10 years ago
  12. cee3736 make skip message more verbose by Paul Kehrer · 10 years ago
  13. 6f6cf00 add version added info and doc exception by Paul Kehrer · 10 years ago
  14. 128567a pep8! by Paul Kehrer · 10 years ago
  15. 0d76a2e add changelog entry by Paul Kehrer · 10 years ago
  16. ca8e161 AES keywrap support by Paul Kehrer · 10 years ago
  17. 2d79836 Merge pull request #2440 from reaperhulk/small-cleanups by Alex Gaynor · 10 years ago
  18. 0be37fb hoist a dict up to module scope so we don't recreate it every call by Paul Kehrer · 10 years ago
  19. 8735548 add changelog entry by Paul Kehrer · 10 years ago
  20. dcdf967 move revoked_certificate assignment in the doctests by Paul Kehrer · 10 years ago
  21. 0219e66 fix some indentation by Paul Kehrer · 10 years ago
  22. 6a2e08b Merge pull request #2315 from etrauschke/crl_ossl_backend by Paul Kehrer · 10 years ago
  23. cee79f8 test fix by Erik Trauschke · 10 years ago
  24. 41cfb0d Merge pull request #2437 from reaperhulk/ecdhe-docs by Hynek Schlawack · 10 years ago
  25. 32bbfe0 remove convenience functions for revoked extensions by Erik Trauschke · 10 years ago
  26. d5022a8 Merge pull request #2439 from pyca/alex-patch-1 by Paul Kehrer · 10 years ago
  27. ae16a0a Merge pull request #2438 from pyca/int-width by Hynek Schlawack · 10 years ago
  28. 6355cce Switch back to a released version of codecov by Alex Gaynor · 10 years ago
  29. 20ec31b Remove long comments and workarounds, use new cffi syntax by Alex Gaynor · 10 years ago
  30. 1cd8e7e add a little bit about ECDHE by Paul Kehrer · 10 years ago
  31. 12121fc add comments by Erik Trauschke · 10 years ago
  32. c8ab2ea Merge branch 'master' into crl_ossl_backend by Erik Trauschke · 10 years ago
  33. c219b96 Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend by Erik Trauschke · 10 years ago
  34. 018a965 Merge branch 'master', remote-tracking branch 'upstream/master' by Erik Trauschke · 10 years ago
  35. 99c45f1 Merge pull request #2436 from reaperhulk/extensions-repr by Alex Gaynor · 10 years ago
  36. afbe75b add __repr__ to x509.Extensions by Paul Kehrer · 10 years ago
  37. 08801cd Merge pull request #2427 from alex/ecdh by Paul Kehrer · 10 years ago
  38. 86ae0e5 Merge pull request #2417 from etrauschke/vectors_inval_certissuer by Paul Kehrer · 10 years ago
  39. ff59811 Merge pull request #2422 from Lukasa/static-build-docs by Paul Kehrer · 10 years ago
  40. 7a40209 better place for this test by Alex Gaynor · 10 years ago
  41. aaf4e8b another test by Alex Gaynor · 10 years ago
  42. 7c60ffc removed unused code, and added a test by Alex Gaynor · 10 years ago
  43. c6951ee Merge pull request #2425 from reaperhulk/fix-encoding-der-added by Alex Gaynor · 10 years ago
  44. c3874bb Merge pull request #2429 from simo5/patch-1 by Alex Gaynor · 10 years ago
  45. edfef29 Merge pull request #2431 from Ayrx/fix-docstring by Alex Gaynor · 10 years ago
  46. 799b33f be more pro-active in handling invalid keys by Alex Gaynor · 10 years ago
  47. cb87f62 Fix EC's generate_private_key param name by simo5 · 10 years ago
  48. 09d1b47 Add --no-use-wheel when building static wheels. by Cory Benfield · 10 years ago
  49. b5f1f72 Fix wrong mention of class in docstring. by Terry Chia · 10 years ago
  50. 68b3441 better document hte iface by Alex Gaynor · 10 years ago
  51. d294989 one more by Alex Gaynor · 10 years ago
  52. 39d38b9 clearer language by Alex Gaynor · 10 years ago
  53. 7adb92c backwards syntax by Alex Gaynor · 10 years ago
  54. 91113b9 unused import by Alex Gaynor · 10 years ago
  55. 4c081ad unused by Alex Gaynor · 10 years ago
  56. 2708323 changelog by Alex Gaynor · 10 years ago
  57. 5cdfba5 a refactor to the API by Alex Gaynor · 10 years ago
  58. 9aaeee0 Add an Elliptic Curve Key Exchange Algorithm(ECDH) by Simo Sorce · 10 years ago
  59. 943c7a8 fix extra space by Paul Kehrer · 10 years ago
  60. 0d6a74e make it clearer when PEM and DER encoding support was added by Paul Kehrer · 10 years ago
  61. 7a0ed4a Merge pull request #2419 from simo5/killKEX by Paul Kehrer · 10 years ago
  62. a6c8259 add crl file to test-vectors.rst by Erik Trauschke · 10 years ago
  63. e6abbfd Kill Key Exchange as a separate interface by Simo Sorce · 10 years ago
  64. 1e3e4a5 Merge pull request #2416 from etrauschke/d2i_bindings by Alex Gaynor · 10 years ago
  65. fcf08d6 add new CRL to test invalid certIssuer entry extension by Erik Trauschke · 10 years ago
  66. a1ee369 Merge branch 'master', remote-tracking branch 'upstream/master' by Erik Trauschke · 10 years ago
  67. f115e05 add binding for d2i_GENERAL_NAMES() by Erik Trauschke · 10 years ago
  68. d4e7d43 removing caching mechanism for x509 properties by Erik Trauschke · 10 years ago
  69. 164bae5 import fix by Erik Trauschke · 10 years ago
  70. 77f5a25 use X509ExtensionParser for Revoked extensions by Erik Trauschke · 10 years ago
  71. af3ea78 Merge pull request #2414 from simo5/fixECtestLoader by Paul Kehrer · 10 years ago
  72. 6e3b155 Fix load_kasvs_ecdh_vectors() COUNT sourcing by Simo Sorce · 10 years ago
  73. b14f7d1 doctest fix by Erik Trauschke · 10 years ago
  74. 3cdabaf fix indentations by Erik Trauschke · 10 years ago
  75. e69b975 Merge pull request #2413 from ddcc/master by Paul Kehrer · 10 years ago
  76. a529203 Merge pull request #2412 from alex/correct-syntax by Paul Kehrer · 10 years ago
  77. d148eef Merge pull request #2411 from gutworth/patch-1 by Alex Gaynor · 10 years ago
  78. 90ddd35 extend pkcs7 openssl bindings by Dominic Chen · 10 years ago
  79. 7f1aa4e nuke trailing whitespace by Benjamin Peterson · 10 years ago
  80. 4c2561a Use the right reST syntax for these by Alex Gaynor · 10 years ago
  81. 9ed312b use :returns: and put annotation in the correct place by Benjamin Peterson · 10 years ago
  82. 87494d1 Indicate the return type of CertificateBuilder.sign by Benjamin Peterson · 10 years ago
  83. 9adf8c6 Merge pull request #2409 from simo5/InvalidECfix by Alex Gaynor · 10 years ago
  84. 00f9409 Catch Invalid X or Y points and raise a ValueError by Simo Sorce · 10 years ago
  85. 8005a51 Merge pull request #2408 from reaperhulk/docs-docs-docs by Alex Gaynor · 10 years ago
  86. 3697db2 address review comments by Paul Kehrer · 10 years ago
  87. 06f360f add some links to public key loading in the RSA/DSA verification sections by Paul Kehrer · 10 years ago
  88. 0eafd9c Merge pull request #2406 from reaperhulk/update-docs-openssl-builder by Alex Gaynor · 10 years ago
  89. 937aa47 update docs to point at newer, fancier openssl builder by Paul Kehrer · 10 years ago
  90. 9b452fc Merge pull request #2403 from ddcc/patch-2 by Donald Stufft · 10 years ago
  91. 9c9910d Merge pull request #2402 from ddcc/patch-1 by Paul Kehrer · 10 years ago
  92. 1ec38f6 Merge pull request #2405 from alex/unkonwn-public-key by Paul Kehrer · 10 years ago
  93. 79bee4a typo by Alex Gaynor · 10 years ago
  94. 8453d64 handle errors by Alex Gaynor · 10 years ago
  95. 96605fc Fixed #2404 -- handle a certificate with an unknown public key by Alex Gaynor · 10 years ago
  96. 6661938 add 'hostname' to spellcheck dictionary by Dominic Chen · 10 years ago
  97. 9604d9e add shebang for setup.py scripts by Dominic Chen · 10 years ago
  98. 87bb957 fix to handle malformed certificates without hostname by Dominic Chen · 10 years ago
  99. 450d979 Merge pull request #2401 from reaperhulk/drop-py3-mac-098 by Donald Stufft · 10 years ago
  100. 4d2bcc3 remove py3 mac 0.9.8 jobs from travis by Paul Kehrer · 10 years ago