1. 08 1月, 2016 11 次提交
  2. 07 1月, 2016 1 次提交
  3. 06 1月, 2016 1 次提交
  4. 04 1月, 2016 2 次提交
  5. 03 1月, 2016 1 次提交
  6. 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
  7. 30 12月, 2015 1 次提交
  8. 29 12月, 2015 1 次提交
  9. 24 12月, 2015 5 次提交
  10. 23 12月, 2015 2 次提交
  11. 22 12月, 2015 4 次提交
  12. 18 12月, 2015 1 次提交
  13. 17 12月, 2015 3 次提交
  14. 16 12月, 2015 3 次提交
  15. 15 12月, 2015 2 次提交