1. 21 Sep, 2014 4 commits
  2. 20 Sep, 2014 1 commit
  3. 18 Sep, 2014 1 commit
  4. 11 Sep, 2014 1 commit
  5. 10 Sep, 2014 2 commits
  6. 09 Sep, 2014 5 commits
  7. 08 Sep, 2014 16 commits
  8. 07 Sep, 2014 1 commit
  9. 05 Sep, 2014 2 commits
    • Dr. Stephen Henson's avatar
      Add CHANGES entry for SCT viewer code. · 2102c53c
      Dr. Stephen Henson authored
      
      
      Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
      (cherry picked from commit b2774f6e)
      2102c53c
    • Adam Langley's avatar
      psk_client_callback, 128-byte id bug. · e12e8757
      Adam Langley authored
      
      
      Fix a bug in handling of 128 byte long PSK identity in
      psk_client_callback.
      
      OpenSSL supports PSK identities of up to (and including) 128 bytes in
      length. PSK identity is obtained via the psk_client_callback,
      implementors of which are expected to provide a NULL-terminated
      identity. However, the callback is invoked with only 128 bytes of
      storage thus making it impossible to return a 128 byte long identity and
      the required additional NULL byte.
      
      This CL fixes the issue by passing in a 129 byte long buffer into the
      psk_client_callback. As a safety precaution, this CL also zeroes out the
      buffer before passing it into the callback, uses strnlen for obtaining
      the length of the identity returned by the callback, and aborts the
      handshake if the identity (without the NULL terminator) is longer than
      128 bytes.
      
      (Original patch amended to achieve strnlen in a different way.)
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (cherry picked from commit be0d8517)
      e12e8757
  10. 04 Sep, 2014 1 commit
  11. 03 Sep, 2014 3 commits
  12. 02 Sep, 2014 1 commit
  13. 01 Sep, 2014 1 commit
  14. 31 Aug, 2014 1 commit