1. 28 Oct, 2014 1 commit
    • Emilia Kasper's avatar
      Tighten session ticket handling · d663df23
      Emilia Kasper authored
      
      
      Tighten client-side session ticket handling during renegotiation:
      ensure that the client only accepts a session ticket if the server sends
      the extension anew in the ServerHello. Previously, a TLS client would
      reuse the old extension state and thus accept a session ticket if one was
      announced in the initial ServerHello.
      
      Reviewed-by: default avatarBodo Moeller <bodo@openssl.org>
      d663df23
  2. 27 Oct, 2014 3 commits
  3. 24 Oct, 2014 2 commits
  4. 23 Oct, 2014 2 commits
    • Andy Polyakov's avatar
      ecp_nistz256 update. · 3ff08e1d
      Andy Polyakov authored
      
      
      Facilitate switch to custom scatter-gather routines. This modification
      does not change algorithms, only makes it possible to implement
      alternative. This is achieved by a) moving precompute table to assembly
      (perlasm parses ecp_nistz256_table.c and is free to rearrange data to
      match gathering algorithm); b) adhering to explicit scatter subroutine
      (which for now is simply a memcpy). First implementations that will use
      this option are 32-bit assembly implementations, ARMv4 and x86, where
      equivalent of current read-whole-table-select-single-value algorithm
      is too time-consuming. [On side note, switching to scatter-gather on
      x86_64 would allow to improve server-side ECDSA performance by ~5%].
      
      Reviewed-by: default avatarBodo Moeller <bodo@openssl.org>
      3ff08e1d
    • Andy Polyakov's avatar
      Configure: add ios64 target. · b06f7d9a
      Andy Polyakov authored
      
      
      Reviewed-by: default avatarSteve Marquess <marquess@openssl.org>
      b06f7d9a
  5. 22 Oct, 2014 1 commit
  6. 21 Oct, 2014 3 commits
  7. 20 Oct, 2014 1 commit
  8. 17 Oct, 2014 1 commit
  9. 15 Oct, 2014 12 commits
  10. 11 Oct, 2014 1 commit
  11. 10 Oct, 2014 1 commit
  12. 06 Oct, 2014 2 commits
  13. 03 Oct, 2014 1 commit
  14. 02 Oct, 2014 1 commit
  15. 01 Oct, 2014 2 commits
  16. 30 Sep, 2014 5 commits
  17. 29 Sep, 2014 1 commit