779 Commits (e65886a5207f88b97561f7e13ce792443b2bf7e6)

Author SHA1 Message Date
  David Benjamin 4c31123bfc Remove finish_mac_length from SSL3_ENC_METHOD. 9 years ago
  David Benjamin f7f0f3a74b Remove ccs_header_st. 9 years ago
  David Benjamin ee562b987e Get rid of the RSMBLY macros. 9 years ago
  David Benjamin 7538122ca6 Rework DTLS handshake message reassembly logic. 9 years ago
  David Benjamin a4e6d48749 runner: Move Finished special-case into dtlsWriteRecord. 9 years ago
  David Benjamin 7eaab4cd57 Only retransmit on Finished if frag_off == 0. 9 years ago
  David Benjamin 0685b68216 Remove HelloRequest special-case in DTLS message parsing. 9 years ago
  David Benjamin 5ca39fb50c Switch SSL_GET_MESSAGE_HASH_MESSAGE to an enum. 9 years ago
  David Benjamin b34f510b3b Don't delay-initialize legacy AEADs. 9 years ago
  David Benjamin a3e894921e Test that we reject RSA ServerKeyExchange more thoroughly. 9 years ago
  David Benjamin bcb2d91e10 Actually check that the message has the expected type in DTLS. 9 years ago
  David Benjamin 6f5c0f4471 Add tests for installing the certificate on the early callback. 9 years ago
  David Benjamin 87c8a643e1 Use TCP sockets rather than socketpairs in the SSL tests. 9 years ago
  David Benjamin 86058a256b Tidy up the alert-parsing code. 9 years ago
  David Benjamin 2bdb35ccbb Use SSL_get_cipher_by_value in cipher_get_rfc_name tests. 9 years ago
  David Benjamin ce9f0177f8 Remove BIO_should_retry checks in DTLS state machines. 9 years ago
  Adam Langley 44972944fd Add SSL_get_cipher_by_value. 9 years ago
  Adam Langley 5f0efe06e1 Use SSL_MODE_SEND_FALLBACK_SCSV. 9 years ago
  Adam Langley bcc4e23041 Pass fragment to dtls1_retransmit_message. 9 years ago
  David Benjamin 40f101b78b Return bool from C++ functions in bssl_shim. 9 years ago
  Adam Langley d3459fb2f9 Don't randomly print stuff to stderr. 9 years ago
  David Benjamin 195dc78c6e Allow False Start only for >= TLS 1.2 && AEAD && forward-secure && ALPN/NPN. 9 years ago
  David Benjamin 5f237bc843 Add support for Chromium's JSON test result format. 9 years ago
  David Benjamin 310db06b79 Don't EVP_PKEY_copy_parameters when configuring cert and key. 9 years ago
  David Benjamin fbdfefb76e Handle failures in ssl3_finish_mac. 9 years ago
  David Benjamin 9d0847ae6d Add some missing error failure checks. 9 years ago
  David Benjamin ed7c475154 Rename cutthrough to False Start. 9 years ago
  David Benjamin a54e2e85ee Remove server-side HelloVerifyRequest support. 9 years ago
  David Benjamin c35fb014d9 Fix more memory leaks on malloc failure. 9 years ago
  David Benjamin 3bb4178206 Fix memory leak in pqueue_test. 9 years ago
  David Benjamin 6eb000dbee Add in missing curly braces part 3. 9 years ago
  David Benjamin 3673be7cb6 Fix standalone build on Win64. 9 years ago
  David Benjamin efec193d27 Fix some function parameters in OPENSSL_PUT_ERROR. 9 years ago
  Adam Langley 29b186736c Precompute sorted array for error strings. 9 years ago
  David Benjamin 65226257c1 Add SSL_CIPHER_get_rfc_name. 9 years ago
  David Benjamin 722696b39e Don't lock anything in SSL_set_generate_session_id. 9 years ago
  David Benjamin ed3d302190 Unrefcount SSL*. 9 years ago
  David Benjamin 9e128b06a1 Fix memory leak on malloc failure. 9 years ago
  David Benjamin 2d445c0921 Don't use a global for early_callback_called. 9 years ago
  David Benjamin c273d2c537 Use just one style for the shim. 9 years ago
  David Benjamin 1b8b691458 Test asynchronous session lookup. 9 years ago
  David Benjamin 2fff5bf4a8 Set rwstate inside ssl3_get_client_hello. 9 years ago
  David Benjamin 23a8ca1f10 Implement SSL_get1_session with SSL_SESSION_up_ref. 9 years ago
  David Benjamin 3363984d0d Add SSL_SESSION_up_ref. 9 years ago
  David Benjamin 41fdbcdc72 Test asynchronous cert_cb behavior. 9 years ago
  David Benjamin d9e070193f Test async channel ID callback. 9 years ago
  David Benjamin a7f333d103 RAII bssl_shim. 9 years ago
  David Benjamin 95695c8d88 runner: Ignore dtlsFlushHandshake failures. 9 years ago
  David Benjamin ccf74f8085 Revise SSL_cutthrough_complete and SSL_in_init. 9 years ago
  David Benjamin 931ab3484f Fix handshake check when False Start is used with implicit read. 9 years ago