1. 27 Jun, 2014 4 commits
  2. 26 Jun, 2014 2 commits
  3. 22 Jun, 2014 2 commits
  4. 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
  5. 13 Jun, 2014 2 commits
  6. 12 Jun, 2014 1 commit
  7. 11 Jun, 2014 1 commit
  8. 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
  9. 09 Jun, 2014 2 commits
    • Dr. Stephen Henson's avatar
      SRP ciphersuite correction. · 18c7f2fc
      Dr. Stephen Henson authored
      SRP ciphersuites do not have no authentication. They have authentication
      based on SRP. Add new SRP authentication flag and cipher string.
      (cherry picked from commit a86b88acc373ac1fb0ca709a5fb8a8fa74683f67)
      18c7f2fc
    • Dr. Stephen Henson's avatar
      Update strength_bits for 3DES. · 6a8d6f03
      Dr. Stephen Henson authored
      Fix strength_bits to 112 for 3DES.
      (cherry picked from commit 837c203719205ab19b5609b2df7151be8df05687)
      6a8d6f03
  10. 08 Jun, 2014 2 commits
  11. 07 Jun, 2014 3 commits
  12. 05 Jun, 2014 9 commits
  13. 03 Jun, 2014 1 commit
  14. 02 Jun, 2014 3 commits
  15. 01 Jun, 2014 3 commits