1. 19 Mar, 2013 1 commit
  2. 18 Mar, 2013 5 commits
  3. 04 Mar, 2013 1 commit
  4. 01 Mar, 2013 2 commits
  5. 26 Feb, 2013 4 commits
  6. 25 Feb, 2013 1 commit
  7. 16 Feb, 2013 1 commit
  8. 15 Feb, 2013 1 commit
    • Nick Alcock's avatar
      Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ · ae5c1ca3
      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).
      (cherry picked from commit 5cc27077)
      ae5c1ca3
  9. 14 Feb, 2013 1 commit
  10. 12 Feb, 2013 2 commits
    • Dr. Stephen Henson's avatar
      Upate FAQ. · 2e3d02fe
      Dr. Stephen Henson authored
      Add description of "allocate and encode" operation for ASN1 routines.
      
      Document how versioning will for after the letter release reaches
      y.
      (cherry picked from commit 2527b94f)
      2e3d02fe
    • David Woodhouse's avatar
      Check DTLS_BAD_VER for version number. · 3a3a1af1
      David Woodhouse authored
      The version check for DTLS1_VERSION was redundant as
      DTLS1_VERSION > TLS1_1_VERSION, however we do need to
      check for DTLS1_BAD_VER for compatibility.
      
      PR:2984
      (cherry picked from commit d980abb2)
      3a3a1af1
  11. 11 Feb, 2013 3 commits
  12. 08 Feb, 2013 6 commits
  13. 06 Feb, 2013 12 commits