150 コミット (160f4ef14c12d8b846eeac498de10a0633f6d2f4)

作成者 SHA1 メッセージ 日付
  David Benjamin dcd979f1a4 CertificateStatus is optional. 9年前
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. 9年前
  David Benjamin 107db58047 Switch cipher masks to uint32_t. 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 ece3de95c6 Enforce that sessions are resumed at the version they're created. 9年前
  David Benjamin b6d0c6db5e Remove the stats block in SSL_CTX. 9年前
  Håvard Molland ab2479a08a Clean up error reporting. 9年前
  David Benjamin 7061e28dc2 Rename EECDH and EDH to ECDHE and DHE. 9年前
  David Benjamin 8b368412d3 Minor formatting fixes. 9年前
  David Benjamin 2ddba8cd48 Check for RAND_bytes failures in the ClientHello. 9年前
  David Benjamin 4f7783eaea Use EC_KEY_new_by_curve_name. 9年前
  David Benjamin 2fa83de3f2 Move handshake method hooks to SSL_PROTOCOL_METHOD. 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 ed7c475154 Rename cutthrough to False Start. 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 ccf74f8085 Revise SSL_cutthrough_complete and SSL_in_init. 9年前
  David Benjamin 68070620e7 Check for EVP_Digest failure. 9年前
  David Benjamin f3a8b12ac3 Remove SSL_SESSION::cipher_id. 9年前
  David Benjamin 780d6dd0fe Treat handshake_failure in response to ClientHello special. 9年前
  Adam Langley 1bea173fd4 Reformatting of s3_{cbc|clnt}.c 9年前
  David Benjamin a6d81018f8 Consistently use RAND_bytes and check for failure. 9年前
  David Benjamin 263eac02f5 Remove X509 parameter from ssl_cert_type. 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 07046a0946 Consistently use ssl_handshake_start and ssl_set_handshake_header. 10年前
  David Benjamin 87909c0445 Add tests for version negotiation failure alerts. 10年前
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 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 226a872d2f Don't set client_version to the ServerHello version. 10年前
  David Benjamin e3594df7f1 Shorten certificate parsing code a little. 10年前
  David Benjamin 90eeb11652 Remove SSL_set_debug. 10年前
  David Benjamin 00505ec2e1 Add EVP_md5_sha1. 10年前
  David Benjamin 128dbc30f6 Factor out the client max-version logic into a helper function. 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年前
  David Benjamin 533ef7304d Remove SSL_clear calls in handshake functions. 10年前
  David Benjamin e58a71b9b3 Trim impossible state combinations. 10年前
  David Benjamin 0b145c29a3 Don't assign handshake_func in the handshake functions. 10年前
  David Benjamin c44b1df459 Add test for renego client_version quirk. 10年前