1. 04 Jul, 2013 1 commit
  2. 02 Jul, 2013 1 commit
  3. 30 Jun, 2013 4 commits
  4. 28 Jun, 2013 2 commits
  5. 21 Jun, 2013 9 commits
  6. 18 Jun, 2013 4 commits
    • Trevor's avatar
      Cleanup of custom extension stuff. · 9cd50f73
      Trevor authored
      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
    • Andy Polyakov's avatar
      SPARC T4 DES support: fix typo. · 8ee3c7e6
      Andy Polyakov authored
      8ee3c7e6
    • Andy Polyakov's avatar
      Optimize SPARC T4 MONTMUL support. · 4ddacd99
      Andy Polyakov authored
      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
    • Andy Polyakov's avatar
      PA-RISC assembler pack: switch to bve in 64-bit builds. · 02450ec6
      Andy Polyakov authored
      PR: 3074
      02450ec6
  7. 13 Jun, 2013 5 commits
  8. 12 Jun, 2013 5 commits
    • Matt Caswell's avatar
      Document updates from wiki. · aafbe1cc
      Matt Caswell authored
      PR#3071
      
      The primary changes made are:
      - Updates to the "NAME" section of many pages to correctly reflect the
      functions defined on those pages. This section is automatically parsed
      by the util/extract-names.pl script, so if it is not correct then
      running "man" will not correctly locate the right manual pages.
      - Updates to take account of where functions are now deprecated
      - Full documentation of the ec sub-library
      - A number of other typo corrections and other minor tweaks
      aafbe1cc
    • Dr. Stephen Henson's avatar
      Exetended OAEP support. · 271fef0e
      Dr. Stephen Henson authored
      Extend OAEP support. Generalise the OAEP padding functions to support
      arbitrary digests. Extend EVP_PKEY RSA method to handle the new OAEP
      padding functions and add ctrls to set the additional parameters.
      271fef0e
    • Dr. Stephen Henson's avatar
      Typo. · 965e06da
      Dr. Stephen Henson authored
      965e06da
    • Trevor's avatar
      Add support for arbitrary TLS extensions. · a398f821
      Trevor authored
      Contributed by Trevor Perrin.
      a398f821
    • Ben Laurie's avatar
      Add aesni-sha256-x86_64. · 6d84daa5
      Ben Laurie authored
      6d84daa5
  9. 10 Jun, 2013 7 commits
  10. 05 Jun, 2013 2 commits