1. 19 Dec, 2016 5 commits
  2. 18 Dec, 2016 9 commits
  3. 17 Dec, 2016 11 commits
  4. 16 Dec, 2016 9 commits
  5. 15 Dec, 2016 1 commit
  6. 14 Dec, 2016 1 commit
  7. 13 Dec, 2016 1 commit
  8. 11 Dec, 2016 1 commit
  9. 08 Dec, 2016 1 commit
  10. 07 Dec, 2016 1 commit
    • Adam Langley's avatar
      openssl: don't use OpenSSL's ERR_PACK. · 71a55534
      Adam Langley authored
      ERR_PACK is an internal detail of OpenSSL. Also, when using it, a
      function name must be specified which is overly specific: the test will
      break whenever OpenSSL internally change things so that a different
      function creates the error.
      
      Closes #1157
      71a55534