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
path: root/ssl
AgeCommit message (Expand)Author
2015-12-22Make MSVC happy.Adam Langley
2015-12-22Rewrite ssl3_send_server_key_exchange to use CBB.David Benjamin
2015-12-22Add a -lldb flag to runner.go.David Benjamin
2015-12-22Remove other unnecessary BN_CTX allocations.David Benjamin
2015-12-22Convert ssl3_send_client_key_exchange to CBB.David Benjamin
2015-12-22Tidy up ssl3_get_server_key_exchange slightly.David Benjamin
2015-12-22Check for EC_KEY_set_public_key error.David Benjamin
2015-12-22Simplify RSA key exchange padding check.David Benjamin
2015-12-17Implement draft-ietf-tls-chacha20-poly1305-04.David Benjamin
2015-12-17Implement draft-ietf-tls-chacha20-poly1305-04 in Go.David Benjamin
2015-12-17Implement RFC 7539 in Go.David Benjamin
2015-12-17Rename the Go ChaCha20-Poly1305 implementation.David Benjamin
2015-12-17Remove unreachable code to duplicate DH keys.David Benjamin
2015-12-17Make CBB_len relative to its argument.David Benjamin
2015-12-16Remove a dead prototype.David Benjamin
2015-12-16*_Update of length zero is legal.David Benjamin
2015-12-16Remove |need_record_splitting| from |SSL3_STATE|.David Benjamin
2015-12-16Slightly simplify SSL3_RECORD.David Benjamin
2015-12-16Pull ChangeCipherSpec into the handshake state machine.David Benjamin
2015-12-16Simplify fragmented HelloRequest state.David Benjamin
2015-12-16Add tests for malformed HelloRequests.David Benjamin
2015-12-16Add tests for bad ChangeCipherSpecs.David Benjamin
2015-12-16Fix flaky BadRSAClientKeyExchange-1 test.David Benjamin
2015-12-16Remove unused functions.David Benjamin
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-12-15Get struct timeval from sys/time.h.David Benjamin
2015-12-15Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves.David Benjamin
2015-12-15Remove SSL_(CTX_)?set_ecdh_callback.David Benjamin
2015-12-15Add slightly better RSA key exchange tests.David Benjamin
2015-12-15Remove weird ret negation logic.David Benjamin
2015-12-15Remove SSL_OP_LEGACY_SERVER_CONNECT.David Benjamin
2015-12-15Tighten SSL_OP_LEGACY_SERVER_CONNECT to align with RFC 5746.David Benjamin
2015-12-15Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.David Benjamin
2015-12-15Remove SSL_OP_TLS_D5_BUG.David Benjamin
2015-12-15Add a comment in SetTestState from bssl_shim.David Benjamin
2015-12-15Include <sys/time.h> in packeted_bio.h for 'timeval'Sam Clegg
2015-12-11Add defines for SRTP profiles using GCM ciphers from RFC 7714.Joachim Bauch
2015-12-01Work around yaSSL bug.Adam Langley
2015-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-19Reformat the cipher suite table.David Benjamin
2015-11-19Remove strength_bits.David Benjamin
2015-11-19Remove algo_strength.David Benjamin
2015-11-19Remove algorithm_ssl.David Benjamin
2015-11-19Switch the keylog BIO to a callback.David Benjamin
2015-11-17Add SSL_CIPHER_is_AES[128|256]CBC.Adam Langley
2015-11-17size_t SSL*_use_*_ASN1.David Benjamin
2015-11-17Fix ssl3_send_server_key_exchange error path.David Benjamin
2015-11-17Reset epoch state in one place.David Benjamin
2015-11-17Check for overflow when parsing a CBS with d2i_*.David Benjamin
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin