794 次代码提交 (67dc83851bad62397619e2ff107cf44f09505dbd)

作者 SHA1 备注 提交日期
  David Benjamin 67dc83851b Fix ssl3_send_client_certificate state machine. 9 年前
  David Benjamin dfa4069a16 Fix MSVC build some more. 9 年前
  David Benjamin 3e536334be Fix Windows build. 9 年前
  Matt Braithwaite 6a1275b627 typedef |COMP_METHOD| to void, for compatibility. 9 年前
  Håvard Molland 047d6f0f4d Remove ssl2.h and ssl23.h. 9 年前
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9 年前
  David Benjamin 961ad6ad2c Sign channel IDs with ECDSA_do_sign. 9 年前
  David Benjamin e3aa1d9dd4 Cleanup ticket processing and session lookup. 9 年前
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. 9 年前
  Adam Langley 4cfa96bd26 Move compile-time asserts to the top-level. 9 年前
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. 9 年前
  Adam Langley be9eda4a88 Fix Renegotiate-Client-NoExt test. 9 年前
  David Benjamin 6cacac033b Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. 9 年前
  David Benjamin bed63548d1 Increment the reference count of sessions inside the lock. 9 年前
  David Benjamin d98452d2db Add a test for the ticket callback. 9 年前
  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 年前