1. 03 Jul, 2014 1 commit
  2. 02 Jul, 2014 6 commits
  3. 01 Jul, 2014 1 commit
  4. 30 Jun, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Fix copy for CCM, GCM and XTS. · c28b055a
      Dr. Stephen Henson authored
      Internal pointers in CCM, GCM and XTS contexts should either be
      NULL or set to point to the appropriate key schedule. This needs
      to be adjusted when copying contexts.
      (cherry picked from commit c2fd5d79)
      c28b055a
  5. 29 Jun, 2014 6 commits
  6. 28 Jun, 2014 2 commits
  7. 27 Jun, 2014 12 commits
  8. 26 Jun, 2014 2 commits
  9. 22 Jun, 2014 2 commits
  10. 14 Jun, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Accept CCS after sending finished. · 9beb75d3
      Dr. Stephen Henson authored
      Allow CCS after finished has been sent by client: at this point
      keys have been correctly set up so it is OK to accept CCS from
      server. Without this renegotiation can sometimes fail.
      
      PR#3400
      (cherry picked from commit 99cd6a91fcb0931feaebbb4832681d40a66fad41)
      9beb75d3
  11. 13 Jun, 2014 2 commits
  12. 12 Jun, 2014 1 commit
  13. 11 Jun, 2014 1 commit
  14. 10 Jun, 2014 2 commits
    • Matt Caswell's avatar
    • Hubert Kario's avatar
      backport changes to ciphers(1) man page · 87887a7a
      Hubert Kario authored
      Backport of the patch:
      add ECC strings to ciphers(1), point out difference between DH and ECDH
      and few other changes applicable to the 1.0.1 code base.
      
       * Make a clear distinction between DH and ECDH key exchange.
       * Group all key exchange cipher suite identifiers, first DH then ECDH
       * add descriptions for all supported *DH* identifiers
       * add ECDSA authentication descriptions
       * add example showing how to disable all suites that offer no
         authentication or encryption
       * backport listing of elliptic curve cipher suites.
       * backport listing of TLS 1.2 cipher suites, add note that DH_RSA
         and DH_DSS is not implemented in this version
       * backport of description of PSK and listing of PSK cipher suites
       * backport description of AES128, AES256 and AESGCM options
       * backport description of CAMELLIA128, CAMELLIA256 options
      87887a7a