163 コミット (b2d987b47c7e87477aa4230bf7b237ea79957c1e)

作成者 SHA1 メッセージ 日付
  David Benjamin d6a4ae97cd Simplify tls1_channel_id_hash. 9年前
  David Benjamin 9550c3ac8b Decouple the handshake buffer and digest. 9年前
  nagendra modadugu 601448aa13 Add server-side support for asynchronous signing. 9年前
  David Benjamin 821464e45f Remove old 'prepare' extensions functions. 9年前
  Adam Langley 49c7af1c42 Convert the Channel ID extension to the new system. 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9年前
  David Benjamin bb20f52383 Merge the RSA_ENC and RSA_SIGN certificate slots. 9年前
  David Benjamin 396a441421 ssl3_cert_verify_hash should take the EVP_PKEY type. 9年前
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9年前
  David Benjamin e3aa1d9dd4 Cleanup ticket processing and session lookup. 9年前
  David Benjamin b4d65fda70 Implement asynchronous private key operations for client auth. 9年前
  Adam Langley ba5934b77f Tighten up EMS resumption behaviour. 9年前
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. 9年前
  David Benjamin 5c1ce2925d Decide whether or not to request client certificates early. 9年前
  David Benjamin 4b30b28def Remove server-side renego session resumption check. 9年前
  David Benjamin 5aea93e604 Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. 9年前
  David Benjamin 74d8bc2503 Don't make SSL_MODE_*HELLO_TIME configurable. 9年前
  David Benjamin be05c63bf8 Remove compatibility s->version checks. 9年前
  David Benjamin 8ec88108d4 Remove SSL_in_before and SSL_ST_BEFORE. 9年前
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. 9年前
  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年前