Skip to content
  1. Nov 18, 2014
  2. Nov 17, 2014
  3. Nov 16, 2014
  4. Nov 13, 2014
  5. Nov 12, 2014
  6. Nov 11, 2014
  7. Nov 10, 2014
  8. Oct 30, 2014
  9. Oct 29, 2014
  10. Oct 28, 2014
  11. Oct 27, 2014
  12. Oct 24, 2014
  13. Oct 23, 2014
    • 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
  14. Oct 22, 2014
  15. Oct 21, 2014
  16. Oct 20, 2014
  17. Oct 17, 2014
  18. Oct 15, 2014