1. 030c4ac add missing basepython by Paul Kehrer · 9 years ago
  2. 1dafc3f add a pypy-nocoverage target and use that on OS X by Paul Kehrer · 9 years ago
  3. cfd90a2 Drop pypy3, we don't run it in CI, and we won't run it again until these issues are resolved by Alex Gaynor · 9 years ago
  4. 6677003 Attempt to enable coverage on pypy by Alex Gaynor · 9 years ago
  5. a7fcdb4 Merge pull request #2625 from reaperhulk/full-coverage by Alex Gaynor · 9 years ago
  6. 9d8390c Merge pull request #2635 from alex/rfc-hash by Paul Kehrer · 9 years ago
  7. 29b407d add a py27 for 1.0.0 as well by Paul Kehrer · 9 years ago
  8. 9dba330 run a 1.0.0 test in travis as well by Paul Kehrer · 9 years ago
  9. 743a213 Merge pull request #2636 from alex/uri-hash by Paul Kehrer · 9 years ago
  10. b6a0f24 Merge pull request #2633 from reaperhulk/travis-sed-thing by Alex Gaynor · 9 years ago
  11. d1b5681 Implement __hash__ on UniformResourceIdentifier by Alex Gaynor · 9 years ago
  12. b642dee Implement __hash__ on RFC822Name by Alex Gaynor · 9 years ago
  13. 2d96df9 more review comments by Paul Kehrer · 9 years ago
  14. 56124d3 match a bit more robustly by Paul Kehrer · 9 years ago
  15. a39a23c Merge pull request #2634 from alex/avoid-legacy-shell by Paul Kehrer · 9 years ago
  16. fa091f4 sed the openssl makefile to change the shlib version by Paul Kehrer · 9 years ago
  17. 1b9b907 Backticks are apparently legacy. by Alex Gaynor · 9 years ago
  18. 8dfee5b Merge pull request #2632 from alex/quoting by Paul Kehrer · 9 years ago
  19. 345859d Quote a few things that shellcheck suggests by Alex Gaynor · 9 years ago
  20. ec804d8 Merge pull request #2629 from reaperhulk/travis-refactor by Alex Gaynor · 9 years ago
  21. 1e953ee use -n instead of ! -z by Paul Kehrer · 9 years ago
  22. 636f119 Merge pull request #2631 from alex/remove-hack by Paul Kehrer · 9 years ago
  23. f3184d2 refactor travis custom openssl code to work with other versions by Paul Kehrer · 9 years ago
  24. 57fdade Remove lucid hack, this should our custom OpenSSL compilation by Alex Gaynor · 9 years ago
  25. b34f839 Merge pull request #2630 from reaperhulk/travis-update-osx by Alex Gaynor · 9 years ago
  26. 11d1871 Merge pull request #2628 from reaperhulk/travis-reduce-osx by Alex Gaynor · 9 years ago
  27. a490aaf update osx_image values based on travis supported versions by Paul Kehrer · 9 years ago
  28. 0d59751 don't test CC on a dynamic link build on OS X travis by Paul Kehrer · 9 years ago
  29. ad3020e Merge pull request #2553 from reaperhulk/098-change by Alex Gaynor · 9 years ago
  30. 80b1281 be less verbose when untarring by Paul Kehrer · 9 years ago
  31. de09780 Merge pull request #2626 from reaperhulk/dstufft-also-annoyed-by-mentionbot by Alex Gaynor · 9 years ago
  32. 331b496 rename 098 directory in CI to 098l by Paul Kehrer · 9 years ago
  33. fa837c1 @dstufft is also annoyed by the mentionbot by Paul Kehrer · 9 years ago
  34. 4dcc0fe Merge pull request #2624 from alex/2016 by Paul Kehrer · 9 years ago
  35. b5804e0 Merge pull request #2617 from reaperhulk/compiler-mingw-why-not by Alex Gaynor · 9 years ago
  36. 9d36129 Bump the copyright year by Alex Gaynor · 9 years ago
  37. 33980bb convert other extra_link_args calls by Paul Kehrer · 9 years ago
  38. 7105e7f Merge pull request #2621 from reaperhulk/update-links by Alex Gaynor · 9 years ago
  39. 4741a3c Merge pull request #2618 from reaperhulk/fix-2432 by Alex Gaynor · 9 years ago
  40. d9c7eeb Merge pull request #2616 from reaperhulk/docs-accurate-osx by Alex Gaynor · 9 years ago
  41. 277b701 update some links with the redirects shown in the linkchecker by Paul Kehrer · 9 years ago
  42. 86d108e Merge pull request #2620 from reaperhulk/opt-out-exarkun by Jean-Paul Calderone · 9 years ago
  43. b8b71ea @exarkun has requested that he be removed from mention-bot by Paul Kehrer · 9 years ago
  44. a14a861 don't add the NXCOMPAT and DYNAMICBASE flags if the compiler isn't msvc by Paul Kehrer · 9 years ago
  45. b29f464 disambiguate a version number by Paul Kehrer · 9 years ago
  46. 33151a4 Merge pull request #2615 from reaperhulk/doc-deprecations by Alex Gaynor · 9 years ago
  47. 3a321ff Merge pull request #2614 from reaperhulk/doc-wheel-cache by Alex Gaynor · 9 years ago
  48. d3a17c8 provide a bit more detail about the underlying public key formats by Paul Kehrer · 9 years ago
  49. 13e55df make the os x install docs more accurate by Paul Kehrer · 9 years ago
  50. 56b360a prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations by Paul Kehrer · 9 years ago
  51. d4ea53b add a small note about clearing the wheel cache by Paul Kehrer · 9 years ago
  52. 46f4ab0 Merge pull request #2613 from reaperhulk/warn-on-openssl-lt-101 by Alex Gaynor · 9 years ago
  53. f23722a add changelog entry for 0.9.8/1.0.0 deprecation by Paul Kehrer · 9 years ago
  54. a8af5ee deprecationwarning for OpenSSL < 1.0.1 as upstream has dropped support by Paul Kehrer · 9 years ago
  55. e22309c Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux by Alex Gaynor · 9 years ago
  56. 5660526 Merge pull request #2609 from reaperhulk/extension-for-class-exception by Alex Gaynor · 9 years ago
  57. e3a4081 Merge pull request #2608 from alex/serialization-docs by Paul Kehrer · 9 years ago
  58. e69c5fe don't allow UnrecognizedExtension with get_extension_for_class by Paul Kehrer · 9 years ago
  59. b4dc88a Better document the return type of serialization load functions by Alex Gaynor · 9 years ago
  60. f5bc3eb backticks by Paul Kehrer · 9 years ago
  61. 58ddc11 support unrecognized extensions in x509 by Paul Kehrer · 9 years ago
  62. 7640889 Merge pull request #2604 from reaperhulk/unrecognized-extension-class by Alex Gaynor · 9 years ago
  63. d72d8a2 Merge pull request #2606 from pyca/alex-patch-1 by Donald Stufft · 9 years ago
  64. 9a0ad04 Fixed #2605 -- require setuptools 1.0 by Alex Gaynor · 9 years ago
  65. 1628b5c language update by Paul Kehrer · 9 years ago
  66. 50e9dd8 py3 repr will be different by Paul Kehrer · 9 years ago
  67. 66ca9f7 Merge pull request #2603 from reaperhulk/unrecognized-extension-vector by Alex Gaynor · 9 years ago
  68. 14fd697 add UnrecognizedExtension class by Paul Kehrer · 9 years ago
  69. 249d9be new unsupported extension x509 test vector by Paul Kehrer · 9 years ago
  70. 411ca8e Merge pull request #2601 from alex/get-your-crypto-with-crypto by Paul Kehrer · 9 years ago
  71. d1349d3 Port a few cr.yp.to links to be HTTPS by Alex Gaynor · 9 years ago
  72. 42e0c79 Merge pull request #2599 from reaperhulk/oaep-fix by Alex Gaynor · 9 years ago
  73. c809360 RSA_R_OAEP_DECODING_ERROR is pretty ubiquitous by Paul Kehrer · 9 years ago
  74. 7721785 move test by Paul Kehrer · 9 years ago
  75. 9413994 pep8 fix, rename test, add a comment to explain it by Paul Kehrer · 9 years ago
  76. b4ff118 Move private key initialization out of pytest.raises block by Christopher Grebs · 9 years ago
  77. cb77736 Fix test again and add pytest.raises statement by Christopher Grebs · 9 years ago
  78. b6b810a Fixed test scenario to use different key. by Christopher Grebs · 9 years ago
  79. 525f713 Add simple test that would fail on decryption by Christopher Grebs · 9 years ago
  80. 6b22d66 Add support for RSA_R_OAEP_DECODING_ERROR error flag. by Christopher Grebs · 9 years ago
  81. 5dc50c0 make this 0.9.8l and cry by Paul Kehrer · 9 years ago
  82. fb7659c Merge pull request #2598 from reaperhulk/index-cp by Alex Gaynor · 9 years ago
  83. 8b69cb9 Merge pull request #2597 from reaperhulk/index-cdp by Alex Gaynor · 9 years ago
  84. 217fad8 Merge pull request #2596 from reaperhulk/index-aia by Alex Gaynor · 9 years ago
  85. e8db7bd support indexing in CertificatePolicies by Paul Kehrer · 9 years ago
  86. ee2e92d support indexing in CDP by Paul Kehrer · 9 years ago
  87. ad4b359 support indexing in AIA by Paul Kehrer · 9 years ago
  88. 58fb257 Merge pull request #2595 from alex/crl-reason-hash by Paul Kehrer · 9 years ago
  89. b25888d Merge pull request #2594 from reaperhulk/hash-bc by Alex Gaynor · 9 years ago
  90. 07d5cae Refs #2578 -- implement __hash__ on CRLReason by Alex Gaynor · 9 years ago
  91. b39af8d hash ne test by Paul Kehrer · 9 years ago
  92. b04b67e Merge pull request #2593 from reaperhulk/crl-support-ec-dsa by Alex Gaynor · 9 years ago
  93. 2eb69f6 implement hash on basicconstraints by Paul Kehrer · 9 years ago
  94. 9d34531 Support EC and DSA signing of CRLs in the OpenSSL backend by Paul Kehrer · 9 years ago
  95. d5d0a31 Merge pull request #2591 from alex/reduce-duplication by Paul Kehrer · 9 years ago
  96. 040a6e1 fix a ptr liveness bug by Alex Gaynor · 9 years ago
  97. 6ca8773 Reduce duplication, write a function by Alex Gaynor · 9 years ago
  98. 98f3df9 Merge pull request #2582 from reaperhulk/revokedcertbuilder-extensions by Alex Gaynor · 9 years ago
  99. 3a03d7b _encode_alt_name already does this by Paul Kehrer · 9 years ago
  100. 7dfaa40 add test for invalid extension type by Paul Kehrer · 9 years ago