1. 08 2月, 2016 3 次提交
    • M
      Handle SSL_shutdown while in init more appropriately #2 · 64f9f406
      Matt Caswell 提交于
      Previous commit 7bb196a7 attempted to "fix" a problem with the way
      SSL_shutdown() behaved whilst in mid-handshake. The original behaviour had
      SSL_shutdown() return immediately having taken no action if called mid-
      handshake with a return value of 1 (meaning everything was shutdown
      successfully). In fact the shutdown has not been successful.
      
      Commit 7bb196a7 changed that to send a close_notify anyway and then
      return. This seems to be causing some problems for some applications so
      perhaps a better (much simpler) approach is revert to the previous
      behaviour (no attempt at a shutdown), but return -1 (meaning the shutdown
      was not successful).
      
      This also fixes a bug where SSL_shutdown always returns 0 when shutdown
      *very* early in the handshake (i.e. we are still using SSLv23_method).
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      64f9f406
    • R
      more doc fixes · a173a7ee
      Rich Salz 提交于
      dgst: using digest instead of specific digest commands
      the digest list specified in man dgst may be inaccurate, hence using
      digest and referring to the list in digest-commands
      
      'sha' as a digest name is no longer supported
      
      dgst,pkeyutl cmds help cleanup
      - In dgst, pkeyutl cmds, some options help was missing.
      - fixed a minor typo in openssl.pod, that fixes make install.
      - digest-commands was showing ‘sha’, which is not a supported digest
      anymore.
      Signed-off-by: NRich Salz <rsalz@openssl.org>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      a173a7ee
    • D
      99978d51
  2. 07 2月, 2016 10 次提交
  3. 06 2月, 2016 25 次提交
  4. 05 2月, 2016 2 次提交