1. 18 Mar, 2013 2 commits
  2. 26 Feb, 2013 2 commits
  3. 15 Feb, 2013 1 commit
    • Nick Alcock's avatar
      Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ · 8988407a
      Nick Alcock authored
      podlators 2.5.0 has switched to dying on POD syntax errors. This means
      that a bunch of long-standing erroneous POD in the openssl documentation
      now leads to fatal errors from pod2man, halting installation.
      
      Unfortunately POD constraints mean that you have to sort numeric lists
      in ascending order if they start with 1: you cannot do 1, 0, 2 even if
      you want 1 to appear first. I've reshuffled such (alas, I wish there
      were a better way but I don't know of one).
      8988407a
  4. 14 Feb, 2013 1 commit
  5. 12 Feb, 2013 1 commit
  6. 11 Feb, 2013 4 commits
  7. 10 Feb, 2013 1 commit
  8. 09 Feb, 2013 1 commit
  9. 08 Feb, 2013 5 commits
  10. 07 Feb, 2013 1 commit
  11. 06 Feb, 2013 1 commit
    • Adam Langley's avatar
      Fix for EXP-RC2-CBC-MD5 · 6351adec
      Adam Langley authored
      MD5 should use little endian order. Fortunately the only ciphersuite
      affected is EXP-RC2-CBC-MD5 (TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5) which
      is a rarely used export grade ciphersuite.
      (cherry picked from commit ee463921)
      6351adec
  12. 05 Feb, 2013 20 commits