1. 20 12月, 2015 1 次提交
  2. 17 12月, 2015 1 次提交
    • R
      Rename some BUF_xxx to OPENSSL_xxx · 7644a9ae
      Rich Salz 提交于
      Rename BUF_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      to OPENSSL_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      Add #define's for the old names.
      Add CRYPTO_{memdup,strndup}, called by OPENSSL_{memdup,strndup} macros.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7644a9ae
  3. 16 12月, 2015 3 次提交
  4. 15 12月, 2015 1 次提交
  5. 10 12月, 2015 1 次提交
  6. 08 12月, 2015 2 次提交
  7. 06 12月, 2015 1 次提交
  8. 05 12月, 2015 1 次提交
  9. 28 11月, 2015 1 次提交
  10. 25 11月, 2015 2 次提交
  11. 24 11月, 2015 1 次提交
  12. 20 11月, 2015 1 次提交
  13. 14 11月, 2015 2 次提交
  14. 10 11月, 2015 1 次提交
  15. 06 11月, 2015 1 次提交
    • M
      Don't finish the handshake twice · e6575156
      Matt Caswell 提交于
      We finish the handshake when we move into the TLS_ST_OK state. At various
      points we were also unnecessarily finishing it when we were reading/writing
      the Finished message. It's much simpler just to do it in TLS_ST_OK, so
      remove the other calls.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      e6575156
  16. 30 10月, 2015 17 次提交
  17. 24 10月, 2015 2 次提交
  18. 08 10月, 2015 1 次提交