1. 20 4月, 2016 1 次提交
  2. 22 2月, 2016 1 次提交
  3. 14 8月, 2015 1 次提交
  4. 12 8月, 2015 2 次提交
    • M
      Extend TLSProxy capabilities · a1accbb1
      Matt Caswell 提交于
      Add ServerHello parsing to TLSProxy.
      Also add some (very) limited ServerKeyExchange parsing.
      Add the capability to set client and server cipher lists
      Fix a bug with fragment lengths
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      a1accbb1
    • M
      Add some libssl tests · 011467ee
      Matt Caswell 提交于
      Two tests are added: one is a simple version tolerance test; the second is
      a test to ensure that OpenSSL operates correctly in the case of a zero
      length extensions block. The latter was broken inadvertently (now fixed)
      and it would have been helpful to have a test case for it.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      011467ee