1. 29 May, 2015 5 commits
  2. 28 May, 2015 10 commits
  3. 27 May, 2015 1 commit
  4. 26 May, 2015 13 commits
  5. 25 May, 2015 4 commits
  6. 24 May, 2015 3 commits
  7. 23 May, 2015 2 commits
  8. 22 May, 2015 2 commits
    • Matt Caswell's avatar
      Fix typo setting up certificate masks · fdfe8b06
      Matt Caswell authored
      
      
      The certificate masks are used to select which ciphersuite we are going to
      use. The variables |emask_k| and |emask_a| relate to export grade key
      exchange and authentication respecitively. The variables |mask_k| and
      |mask_a| are the equivalent versions for non-export grade. This fixes an
      instance where the two usages of export/non-export were mixed up. In
      practice it makes little difference since it still works!
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      fdfe8b06
    • Matt Caswell's avatar
      Remove export static DH ciphersuites · 13f8eb47
      Matt Caswell authored
      
      
      Remove support for the two export grade static DH ciphersuites. These two
      ciphersuites were newly added (along with a number of other static DH
      ciphersuites) to 1.0.2. However the two export ones have *never* worked
      since they were introduced. It seems strange in any case to be adding new
      export ciphersuites, and given "logjam" it also does not seem correct to
      fix them.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      13f8eb47