1. 22 11月, 2016 1 次提交
  2. 28 10月, 2016 1 次提交
  3. 19 8月, 2016 1 次提交
    • M
      Split create_ssl_connection() · b4982125
      Matt Caswell 提交于
      Split the create_ssl_connection() helper function into two steps: one to
      create the SSL objects, and one to actually create the connection. This
      provides the ability to make changes to the SSL object before the
      connection is actually made.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      b4982125
  4. 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
  5. 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