779 Commits (e65886a5207f88b97561f7e13ce792443b2bf7e6)

Author SHA1 Message Date
  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
  David Benjamin e0e7d0da68 Initialize the record buffers after the handshake check. 9 years ago
  David Benjamin b80168e1b8 Test that False Start fails if the server second leg is omitted. 9 years ago
  David Benjamin e820df9371 Forbid interleaving between application data and handshake protocols. 9 years ago
  David Benjamin 68070620e7 Check for EVP_Digest failure. 9 years ago
  David Benjamin 1eed2c0e40 Fix some unchecked mallocs. 9 years ago
  David Benjamin 3fd1fbd1c8 Add test coverage for normal alert parsing. 9 years ago
  David Benjamin ddb9f15e18 Reject all invalid records. 9 years ago
  David Benjamin afbc63fc2f Simplify DTLS epoch rewind. 9 years ago
  David Benjamin 0ea8dda93e Remove alert_fragment and handshake_fragment. 9 years ago
  David Benjamin f95ef93c62 Remove Finished special-case in dtls1_process_out_of_seq_message. 9 years ago
  David Benjamin 2cdace913e Forbid initiating renegotiate in DTLS. 9 years ago
  David Benjamin d4f924c4b1 Remove SSL_renegotiate_abbreviated. 9 years ago
  David Benjamin ac6900b0d3 Disallow peer-initiated renegotiations in DTLS. 9 years ago
  David Benjamin b3774b9619 Add initial handshake reassembly tests. 9 years ago
  David Benjamin d660b57208 runner: Refactor handshake fragmenting slightly. 9 years ago
  David Benjamin 79ae85e4f7 Remove NETSCAPE_HANG_BUG. 9 years ago
  David Benjamin e33b9b0a87 Remove dtls1_timeout_st. 9 years ago
  David Benjamin 83f9040339 Add DTLS timeout and retransmit tests. 9 years ago