1. 03 4月, 2016 3 次提交
  2. 01 4月, 2016 3 次提交
  3. 31 3月, 2016 4 次提交
  4. 30 3月, 2016 1 次提交
  5. 28 3月, 2016 2 次提交
  6. 22 3月, 2016 1 次提交
  7. 21 3月, 2016 5 次提交
  8. 19 3月, 2016 3 次提交
  9. 18 3月, 2016 4 次提交
  10. 17 3月, 2016 3 次提交
  11. 16 3月, 2016 2 次提交
    • M
      Fix a TLSProxy race condition · 5427976d
      Matt Caswell 提交于
      TLSProxy starts s_server and specifies the number of client connects
      it should expect. After that s_server is supposed to close down
      automatically. However, if another test is then run then TLSProxy
      will start a new instance of s_server. If the previous instance
      hasn't closed down yet then the new instance can fail to bind to
      the socket.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      5427976d
    • F
      General verify options to openssl ts · 08538fc0
      fbroda 提交于
      This commit adds the general verify options of ocsp, verify,
      cms, etc. to the openssl timestamping app as suggested by
      Stephen N. Henson in [openssl.org #4287]. The conflicting
      "-policy" option of "openssl ts" has been renamed to
      "-tspolicy". Documentation and tests have been updated.
      
      CAVE: This will break code, which currently uses the "-policy"
      option.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      08538fc0
  12. 15 3月, 2016 1 次提交
  13. 12 3月, 2016 3 次提交
  14. 11 3月, 2016 5 次提交