Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-13Rerun make_macros.sh.Adam Langley
2015-02-13X509_check_mumble() failure is <= 0, not just 0.Adam Langley
2015-02-13Drop hostlen from X509_VERIFY_PARAM_ID.Adam Langley
2015-02-13Fix more memory leaks on malloc failure.David Benjamin
2015-02-13Update BUILDING documentation regarding Go.David Benjamin
2015-02-12Fix memory leak in pqueue_test.David Benjamin
2015-02-12Replace all_tests.sh with a test runner in Go.David Benjamin
2015-02-12Add in missing curly braces part 3.David Benjamin
2015-02-12Add in missing curly braces part 2.David Benjamin
2015-02-12Fix standalone build on Win64.David Benjamin
2015-02-12Reset all the error codes.David Benjamin
2015-02-12Fix cross-module errors.David Benjamin
2015-02-11Add in missing curly braces part 1.David Benjamin
2015-02-11Fix some function parameters in OPENSSL_PUT_ERROR.David Benjamin
2015-02-10Split error string data across multiple lines.David Benjamin
2015-02-10Make make_errors.go -reset reproducible.David Benjamin
2015-02-10Make err_data_generate.go reproducible.David Benjamin
2015-02-10Remove more bits of ERR_STRING_DATA.Adam Langley
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-10Add SSL_CIPHER_get_rfc_name.David Benjamin
2015-02-10Don't lock anything in SSL_set_generate_session_id.David Benjamin
2015-02-10Unrefcount SSL*.David Benjamin
2015-02-10Fix memory leak on malloc failure.David Benjamin
2015-02-10Don't use a global for early_callback_called.David Benjamin
2015-02-10Use just one style for the shim.David Benjamin
2015-02-10Test asynchronous session lookup.David Benjamin
2015-02-10Set rwstate inside ssl3_get_client_hello.David Benjamin
2015-02-10Implement SSL_get1_session with SSL_SESSION_up_ref.David Benjamin
2015-02-10Add SSL_SESSION_up_ref.David Benjamin
2015-02-10Test asynchronous cert_cb behavior.David Benjamin
2015-02-10Test async channel ID callback.David Benjamin
2015-02-09RAII bssl_shim.David Benjamin
2015-02-09runner: Ignore dtlsFlushHandshake failures.David Benjamin
2015-02-09Revise SSL_cutthrough_complete and SSL_in_init.David Benjamin
2015-02-09Fix handshake check when False Start is used with implicit read.David Benjamin
2015-02-09Initialize the record buffers after the handshake check.David Benjamin
2015-02-09Test that False Start fails if the server second leg is omitted.David Benjamin
2015-02-09Forbid interleaving between application data and handshake protocols.David Benjamin
2015-02-09Check for EVP_Digest failure.David Benjamin
2015-02-09Fix some unchecked mallocs.David Benjamin
2015-02-06Fix memory-leak in evp_test.Adam Langley
2015-02-06Remove support for dynamic METHODs.Adam Langley
2015-02-04Add test coverage for normal alert parsing.David Benjamin
2015-02-04Reject all invalid records.David Benjamin
2015-02-03Simplify DTLS epoch rewind.David Benjamin
2015-02-03Don't probe for NEON with SIGILL on aarch64.Adam Langley
2015-02-03Remove alert_fragment and handshake_fragment.David Benjamin
2015-02-03Remove Finished special-case in dtls1_process_out_of_seq_message.David Benjamin
2015-02-03Forbid initiating renegotiate in DTLS.David Benjamin
2015-02-03Remove SSL_renegotiate_abbreviated.David Benjamin