Skip to content

0.9.11

Compare
Choose a tag to compare
@kares kares released this 08 Oct 15:33
· 768 commits to master since this release
  • add TLSv1_1_client, TLSv1_1_server, TLSv1_2_client and TLSv1_2_server options
    to ssl_version (#65)
  • regression make sure we hold a buffered reader so that the loop continues
    reading PEMs - previously introduced an incompatibility with cert verify (#67)
  • support negotiating up to TLS1_1 and TLS1_2 when the server supports these
    ssl_versions (#63)