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-01-15Account for the MTU BIO_ctrls returning negative or overly large numbers.David Benjamin
2015-01-15Always SSL_OP_NO_QUERY_MTU before querying the BIO MTU.David Benjamin
2015-01-15Remove dead code from EVP_CIPHER codepaths.David Benjamin
2015-01-15Support EVP_AEAD in DTLS.David Benjamin
2015-01-14Add the PRF to SSL3_ENC_METHOD.David Benjamin
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin
2015-01-13Remove cookie_len setting in dtls1_new.David Benjamin
2015-01-13Implement SSL_clear with ssl_new and ssl_free.David Benjamin
2014-12-16Add outgoing messages to the handshake hash at set_handshake_header.David Benjamin
2014-12-16Fold dtls1_set_message_header into dtls1_set_handshake_header.David Benjamin
2014-12-14Reformatting of several DTLS source files.Adam Langley
2014-12-14Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin
2014-12-14Mark SSL3_ENC_METHODs const and remove an unused one.David Benjamin
2014-12-05Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskDavid Benjamin
2014-12-02Remove a place where SSL_clear cleans up after client/server confusion.David Benjamin
2014-12-02Fix DTLS_ANY_VERSION and add tests.David Benjamin
2014-11-11Remove DTLSv1_listen.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-08-18Remove SSL_OP_CISCO_ANYCONNECT.David Benjamin
2014-08-18Remove default_timeout hook.David Benjamin
2014-08-12Windows build fixes.Adam Langley
2014-06-27DTLS: fix memory leak when allocation fails.Loganaden Velvindron
2014-06-27Remove heartbeat extension.David Benjamin
2014-06-21Free up s->d1->buffered_app_data.q properly.Adam Langley
2014-06-21Inital import.Adam Langley