1. 15 1月, 2016 8 次提交
  2. 14 1月, 2016 31 次提交
  3. 13 1月, 2016 1 次提交
    • R
      Fix test/recipes/80-test_ca.t to work on VMS · 4034c38b
      Richard Levitte 提交于
      VMS uses a variant of openssl.cnf named openssl-vms.cnf.
      
      There's a Perl on VMS mystery where a open pipe will not SIGPIPE when
      the child process exits, which means that a loop sending "y\n" to it
      will never stop.  Adding a counter helps fix this (set to 10, we know
      that none of the CA.pl commands will require more).
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      4034c38b