1. 20 Jul, 2016 9 commits
  2. 19 Jul, 2016 30 commits
  3. 18 Jul, 2016 1 commit
    • Matt Caswell's avatar
      Refactor Identity Hint handling · e3ea3afd
      Matt Caswell authored
      
      
      Don't call strncpy with strlen of the source as the length. Don't call
      strlen multiple times. Eventually we will want to replace this with a proper
      PACKET style handling (but for construction of PACKETs instead of just
      reading them as it is now). For now though this is safe because
      PSK_MAX_IDENTITY_LEN will always fit into the destination buffer.
      
      This addresses an OCAP Audit issue.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      e3ea3afd