1. 18 7月, 2013 3 次提交
  2. 15 7月, 2013 1 次提交
    • A
      Make `safe' (EC)DSA nonces the default. · 190c615d
      Adam Langley 提交于
      This change updates 8a99cb29 to make the generation of (EC)DSA nonces
      using the message digest the default. It also reverts the changes to
      (EC)DSA_METHOD structure.
      
      In addition to making it the default, removing the flag from EC_KEY
      means that FIPS modules will no longer have an ABI mismatch.
      190c615d
  3. 13 7月, 2013 2 次提交
  4. 12 7月, 2013 4 次提交
  5. 10 7月, 2013 1 次提交
  6. 06 7月, 2013 5 次提交
  7. 05 7月, 2013 1 次提交
  8. 03 7月, 2013 1 次提交
  9. 01 7月, 2013 4 次提交
  10. 28 6月, 2013 2 次提交
  11. 22 6月, 2013 9 次提交
  12. 18 6月, 2013 4 次提交
    • T
      Cleanup of custom extension stuff. · 9cd50f73
      Trevor 提交于
      serverinfo rejects non-empty extensions.
      
      Omit extension if no relevant serverinfo data.
      
      Improve error-handling in serverinfo callback.
      
      Cosmetic cleanups.
      
      s_client documentation.
      
      s_server documentation.
      
      SSL_CTX_serverinfo documentation.
      
      Cleaup -1 and NULL callback handling for custom extensions, add tests.
      
      Cleanup ssl_rsa.c serverinfo code.
      
      Whitespace cleanup.
      
      Improve comments in ssl.h for serverinfo.
      
      Whitespace.
      
      Cosmetic cleanup.
      
      Reject non-zero-len serverinfo extensions.
      
      Whitespace.
      
      Make it build.
      9cd50f73
    • A
      SPARC T4 DES support: fix typo. · 8ee3c7e6
      Andy Polyakov 提交于
      8ee3c7e6
    • A
      Optimize SPARC T4 MONTMUL support. · 4ddacd99
      Andy Polyakov 提交于
      Improve RSA sing performance by 20-30% by:
      - switching from floating-point to integer conditional moves;
      - daisy-chaining sqr-sqr-sqr-sqr-sqr-mul sequences;
      - using MONTMUL even during powers table setup;
      4ddacd99
    • A
      PA-RISC assembler pack: switch to bve in 64-bit builds. · 02450ec6
      Andy Polyakov 提交于
      PR: 3074
      02450ec6
  13. 14 6月, 2013 3 次提交