1. 02 Jul, 2014 5 commits
  2. 01 Jul, 2014 1 commit
  3. 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
  4. 29 Jun, 2014 6 commits
  5. 28 Jun, 2014 2 commits
  6. 27 Jun, 2014 12 commits
  7. 26 Jun, 2014 2 commits
  8. 22 Jun, 2014 2 commits
  9. 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
  10. 13 Jun, 2014 2 commits
  11. 12 Jun, 2014 1 commit
  12. 11 Jun, 2014 1 commit
  13. 10 Jun, 2014 4 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
    • Mike Bland's avatar
      Create test/testutil.h for unit test helper macros · 5a0d057e
      Mike Bland authored
      Defines SETUP_TEST_FIXTURE and EXECUTE_TEST, and updates ssl/heartbeat_test.c
      using these macros. SETUP_TEST_FIXTURE makes use of the new TEST_CASE_NAME
      macro, defined to use __func__ or __FUNCTION__ on platforms that support those
      symbols, or to use the file name and line number otherwise. This should fix
      several reported build problems related to lack of C99 support.
      5a0d057e
    • Dr. Stephen Henson's avatar
      Fix null pointer errors. · aa59369b
      Dr. Stephen Henson authored
      PR#3394
      (cherry picked from commit 7a9d59c1)
      aa59369b