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-12-23Switch s to ssl everywhere.David Benjamin
2015-11-04Separate CCS and handshake writing in DTLS.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-12Restore the NULL-SHA ciphersuite. (Alas.)Matt Braithwaite
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-02Further tidy up cipher logic.David Benjamin
2015-05-21Pass a dtls1_use_epoch enum down to dtls1_seal_record.David Benjamin
2015-05-08Remove OPENSSL_timeval.David Benjamin
2015-05-07Promote all dtls1_ctrl hooks to functions.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 5.David Benjamin
2015-04-14Tidy cipher rule processing.David Benjamin
2015-04-11Include-what-you-use ssl/internal.h.David Benjamin
2015-04-11Rename ssl_locl.h to internal.hDavid Benjamin
2015-04-07Remove buffered_app_data as well.David Benjamin
2015-04-06Remove buffering out records from the next epoch.David Benjamin
2015-03-19Move the is_dtls bit from SSL3_ENC_METHOD to SSL_PROTOCOL_METHOD.David Benjamin
2015-03-10Move handshake method hooks to SSL_PROTOCOL_METHOD.David Benjamin
2015-03-10Remove finish_mac_length from SSL3_ENC_METHOD.David Benjamin
2015-02-18Handle failures in ssl3_finish_mac.David Benjamin
2015-02-03Remove dtls1_timeout_st.David Benjamin
2015-02-03Document DTLS timeout API and add current_time_cb hook.David Benjamin
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