1. 10 4月, 2015 3 次提交
  2. 09 4月, 2015 3 次提交
    • R
      Have mkerr.pl treat already existing multiline string defs properly · 2cfdfe09
      Richard Levitte 提交于
      Since source reformat, we ended up with some error reason string
      definitions that spanned two lines.  That in itself is fine, but we
      sometimes edited them to provide better strings than what could be
      automatically determined from the reason macro, for example:
      
          {ERR_REASON(SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER),
           "Peer haven't sent GOST certificate, required for selected ciphersuite"},
      
      However, mkerr.pl didn't treat those two-line definitions right, and
      they ended up being retranslated to whatever the macro name would
      indicate, for example:
      
          {ERR_REASON(SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER),
           "No gost certificate sent by peer"},
      
      Clearly not what we wanted.  This change fixes this problem.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      2cfdfe09
    • R
      Drop CA.sh for CA.pl · be739b0c
      Rich Salz 提交于
      Remove CA.sh script and use CA.pl for testing, etc.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      be739b0c
    • R
      consistent test-start logging · 5adac91e
      Rich Salz 提交于
      Output a consistent "start" marker for each test.
      Remove "2>/dev/null" from Makefile command lines.
      Add OPENSSL_CONFIG=/dev/null for places where it's needed, in
      order to suppress a warning message from the openssl CLI.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      5adac91e
  3. 08 4月, 2015 1 次提交
  4. 04 4月, 2015 8 次提交
  5. 03 4月, 2015 3 次提交
  6. 02 4月, 2015 6 次提交
  7. 01 4月, 2015 7 次提交
  8. 31 3月, 2015 8 次提交
  9. 30 3月, 2015 1 次提交