1. 76e92e6 refactor some code into separate functions in asn1 encode (#4617) by Paul Kehrer · 6 years ago
  2. a84c5cd allow multi-valued RDNs (#4616) by Paul Kehrer · 6 years ago
  3. eb3e2e0 IssuingDistributionPoint support (parse only) (#4552) by Paul Kehrer · 6 years ago
  4. e4e7b89 PKCS12 Basic Parsing (#4553) by Paul Kehrer · 6 years ago
  5. 2f2f3d2 fix certbot downstream, show commit hash for all downstreams (#4614) by Paul Kehrer · 6 years ago
  6. b318e37 Add a retry on docker pull to be more resilient to intermittent failures (#4609) by Alex Gaynor · 6 years ago
  7. 8f3d259 add ed448 test vectors (#4608) by Paul Kehrer · 6 years ago
  8. c8dd3c0 Move SSH serialization to it's own file (#4607) by Alex Gaynor · 6 years ago
  9. bf621ba refactor serialization module into package (#4606) by Paul Kehrer · 6 years ago
  10. 8ec59be Added comments reminding us to improve this code when we go 1.1.1+ only (#4605) by Alex Gaynor · 6 years ago
  11. 6f88e01 X448 support (#4580) by Paul Kehrer · 6 years ago
  12. 579dfcf refactor x25519 exchange into utils (#4603) by Paul Kehrer · 6 years ago
  13. eda8a41 Import idna lazily to reduce our memory consumption (#4601) by Alex Gaynor · 6 years ago
  14. 3bd6159 Debian sid is now Python 3.7 (#4602) by Alex Gaynor · 6 years ago
  15. 3065e16 add sha3 support (#4573) by Paul Kehrer · 6 years ago
  16. cd4de3c port 2.4.2 changelog (#4599) by Paul Kehrer · 6 years ago
  17. ef70fc2 Bump 1.1.1 to a in travis (#4597) by Alex Gaynor · 6 years ago
  18. 8dc8264 Bump 1.1.0 in travis to j (#4595) by Alex Gaynor · 6 years ago
  19. e7a6229 Adjust DTLS check (#4593) by Rosen Penev · 6 years ago
  20. d373466 add EVPDigestFinalXOF for extendable output functions (#4589) by Paul Kehrer · 6 years ago
  21. 0dc5e3c refactor x25519 keygen into evp_pkey_keygen (#4587) by Paul Kehrer · 6 years ago
  22. b5d07b7 Ed bindings (#4586) by Paul Kehrer · 6 years ago
  23. fd64302 this hasn't worked in...years (#4585) by Paul Kehrer · 6 years ago
  24. d3b1804 error if the key length for x25519 isn't 32 bytes (#4584) by Paul Kehrer · 6 years ago
  25. d67fa82 add SHA512/224 and SHA512/256 support (#4575) by Paul Kehrer · 6 years ago
  26. 13365ef add bindings for early data (#4582) by Paul Kehrer · 6 years ago
  27. bcd3e8c add a little bit of x25519 interface docs we missed (#4574) by Paul Kehrer · 6 years ago
  28. 192ad8d upgrade docs to 1.1.1 (#4581) by Paul Kehrer · 6 years ago
  29. 7b57fe1 x448 bindings (#4577) by Paul Kehrer · 6 years ago
  30. 1cd33bc x448 test vectors (#4576) by Paul Kehrer · 6 years ago
  31. 3666786 add EVP raw key bindings (#4578) by Paul Kehrer · 6 years ago
  32. fec083e disable healthchecks on the rest of the hypothesis tests (#4579) by Paul Kehrer · 6 years ago
  33. a30013b add a few more EC OIDs (#4572) by Paul Kehrer · 6 years ago
  34. 6654329 Remove unnecessary use of six.binary_type (#4569) by Jon Dufresne · 6 years ago
  35. 5edac0c reopen master for 2.5 development (#4571) by Paul Kehrer · 6 years ago
  36. db08466 Revert O_CLOEXEC change to fix builds (#4570) by Alex Gaynor · 6 years ago
  37. 5e52fdc bump versions and update changelog for 2.4 release (#4568) by Paul Kehrer · 6 years ago
  38. 7d3daef parametrize a bunch of tests (#4365) by Paul Kehrer · 6 years ago
  39. 98420ea another pkcs12 vector (#4557) by Paul Kehrer · 6 years ago
  40. 94c13bb additional pkcs12 test vector (#4554) by Paul Kehrer · 6 years ago
  41. ea34c1a add various new TLS bindings (#4555) by Paul Kehrer · 6 years ago
  42. 95af1e3 add EC OIDs (#4435) by Paul Kehrer · 6 years ago
  43. 8f24aef move ObjectIdentifier to break an upcoming import cycle (#4550) by Paul Kehrer · 6 years ago
  44. 836250e suppress healthcheck too slow error (#4548) by Paul Kehrer · 6 years ago
  45. f5ab0de add pkcs12 test vectors (#4535) by Paul Kehrer · 6 years ago
  46. 84f6c1b Whitelist NTT for linkcheck (#4547) by Alex Gaynor · 6 years ago
  47. 74ce48c Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534) by Paul Kehrer · 6 years ago
  48. d91401d do not pass conversion on Solaris (#4545) by Bernát Gábor · 6 years ago
  49. f216775 Put the linkcheck build next to the other docs build (#4546) by Alex Gaynor · 6 years ago
  50. aa5f7a6 Simplify build matrix (#4543) by Paul Kehrer · 6 years ago
  51. 2f15dfb move linkcheck to travis (#4544) by Paul Kehrer · 6 years ago
  52. 983b35e create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542) by Paul Kehrer · 6 years ago
  53. 328c314 add issuingDistributionPoint vectors (#4537) by Paul Kehrer · 6 years ago
  54. d9451fb add SCT_get0_signature (#4540) by Paul Kehrer · 6 years ago
  55. e617c5a OCSP response builder (#4485) by Paul Kehrer · 6 years ago
  56. 6e756ae add IDP OID and docs (#4533) by Paul Kehrer · 6 years ago
  57. 80a0ab4 change ECDH documentation to show both classical ECDH and ECDHE (#4530) by Paul Kehrer · 6 years ago
  58. ece7442 reorder curves to put binary (SECT) curves down at the bottom (#4529) by Paul Kehrer · 6 years ago
  59. 44ccbf0 refactor _decode_dist_points (#4536) by Paul Kehrer · 6 years ago
  60. 38a3c41 add bindings for supporting the issuing distribution point CRL extension (#4532) by Paul Kehrer · 6 years ago
  61. 03eab03 add a new SCT vector (#4528) by Paul Kehrer · 6 years ago
  62. cf00824 run docker builds in travis instead of jenkins (#4526) by Paul Kehrer · 6 years ago
  63. 57c3a18 Failure is not an option (#4527) by Alex Gaynor · 6 years ago
  64. b7bd000 don't limit hypothesis's time to generate valid test permutations (#4525) by Paul Kehrer · 6 years ago
  65. 2d9f8e8 HTTPS one last URL (#4522) by Alex Gaynor · 6 years ago
  66. dc30b8e add _create_asn1_time (#4524) by Paul Kehrer · 6 years ago
  67. 1478d0b ignore new W504 from flake8/pycodestyle (#4521) by Paul Kehrer · 6 years ago
  68. 9569f5c OpenPGP's website is also HTTPS! (#4518) by Alex Gaynor · 6 years ago
  69. 4b840d5 refactor set_asn1_time to take a datetime (#4516) by Paul Kehrer · 6 years ago
  70. df57af0 oss-security page is https too! (#4517) by Alex Gaynor · 6 years ago
  71. 5e5990a Colin's website went HTTPS! (#4515) by Alex Gaynor · 6 years ago
  72. 6345364 bind a constant for an error check (#4514) by Paul Kehrer · 6 years ago
  73. a9b4f86 next_update is not a required field on OCSP responses (#4513) by Paul Kehrer · 6 years ago
  74. f6f2d7e Another URL goes https! (#4512) by Alex Gaynor · 6 years ago
  75. a9feff3 Update the linkcheck ignores (#4511) by Alex Gaynor · 6 years ago
  76. 71e4251 blacklist latest hypothesis and pytest (#4510) by Paul Kehrer · 6 years ago
  77. a476453 Fixes #4500 -- use O_CLOEXEC when opening the /dev/urandom file descriptor (#4507) by Alex Gaynor · 6 years ago
  78. 5555241 add note about dropping LibreSSL 2.4.x support (#4506) by Paul Kehrer · 6 years ago
  79. c07b5e7 Remove branch for old libressl versions that we don't support any more (#4505) by Alex Gaynor · 6 years ago
  80. 36fca96 Add testing with LibreSSL 2.8.2 (#4501) by Alex Gaynor · 6 years ago
  81. d2df398 blacklist some pytests (#4502) by Paul Kehrer · 6 years ago
  82. 8a35a20 Enhance info on pip requirements intallation (#4499) by André Almeida · 6 years ago
  83. ef18e61 Add definitions that help with hostname checking (#4492) by Kai Engert · 6 years ago
  84. 838bc4a simplify some language (#4495) by Paul Kehrer · 6 years ago
  85. 6460228 Style nits for docs (#4494) by Alex Gaynor · 6 years ago
  86. 2a3c691 Use our cryptography-specific warning class (#4493) by Alex Gaynor · 6 years ago
  87. 16f746f Add a tutorial explaining how to check the signature of a certificate (#4478) by g_goessel · 6 years ago
  88. 338b0b0 Fixes #4459 -- switch all our builds to xenial on travis (#4486) by Alex Gaynor · 6 years ago
  89. 788b859 OCSP response serialization (#4482) by Paul Kehrer · 6 years ago
  90. 0c07580 support extensions in the OCSP request builder (#4481) by Paul Kehrer · 6 years ago
  91. ff7e397 Cleanup _encode_asn1_str_gc: don't require the length as an argument (#4484) by Alex Gaynor · 6 years ago
  92. b8db668 add OCSP basic response extension parsing (#4479) by Paul Kehrer · 6 years ago
  93. 55c3310 consolidate the duplicate extension check (#4483) by Paul Kehrer · 6 years ago
  94. cdb7a2d additional OCSP bindings for the response builder (#4480) by Paul Kehrer · 6 years ago
  95. a07de31 support OCSP response parsing (#4452) by Paul Kehrer · 6 years ago
  96. 1717f8c add ed25519 bindings (#4476) by Paul Kehrer · 6 years ago
  97. 0a7bebf Remove conditionals for OpenSSL 1.1.1 pre-releases (#4467) by Alex Gaynor · 6 years ago
  98. 9aefda9 Move linkcheck tox env to use setup.py to get docs dependencies (#4473) by Alex Gaynor · 6 years ago
  99. edfedc1 a few docs fixes and language improvements (#4472) by Paul Kehrer · 6 years ago
  100. 7700251 block sphinx 1.8.0 since it fails our docs job (#4469) by Paul Kehrer · 6 years ago