1. 13 11月, 2013 3 次提交
  2. 12 11月, 2013 3 次提交
  3. 11 11月, 2013 2 次提交
  4. 09 11月, 2013 7 次提交
  5. 07 11月, 2013 1 次提交
    • D
      Experimental workaround TLS filler (WTF) extension. · 0467ea68
      Dr. Stephen Henson 提交于
      Based on a suggested workaround for the "TLS hang bug" (see FAQ and PR#2771):
      if the TLS Client Hello record length value would otherwise be > 255 and less
      that 512 pad with a dummy extension containing zeroes so it is at least 512.
      
      To enable it use an unused extension number (for example 0x4242) using
      e.g. -DTLSEXT_TYPE_wtf=0x4242
      
      WARNING: EXPERIMENTAL, SUBJECT TO CHANGE.
      0467ea68
  6. 06 11月, 2013 3 次提交
  7. 04 11月, 2013 1 次提交
  8. 02 11月, 2013 7 次提交
    • D
      Add brainpool curves to trace output. · d519f083
      Dr. Stephen Henson 提交于
      (cherry picked from commit bd80d0229c9a154f569b046365bc85d76b59cfc5)
      d519f083
    • R
      DTLS/SCTP struct authchunks Bug · b8140811
      Robin Seggelmann 提交于
      PR: 2809
      
      DTLS/SCTP requires DATA and FORWARD-TSN chunks to be protected with
      SCTP-AUTH.  It is checked if this has been activated successfully for
      the local and remote peer. Due to a bug, however, the
      gauth_number_of_chunks field of the authchunks struct is missing on
      FreeBSD, and was therefore not considered in the OpenSSL implementation.
      This patch sets the corresponding pointer for the check correctly
      whether or not this bug is present.
      (cherry picked from commit f596e3c491035fe80db5fc0c3ff6b647662b0003)
      b8140811
    • R
      DTLS/SCTP Finished Auth Bug · b9ef52b0
      Robin Seggelmann 提交于
      PR: 2808
      
      With DTLS/SCTP the SCTP extension SCTP-AUTH is used to protect DATA and
      FORWARD-TSN chunks. The key for this extension is derived from the
      master secret and changed with the next ChangeCipherSpec, whenever a new
      key has been negotiated. The following Finished then already uses the
      new key.  Unfortunately, the ChangeCipherSpec and Finished are part of
      the same flight as the ClientKeyExchange, which is necessary for the
      computation of the new secret. Hence, these messages are sent
      immediately following each other, leaving the server very little time to
      compute the new secret and pass it to SCTP before the finished arrives.
      So the Finished is likely to be discarded by SCTP and a retransmission
      becomes necessary. To prevent this issue, the Finished of the client is
      still sent with the old key.
      (cherry picked from commit 9fb523adce6fd6015b68da2ca8e4ac4900ac2be2)
      b9ef52b0
    • P
      Fix SSL_OP_SINGLE_ECDH_USE · 29b490a4
      Piotr Sikora 提交于
      Don't require a public key in tls1_set_ec_id if compression status is
      not needed. This fixes a bug where SSL_OP_SINGLE_ECDH_USE wouldn't work.
      (cherry picked from commit 5ff68e8f6dac3b0d8997b8bc379f9111c2bab74f)
      29b490a4
    • D
      Add -ecdh_single option. · a9bc1af9
      Dr. Stephen Henson 提交于
      Add -ecdh_single option to set SSL_OP_SINGLE_ECDH_USE on the command line.
      (cherry picked from commit f14a4a861d2d221ed565a75441a218f85b8db530)
      a9bc1af9
    • D
      Fix warning. · 96e16bdd
      Dr. Stephen Henson 提交于
      96e16bdd
    • D
      Fix warning. · 3f9b187b
      Dr. Stephen Henson 提交于
      3f9b187b
  9. 01 11月, 2013 1 次提交
  10. 31 10月, 2013 4 次提交
  11. 29 10月, 2013 1 次提交
  12. 25 10月, 2013 1 次提交
  13. 22 10月, 2013 5 次提交
    • L
      POD: Fix list termination · ed77017b
      Lubomir Rintel 提交于
      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
    • L
      POD: Fix item numbering · c8919dde
      Lubomir Rintel 提交于
      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
    • D
      Update test server details. · 5fdeb58c
      Dr. Stephen Henson 提交于
      5fdeb58c
    • D
      Add SSL_CONF command to set DH Parameters. · c557f921
      Dr. Stephen Henson 提交于
      c557f921
    • D
      Fix argument processing. · abf840e4
      Dr. Stephen Henson 提交于
      abf840e4
  14. 21 10月, 2013 1 次提交