1. 07 7月, 2017 1 次提交
  2. 04 5月, 2017 1 次提交
  3. 29 3月, 2017 1 次提交
  4. 16 3月, 2017 1 次提交
  5. 06 12月, 2016 2 次提交
  6. 30 11月, 2016 1 次提交
  7. 23 11月, 2016 2 次提交
  8. 10 11月, 2016 1 次提交
  9. 07 11月, 2016 1 次提交
  10. 03 11月, 2016 1 次提交
  11. 02 11月, 2016 1 次提交
  12. 16 8月, 2016 1 次提交
  13. 20 4月, 2016 1 次提交
  14. 14 8月, 2015 1 次提交
  15. 12 8月, 2015 1 次提交
    • M
      Add a libssl test harness · 631c1206
      Matt Caswell 提交于
      This commit provides a set of perl modules that support the testing of
      libssl. The test harness operates as a man-in-the-middle proxy between
      s_server and s_client. Both s_server and s_client must be started using the
      "-testmode" option which loads the new OSSLTEST engine.
      
      The test harness enables scripts to be written that can examine the packets
      sent during a handshake, as well as (potentially) modifying them so that
      otherwise illegal handshake messages can be sent.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      631c1206