794 Commits (67dc83851bad62397619e2ff107cf44f09505dbd)

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