53 次代码提交 (b2d987b47c7e87477aa4230bf7b237ea79957c1e)

作者 SHA1 备注 提交日期
  David Benjamin 5375fd594b Switch the handshake buffer from memory BIO to BUF_MEM. 9 年前
  David Benjamin 9550c3ac8b Decouple the handshake buffer and digest. 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 b4d65fda70 Implement asynchronous private key operations for client auth. 9 年前
  Adam Langley 691992b0ea Minor typo fix in comment. 9 年前
  David Benjamin a6022771b3 Split ssl_read_bytes hook into app_data and close_notify hooks. 9 年前
  David Benjamin 74d8bc2503 Don't make SSL_MODE_*HELLO_TIME configurable. 9 年前
  David Benjamin 6a08da2cf8 Remove redundant setup buffer calls. 9 年前
  David Benjamin ac4de241b1 Zero s->packet when releasing the read buffer. 9 年前
  David Benjamin a24265cfb1 Fix random magic number in ssl3_output_cert_chain. 9 年前
  David Benjamin 605641ed95 Move the NULL case in ssl_add_cert_chain up. 9 年前
  David Benjamin 2755a3eda3 Remove unnecessary NULL checks, part 5. 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 4a3f0732fd Tidy record length check. 9 年前
  David Benjamin f8ba285535 Remove redundant SSL_READING lines after ssl_read_bytes. 9 年前
  David Benjamin 8b368412d3 Minor formatting fixes. 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 年前
  Adam Langley 6e73d62dcc Touch up ssl3_get_message. 10 年前
  David Benjamin 263eac02f5 Remove X509 parameter from ssl_cert_type. 9 年前
  Adam Langley 2481975857 Reformat d1_{srtp|srvr}.c and s3_both.c 10 年前
  David Benjamin e4824e8af0 Add outgoing messages to the handshake hash at set_handshake_header. 10 年前
  David Benjamin 44f2d1a9bf Use EVP_MAX_MD_SIZE to size the Finished message. 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 e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 年前
  David Benjamin 8c37cb60d4 Advance to the next state variant when reusing messages (PR3597). 10 年前
  David Benjamin 00505ec2e1 Add EVP_md5_sha1. 10 年前
  David Benjamin 63246e8a99 Remove s->type from SSL. 10 年前
  David Benjamin be700c6328 Remove remnant of MS SGC second ClientHello. 10 年前
  Adam Langley 7571292eac Extended master secret support. 10 年前
  David Benjamin c92c2d7a07 Prune some dead quirks and document the SSL_OP_ALL ones. 10 年前
  David Benjamin 859ec3cc09 Add SSL_CTX_set_keylog_bio. 10 年前
  David Benjamin 457112e197 unifdef a bunch of OPENSSL_NO_* ifdefs. 10 年前
  David Benjamin 854dd654d1 Refactor server-side CertificateVerify handling. 10 年前
  David Benjamin 5b8f104ee8 Revise hash management for reading the Finished message. 10 年前
  David Benjamin 590cbe970c Introduce a hash_message parameter to ssl_get_message. 10 年前
  David Benjamin a7d1363fcb Prune removed key types from SSL_PKEY_*. 10 年前
  David Benjamin cc23df53da Remove SSL_OP_CISCO_ANYCONNECT. 10 年前
  David Benjamin 09bd58d1f1 Replace some DTLS version checks with SSL_IS_DTLS. 10 年前
  Adam Langley ded93581f1 Windows build fixes. 10 年前
  Alex Chernyakhovsky 6ccf29012c Remove use of freelist_{extract,insert} 10 年前
  Alex Chernyakhovsky 983f6bdb58 Set OPENSSL_NO_BUF_FREELISTS 10 年前
  David Benjamin 86271ee9f8 Change CCS_OK to EXPECT_CCS. 10 年前
  David Benjamin 019c3cc64a Remove last remnants of GOST support. 10 年前