1. 12 May, 2014 1 commit
    • Andy Polyakov's avatar
      Add "teaser" AES module for PowerISA 2.07. · f75faa16
      Andy Polyakov authored
      "Teaser" means that it's not integrated yet and purpose of this
      commit is primarily informational, to exhibit design choices,
      such as how to handle alignment and endianness. In other words
      it's proof-of-concept code that EVP module will build upon.
      f75faa16
  2. 11 May, 2014 7 commits
  3. 10 May, 2014 1 commit
  4. 09 May, 2014 2 commits
    • Dr. Stephen Henson's avatar
      Return an error if no recipient type matches. · 0bcb17a7
      Dr. Stephen Henson authored
      If the key type does not match any CMS recipient type return
      an error instead of using a random key (MMA mitigation). This
      does not leak any useful information to an attacker.
      
      PR#3348
      0bcb17a7
    • Geoff Thorpe's avatar
      s_client/s_server: support unix domain sockets · a9351320
      Geoff Thorpe authored
      
      
      The "-unix <path>" argument allows s_server and s_client to use a unix
      domain socket in the filesystem instead of IPv4 ("-connect", "-port",
      "-accept", etc). If s_server exits gracefully, such as when "-naccept"
      is used and the requested number of SSL/TLS connections have occurred,
      then the domain socket file is removed. On ctrl-C, it is likely that
      the stale socket file will be left over, such that s_server would
      normally fail to restart with the same arguments. For this reason,
      s_server also supports an "-unlink" option, which will clean up any
      stale socket file before starting.
      
      If you have any reason to want encrypted IPC within an O/S instance,
      this concept might come in handy. Otherwise it just demonstrates that
      there is nothing about SSL/TLS that limits it to TCP/IP in any way.
      
      (There might also be benchmarking and profiling use in this path, as
      unix domain sockets are much lower overhead than connecting over local
      IP addresses).
      
      Signed-off-by: default avatarGeoff Thorpe <geoff@openssl.org>
      a9351320
  5. 08 May, 2014 2 commits
  6. 07 May, 2014 2 commits
  7. 06 May, 2014 4 commits
  8. 05 May, 2014 2 commits
  9. 04 May, 2014 5 commits
  10. 03 May, 2014 1 commit
  11. 02 May, 2014 1 commit
  12. 01 May, 2014 1 commit
  13. 30 Apr, 2014 2 commits
  14. 29 Apr, 2014 1 commit
  15. 27 Apr, 2014 1 commit
  16. 26 Apr, 2014 5 commits
  17. 25 Apr, 2014 2 commits