1. 31 Oct, 2013 4 commits
  2. 28 Oct, 2013 1 commit
  3. 25 Oct, 2013 1 commit
  4. 22 Oct, 2013 5 commits
    • Lubomir Rintel's avatar
      POD: Fix list termination · ed77017b
      Lubomir Rintel authored
      This fixes problems in POD list formatting: extra or missing =back
      sequences.
      
      doc/ssl/SSL_CTX_set1_curves.pod around line 90: =back without =over
      doc/ssl/SSL_CTX_set1_verify_cert_store.pod around line 73: =back without =over
      doc/ssl/SSL_CTX_add1_chain_cert.pod around line 82: =back without =over
      doc/crypto/evp.pod around line 40: '=item' outside of any '=over'
      crypto/des/des.pod around line 184: You forgot a '=back' before '=head1'
      
      PR#3147
      ed77017b
    • Lubomir Rintel's avatar
      POD: Fix item numbering · c8919dde
      Lubomir Rintel authored
      Newer pod2man considers =item [1-9] part of a numbered list, while =item
      0 starts an unnumbered list. Add a zero effect formatting mark to override
      this.
      
      doc/apps/smime.pod around line 315: Expected text after =item, not a
      number
      ...
      
      PR#3146
      c8919dde
    • Dr. Stephen Henson's avatar
      Update test server details. · 5fdeb58c
      Dr. Stephen Henson authored
      5fdeb58c
    • Dr. Stephen Henson's avatar
      c557f921
    • Dr. Stephen Henson's avatar
      Fix argument processing. · abf840e4
      Dr. Stephen Henson authored
      abf840e4
  5. 21 Oct, 2013 5 commits
    • Dr. Stephen Henson's avatar
      Constification. · 27f3b65f
      Dr. Stephen Henson authored
      27f3b65f
    • Dr. Stephen Henson's avatar
      Update demos/bio/README · ea131a06
      Dr. Stephen Henson authored
      ea131a06
    • Ben Laurie's avatar
      Remove unused variable. · 9f944107
      Ben Laurie authored
      9f944107
    • Nick Mathewson's avatar
      2927791d
    • Nick Mathewson's avatar
      Do not include a timestamp in the Client/ServerHello Random field. · 2016265d
      Nick Mathewson authored
      Instead, send random bytes, unless SSL_SEND_{CLIENT,SERVER}RANDOM_MODE
      is set.
      
      This is a forward-port of commits:
        4af793036f6ef4f0a1078e5d7155426a98d50e37
        f4c93b46edb51da71f09eda99e83eaf193a33c08
        3da721dac9382c48812c8eba455528fd59af2eef
        2583270191a8b27eed303c03ece1da97b9b69fd3
      
      While the gmt_unix_time record was added in an ostensible attempt to
      mitigate the dangers of a bad RNG, its presence leaks the host's view
      of the current time in the clear.  This minor leak can help
      fingerprint TLS instances across networks and protocols... and what's
      worse, it's doubtful thet the gmt_unix_time record does any good at
      all for its intended purpose, since:
      
          * It's quite possible to open two TLS connections in one second.
      
          * If the PRNG output is prone to repeat itself, ephemeral
            handshakes (and who knows what else besides) are broken.
      2016265d
  6. 20 Oct, 2013 9 commits
  7. 15 Oct, 2013 6 commits
  8. 14 Oct, 2013 2 commits
  9. 13 Oct, 2013 2 commits
  10. 12 Oct, 2013 2 commits
  11. 10 Oct, 2013 1 commit
  12. 09 Oct, 2013 1 commit
  13. 08 Oct, 2013 1 commit