794 Commits (67dc83851bad62397619e2ff107cf44f09505dbd)

Autor SHA1 Nachricht Datum
  David Benjamin 67dc83851b Fix ssl3_send_client_certificate state machine. vor 9 Jahren
  David Benjamin dfa4069a16 Fix MSVC build some more. vor 9 Jahren
  David Benjamin 3e536334be Fix Windows build. vor 9 Jahren
  Matt Braithwaite 6a1275b627 typedef |COMP_METHOD| to void, for compatibility. vor 9 Jahren
  Håvard Molland 047d6f0f4d Remove ssl2.h and ssl23.h. vor 9 Jahren
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. vor 9 Jahren
  David Benjamin 961ad6ad2c Sign channel IDs with ECDSA_do_sign. vor 9 Jahren
  David Benjamin e3aa1d9dd4 Cleanup ticket processing and session lookup. vor 9 Jahren
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. vor 9 Jahren
  Adam Langley 4cfa96bd26 Move compile-time asserts to the top-level. vor 9 Jahren
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. vor 9 Jahren
  Adam Langley be9eda4a88 Fix Renegotiate-Client-NoExt test. vor 9 Jahren
  David Benjamin 6cacac033b Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. vor 9 Jahren
  David Benjamin bed63548d1 Increment the reference count of sessions inside the lock. vor 9 Jahren
  David Benjamin d98452d2db Add a test for the ticket callback. vor 9 Jahren
  Adam Langley bc94929290 bssl_shim: move large buffer to heap. vor 9 Jahren
  David Benjamin ba4594aee6 Don't put sessions from renegotiations in the cache. vor 9 Jahren
  David Benjamin 91eab5c9df Move all the bssl_shim handshake checks to their own function. vor 9 Jahren
  Adam Langley 288d8d5ada runner: prepend the resource directory for async-signing tests. vor 9 Jahren
  David Benjamin b4d65fda70 Implement asynchronous private key operations for client auth. vor 9 Jahren
  David Benjamin 680ca961f9 Preserve session->sess_cert on ticket renewal. vor 9 Jahren
  David Benjamin d65bb78c6c Add SSL_initial_handshake_complete. vor 9 Jahren
  David Benjamin 184494dfcc Raise SIGTRAP rather than abort on failure. vor 9 Jahren
  Adam Langley 7c803a65d5 Allow runner to run from anywhere. vor 9 Jahren
  David Benjamin 11fc66a04c DTLS fragments may not be split across two records. vor 9 Jahren
  David Benjamin 95d3182576 Duplicate SSL_SESSIONs when renewing them. vor 9 Jahren
  David Benjamin fd67aa8c95 Add SSL_SESSION_from_bytes. vor 9 Jahren
  Adam Langley 85bc5601ee Add ECDHE-PSK-AES{128,256}-SHA cipher suites. vor 9 Jahren
  Adam Langley 1feb42a2fb Drop ECDHE-PSK-AES-128-GCM. vor 9 Jahren
  David Benjamin d1c1c8e0a1 Remove EVP_PKEY_missing_parameters in ssl3_check_certificate_for_cipher. vor 9 Jahren
  David Benjamin 436bf82ee8 Prune ssl3_check_cert_and_algorithm. vor 9 Jahren
  David Benjamin 8923c0bc53 Explicitly check for empty certificate list. vor 9 Jahren
  David Benjamin 24f346d77b Limit the number of warning alerts silently consumed. vor 9 Jahren
  David Benjamin f4958e7678 Slightly simplify ServerKeyExchange handling. vor 9 Jahren
  David Benjamin b31040d0d8 Get rid of CERT_PKEY slots in SESS_CERT. vor 9 Jahren
  David Benjamin a8ebe2261f Add tests for empty record limit and make it work in the async case. vor 9 Jahren
  Adam Langley af0e32cb84 Add SSL_get_tls_unique. vor 9 Jahren
  Adam Langley 691992b0ea Minor typo fix in comment. vor 9 Jahren
  Adam Langley ba5934b77f Tighten up EMS resumption behaviour. vor 9 Jahren
  Adam Langley b0eef0aee9 runner: minor tidyups. vor 9 Jahren
  David Benjamin a1c90a5ce1 Further tidy up cipher logic. vor 9 Jahren
  David Benjamin 0fa4012331 Add a test that DTLS does not support RC4. vor 9 Jahren
  David Benjamin 9a980abaee Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_* vor 9 Jahren
  David Benjamin 29864b5bb8 Remove SSL_CIPHER_ALGORITHM2_AEAD. vor 9 Jahren
  David Benjamin 904dc72b32 Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS. vor 9 Jahren
  David Benjamin a6022771b3 Split ssl_read_bytes hook into app_data and close_notify hooks. vor 9 Jahren
  David Benjamin c933a47e6f Switch the ssl_write_bytes hook to ssl_write_app_data. vor 9 Jahren
  David Benjamin 338e06771c Reject sessions with the wrong structure version. vor 9 Jahren
  David Benjamin f297e021f1 Reject unknown fields in d2i_SSL_SESSION. vor 9 Jahren
  David Benjamin bd15a8e748 Fix DTLS handling of multiple records in a packet. vor 9 Jahren