1. 04 Mar, 2013 20 commits
  2. 01 Mar, 2013 2 commits
  3. 26 Feb, 2013 6 commits
  4. 21 Feb, 2013 2 commits
  5. 15 Feb, 2013 2 commits
    • Nick Alcock's avatar
      Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ · 5cc27077
      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).
      5cc27077
    • Andy Polyakov's avatar
      sha256-586.pl: code refresh. · 47edeb9f
      Andy Polyakov authored
      47edeb9f
  6. 14 Feb, 2013 5 commits
  7. 12 Feb, 2013 2 commits
    • Dr. Stephen Henson's avatar
      Upate FAQ. · 2527b94f
      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.
      2527b94f
    • David Woodhouse's avatar
      Check DTLS_BAD_VER for version number. · d980abb2
      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
      d980abb2
  8. 11 Feb, 2013 1 commit