1. 14 6月, 2016 1 次提交
    • M
      Add some session API tests · 2cb4b5f6
      Matt Caswell 提交于
      This commit adds some session API tests, and in particular tests the
      modified behaviour of SSL_set_session() introduced in the last commit. To
      do this I have factored out some common code from the asynciotest into a
      new ssltestlib.c file. I've also renamed getsettest to sslapitest as this
      more closely matches what it now is!
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      2cb4b5f6
  2. 20 5月, 2016 1 次提交
    • M
      Add an async io test · d7295cd6
      Matt Caswell 提交于
      This adds an async IO test. There are two test runs. The first one does
      a normal handshake with lots of async IO events. The second one does the
      same but this time breaks up all the written records into multiple records
      of one byte in length. We do this all the way up until the CCS.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      d7295cd6