142 次程式碼提交 (5f387e38fc406d6e341248865df61dd9d957171f)

作者 SHA1 備註 提交日期
  David Benjamin 4b27d9f8bd Never resume sessions on renegotiations. 9 年之前
  David Benjamin e6df054a75 Add s->s3->initial_handshake_complete. 9 年之前
  David Benjamin 6a08da2cf8 Remove redundant setup buffer calls. 9 年之前
  David Benjamin 9f226a5f51 Always set SSL_OP_SINGLE_DH_USE. 9 年之前
  David Benjamin 1d0a194cc1 Promote max_cert_list and max_send_fragment to functions. 9 年之前
  David Benjamin adcc39560e Tidy up ticket length checks. 9 年之前
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 9 年之前
  David Benjamin dd978784d7 Always enable ecdh_auto. 9 年之前
  David Benjamin 93de5e5c11 Reject empty cipher suite lists early. 9 年之前
  David Benjamin 3fa27774b4 Fix some unsigned long cipher masks. 9 年之前
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. 9 年之前
  David Benjamin f0ae170021 Include-what-you-use ssl/internal.h. 9 年之前
  David Benjamin 2ee94aabf5 Rename ssl_locl.h to internal.h 9 年之前
  David Benjamin 32fbdf2025 Remove anonymous cipher suites. 9 年之前
  David Benjamin c0f763b080 Simplify server-side ECDH curve selection. 9 年之前
  David Benjamin b6d0c6db5e Remove the stats block in SSL_CTX. 9 年之前
  David Benjamin 7061e28dc2 Rename EECDH and EDH to ECDHE and DHE. 9 年之前
  Adam Langley 524e717b87 Add a callback for DDoS protection. 9 年之前
  David Benjamin bcd374570c Fix some missing return value checks in ssl3_send_new_session_ticket. 9 年之前
  David Benjamin 5ca39fb50c Switch SSL_GET_MESSAGE_HASH_MESSAGE to an enum. 9 年之前
  David Benjamin fbdfefb76e Handle failures in ssl3_finish_mac. 9 年之前
  David Benjamin 9d0847ae6d Add some missing error failure checks. 9 年之前
  David Benjamin a54e2e85ee Remove server-side HelloVerifyRequest support. 9 年之前
  David Benjamin c35fb014d9 Fix more memory leaks on malloc failure. 9 年之前
  David Benjamin 6eb000dbee Add in missing curly braces part 3. 9 年之前
  David Benjamin 2fff5bf4a8 Set rwstate inside ssl3_get_client_hello. 9 年之前
  David Benjamin 79ae85e4f7 Remove NETSCAPE_HANG_BUG. 9 年之前
  David Benjamin 70bd80a236 Remove constraints on curve ID values. 9 年之前
  Adam Langley fcf25833bc Reformat the rest of ssl/. 9 年之前
  David Benjamin a6d81018f8 Consistently use RAND_bytes and check for failure. 9 年之前
  David Benjamin ef5885e410 Don't change s->version after have_version is set. 10 年之前
  David Benjamin e4824e8af0 Add outgoing messages to the handshake hash at set_handshake_header. 10 年之前
  David Benjamin bf42f82ad9 Add comments explaining what NETSCAPE_HANG_BUG does. 10 年之前
  Adam Langley 139ed19580 Address code-review comments from prev changes. 10 年之前
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 年之前
  David Benjamin 4b755cb0da Implement the V2ClientHello sniff in version-locked methods. 10 年之前
  David Benjamin 63c55a8e35 Fix memory leak on failure. 10 年之前
  David Benjamin accb454e44 Add min_version tests. 10 年之前
  David Benjamin 9ec6bcaebe Remove method swap in DTLS_ANY_VERSION. 10 年之前
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 年之前
  David Benjamin ceb6f2880f Factor out remaining version-related functions. 10 年之前
  David Benjamin 138c2ac627 Drop unnecessary version checks. 10 年之前
  David Benjamin e3594df7f1 Shorten certificate parsing code a little. 10 年之前
  Adam Langley af7e74ba9f Remove variable shadowing. 10 年之前
  David Benjamin 90eeb11652 Remove SSL_set_debug. 10 年之前
  David Benjamin 00505ec2e1 Add EVP_md5_sha1. 10 年之前
  David Benjamin beb47022b0 Remove redundant s->server assignments in handshake. 10 年之前
  David Benjamin 8c6fe45c2f Replace s->first_packet with a s->s3->have_version bit. 10 年之前
  David Benjamin cde8abae14 Merge client/server SSL_METHODs into the generic one. 10 年之前
  David Benjamin 63246e8a99 Remove s->type from SSL. 10 年之前