1. 17 11月, 2014 2 次提交
  2. 13 11月, 2014 3 次提交
  3. 11 11月, 2014 2 次提交
  4. 31 10月, 2014 1 次提交
  5. 30 10月, 2014 1 次提交
  6. 29 10月, 2014 3 次提交
  7. 23 10月, 2014 1 次提交
    • A
      ecp_nistz256 update. · 3ff08e1d
      Andy Polyakov 提交于
      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: NBodo Moeller <bodo@openssl.org>
      3ff08e1d
  8. 17 10月, 2014 1 次提交
  9. 15 10月, 2014 5 次提交
  10. 11 10月, 2014 1 次提交
  11. 07 10月, 2014 1 次提交
  12. 02 10月, 2014 2 次提交
  13. 01 10月, 2014 2 次提交
  14. 29 9月, 2014 1 次提交
    • D
      Add additional DigestInfo checks. · 1cfd255c
      Dr. Stephen Henson 提交于
      Reencode DigestInto in DER and check against the original: this
      will reject any improperly encoded DigestInfo structures.
      
      Note: this is a precautionary measure, there is no known attack
      which can exploit this.
      
      Thanks to Brian Smith for reporting this issue.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      1cfd255c
  15. 26 9月, 2014 1 次提交
  16. 25 9月, 2014 3 次提交
  17. 24 9月, 2014 3 次提交
  18. 22 9月, 2014 1 次提交
  19. 21 9月, 2014 1 次提交
  20. 20 9月, 2014 2 次提交
  21. 19 9月, 2014 1 次提交
  22. 12 9月, 2014 2 次提交