779 コミット (e65886a5207f88b97561f7e13ce792443b2bf7e6)

作成者 SHA1 メッセージ 日付
  Adam Langley bc94929290 bssl_shim: move large buffer to heap. 9年前
  David Benjamin ba4594aee6 Don't put sessions from renegotiations in the cache. 9年前
  David Benjamin 91eab5c9df Move all the bssl_shim handshake checks to their own function. 9年前
  Adam Langley 288d8d5ada runner: prepend the resource directory for async-signing tests. 9年前
  David Benjamin b4d65fda70 Implement asynchronous private key operations for client auth. 9年前
  David Benjamin 680ca961f9 Preserve session->sess_cert on ticket renewal. 9年前
  David Benjamin d65bb78c6c Add SSL_initial_handshake_complete. 9年前
  David Benjamin 184494dfcc Raise SIGTRAP rather than abort on failure. 9年前
  Adam Langley 7c803a65d5 Allow runner to run from anywhere. 9年前
  David Benjamin 11fc66a04c DTLS fragments may not be split across two records. 9年前
  David Benjamin 95d3182576 Duplicate SSL_SESSIONs when renewing them. 9年前
  David Benjamin fd67aa8c95 Add SSL_SESSION_from_bytes. 9年前
  Adam Langley 85bc5601ee Add ECDHE-PSK-AES{128,256}-SHA cipher suites. 9年前
  Adam Langley 1feb42a2fb Drop ECDHE-PSK-AES-128-GCM. 9年前
  David Benjamin d1c1c8e0a1 Remove EVP_PKEY_missing_parameters in ssl3_check_certificate_for_cipher. 9年前
  David Benjamin 436bf82ee8 Prune ssl3_check_cert_and_algorithm. 9年前
  David Benjamin 8923c0bc53 Explicitly check for empty certificate list. 9年前
  David Benjamin 24f346d77b Limit the number of warning alerts silently consumed. 9年前
  David Benjamin f4958e7678 Slightly simplify ServerKeyExchange handling. 9年前
  David Benjamin b31040d0d8 Get rid of CERT_PKEY slots in SESS_CERT. 9年前
  David Benjamin a8ebe2261f Add tests for empty record limit and make it work in the async case. 9年前
  Adam Langley af0e32cb84 Add SSL_get_tls_unique. 9年前
  Adam Langley 691992b0ea Minor typo fix in comment. 9年前
  Adam Langley ba5934b77f Tighten up EMS resumption behaviour. 9年前
  Adam Langley b0eef0aee9 runner: minor tidyups. 9年前
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. 9年前
  David Benjamin 0fa4012331 Add a test that DTLS does not support RC4. 9年前
  David Benjamin 9a980abaee Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_* 9年前
  David Benjamin 29864b5bb8 Remove SSL_CIPHER_ALGORITHM2_AEAD. 9年前
  David Benjamin 904dc72b32 Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS. 9年前
  David Benjamin a6022771b3 Split ssl_read_bytes hook into app_data and close_notify hooks. 9年前
  David Benjamin c933a47e6f Switch the ssl_write_bytes hook to ssl_write_app_data. 9年前
  David Benjamin 338e06771c Reject sessions with the wrong structure version. 9年前
  David Benjamin f297e021f1 Reject unknown fields in d2i_SSL_SESSION. 9年前
  David Benjamin bd15a8e748 Fix DTLS handling of multiple records in a packet. 9年前
  David Benjamin e76ccae68b Release handshake buffer when sending no certificate. 9年前
  David Benjamin 5f04b6521d Release the handshake buffer on the client for abbreviated handshakes. 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 ece089c3a3 Deprecate and no-op SSL_set_state. 9年前
  David Benjamin be05c63bf8 Remove compatibility s->version checks. 9年前
  David Benjamin 8ec88108d4 Remove SSL_in_before and SSL_ST_BEFORE. 9年前
  David Benjamin cd90f3a241 Remove renegotiation deferral logic. 9年前
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. 9年前
  David Benjamin 5f387e38fc Remove s->renegotiate check in SSL_clear. 9年前
  David Benjamin 20f6e97c7e Switch three more renegotiate checks to initial_handshake_complete. 9年前
  David Benjamin d23d5a5a8b Remove remnants of DTLS renegotiate. 9年前
  David Benjamin 9a41d1b946 Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. 9年前