1. 02 1月, 2016 2 次提交
    • V
      Protocol version selection and negotiation rewrite · 4fa52141
      Viktor Dukhovni 提交于
      The protocol selection code is now consolidated in a few consecutive
      short functions in a single file and is table driven.  Protocol-specific
      constraints that influence negotiation are moved into the flags
      field of the method structure.  The same protocol version constraints
      are now applied in all code paths.  It is now much easier to add
      new protocol versions without reworking the protocol selection
      logic.
      
      In the presence of "holes" in the list of enabled client protocols
      we no longer select client protocols below the hole based on a
      subset of the constraints and then fail shortly after when it is
      found that these don't meet the remaining constraints (suiteb, FIPS,
      security level, ...).  Ideally, with the new min/max controls users
      will be less likely to create "holes" in the first place.
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      4fa52141
    • K
      7946ab33
  2. 01 1月, 2016 2 次提交
  3. 30 12月, 2015 1 次提交
  4. 28 12月, 2015 3 次提交
  5. 24 12月, 2015 1 次提交
  6. 23 12月, 2015 1 次提交
  7. 20 12月, 2015 1 次提交
  8. 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
  9. 16 12月, 2015 3 次提交
  10. 15 12月, 2015 1 次提交
  11. 10 12月, 2015 1 次提交
  12. 08 12月, 2015 2 次提交
  13. 06 12月, 2015 1 次提交
  14. 05 12月, 2015 1 次提交
  15. 28 11月, 2015 1 次提交
  16. 25 11月, 2015 2 次提交
  17. 24 11月, 2015 1 次提交
  18. 20 11月, 2015 1 次提交
  19. 14 11月, 2015 2 次提交
  20. 10 11月, 2015 1 次提交
  21. 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
  22. 30 10月, 2015 10 次提交