aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Fix more memory leaks on malloc failure.David Benjamin2-2/+7
2015-02-11Fix memory leak in pqueue_test.David Benjamin2-2/+16
2015-02-11Add in missing curly braces part 3.David Benjamin6-7/+14
2015-02-11Fix standalone build on Win64.David Benjamin1-1/+1
2015-02-11Fix some function parameters in OPENSSL_PUT_ERROR.David Benjamin1-2/+2
2015-02-09Precompute sorted array for error strings.Adam Langley3-575/+1
2015-02-09Add SSL_CIPHER_get_rfc_name.David Benjamin3-16/+185
2015-02-10Don't lock anything in SSL_set_generate_session_id.David Benjamin1-2/+0
2015-02-10Unrefcount SSL*.David Benjamin1-9/+0
2015-02-10Fix memory leak on malloc failure.David Benjamin1-1/+2
2015-02-10Don't use a global for early_callback_called.David Benjamin1-28/+24
2015-02-10Use just one style for the shim.David Benjamin5-136/+128
2015-02-10Test asynchronous session lookup.David Benjamin1-12/+41
2015-02-10Set rwstate inside ssl3_get_client_hello.David Benjamin2-11/+3
2015-02-09Implement SSL_get1_session with SSL_SESSION_up_ref.David Benjamin1-12/+1
2015-02-09Add SSL_SESSION_up_ref.David Benjamin2-10/+13
2015-02-09Test asynchronous cert_cb behavior.David Benjamin1-13/+38
2015-02-09Test async channel ID callback.David Benjamin1-22/+59
2015-02-09RAII bssl_shim.David Benjamin6-160/+177
2015-02-09runner: Ignore dtlsFlushHandshake failures.David Benjamin2-27/+9
2015-02-09Revise SSL_cutthrough_complete and SSL_in_init.David Benjamin4-19/+5
2015-02-09Fix handshake check when False Start is used with implicit read.David Benjamin2-2/+44
2015-02-09Initialize the record buffers after the handshake check.David Benjamin6-101/+142
2015-02-09Test that False Start fails if the server second leg is omitted.David Benjamin4-14/+42
2015-02-09Forbid interleaving between application data and handshake protocols.David Benjamin2-46/+6
2015-02-09Check for EVP_Digest failure.David Benjamin1-16/+10
2015-02-09Fix some unchecked mallocs.David Benjamin1-2/+3
2015-02-03Add test coverage for normal alert parsing.David Benjamin3-6/+30
2015-02-03Reject all invalid records.David Benjamin5-41/+38
2015-02-03Simplify DTLS epoch rewind.David Benjamin3-43/+34
2015-02-03Remove alert_fragment and handshake_fragment.David Benjamin3-100/+40
2015-02-03Remove Finished special-case in dtls1_process_out_of_seq_message.David Benjamin1-5/+2
2015-02-03Forbid initiating renegotiate in DTLS.David Benjamin2-0/+7
2015-02-03Remove SSL_renegotiate_abbreviated.David Benjamin1-9/+0
2015-02-03Disallow peer-initiated renegotiations in DTLS.David Benjamin1-103/+11
2015-02-03Add initial handshake reassembly tests.David Benjamin6-14/+114
2015-02-03runner: Refactor handshake fragmenting slightly.David Benjamin1-94/+97
2015-02-03Remove NETSCAPE_HANG_BUG.David Benjamin2-34/+0
2015-02-03Remove dtls1_timeout_st.David Benjamin1-9/+12
2015-02-03Add DTLS timeout and retransmit tests.David Benjamin9-68/+417
2015-02-03Revert "Drop retransmits in DTLS tests."David Benjamin2-28/+10
2015-02-03Document DTLS timeout API and add current_time_cb hook.David Benjamin2-7/+18
2015-02-02Remove string.h from base.h.Adam Langley4-0/+9
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith2-3/+3
2015-01-28Change CMakeLists.txt to two-space indent.Adam Langley3-43/+43
2015-01-28Honor the standard BUILD_SHARED_LIBS cmake variable.David Benjamin1-1/+0
2015-01-26Only send sigalgs extension in 1.2-capable ClientHellos.David Benjamin2-1/+6
2015-01-26Test application data and Finished reordering.David Benjamin4-7/+45
2015-01-26Disable NPN and Channel ID in DTLS.David Benjamin1-8/+12
2015-01-26Don't allow CCS just before CertificateVerify in DTLS.David Benjamin1-2/+0