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-16Reset ssl error codes.David Benjamin
2015-11-12Limit DHE groups to 4096-bit.David Benjamin
2015-09-01Forbid a server from negotiating both ALPN and NPN.David Benjamin
2015-07-31Implement custom extensions.Adam Langley
2015-07-22Tidy up extensions stuff and drop fastradio support.Adam Langley
2015-07-16Get rid of err function codes.David Benjamin
2015-07-10Convert the signature algorithms extension to the new systemAdam Langley
2015-07-01Convert the renegotiation extension to the new system.Adam Langley
2015-07-01Add infrastructure for better extension handling.Adam Langley
2015-06-26Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions.David Benjamin
2015-06-16Add SSL_SESSION_from_bytes.David Benjamin
2015-06-09Limit the number of warning alerts silently consumed.David Benjamin
2015-06-04Tighten up EMS resumption behaviour.Adam Langley
2015-06-02Switch the ssl_write_bytes hook to ssl_write_app_data.David Benjamin
2015-05-21Factor SSL_AEAD_CTX into a dedicated type.David Benjamin
2015-05-07Get rid of ssl_undefined_*David Benjamin
2015-05-07Move the NULL case in ssl_add_cert_chain up.David Benjamin
2015-05-07Promote SNI macros to functions.David Benjamin
2015-05-07Promote channel ID macros to proper functions.David Benjamin
2015-05-07Promote set_tmp_dh and set_tmp_ecdh to functions.David Benjamin
2015-05-07Promote all SSL callback ctrl hooks to proper functions.David Benjamin
2015-04-07Enforce that sessions are resumed at the version they're created.David Benjamin
2015-04-06Factor out sequence number updates.David Benjamin
2015-04-06Clean up do_ssl3_write fragment handling.David Benjamin
2015-03-10Get rid of the RSMBLY macros.David Benjamin
2015-03-10Rework DTLS handshake message reassembly logic.David Benjamin
2015-02-12Reset all the error codes.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley