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-16Pull ChangeCipherSpec into the handshake state machine.David Benjamin
2015-11-19Switch the keylog BIO to a callback.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-07Switch the handshake buffer from memory BIO to BUF_MEM.David Benjamin
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-07Fold away certificate slots mechanism.David Benjamin
2015-07-07Merge the RSA_ENC and RSA_SIGN certificate slots.David Benjamin
2015-07-07ssl3_cert_verify_hash should take the EVP_PKEY type.David Benjamin
2015-06-19Implement asynchronous private key operations for client auth.David Benjamin
2015-06-05Minor typo fix in comment.Adam Langley
2015-06-02Split ssl_read_bytes hook into app_data and close_notify hooks.David Benjamin
2015-05-28Don't make SSL_MODE_*HELLO_TIME configurable.David Benjamin
2015-05-12Remove redundant setup buffer calls.David Benjamin
2015-05-11Zero s->packet when releasing the read buffer.David Benjamin
2015-05-07Fix random magic number in ssl3_output_cert_chain.David Benjamin
2015-05-07Move the NULL case in ssl_add_cert_chain up.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 5.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-06Tidy record length check.David Benjamin
2015-04-06Remove redundant SSL_READING lines after ssl_read_bytes.David Benjamin
2015-03-19Minor formatting fixes.David Benjamin
2015-03-06Switch SSL_GET_MESSAGE_HASH_MESSAGE to an enum.David Benjamin
2015-02-18Handle failures in ssl3_finish_mac.David Benjamin
2015-02-17Add some missing error failure checks.David Benjamin
2014-12-17Touch up ssl3_get_message.Adam Langley
2014-12-16Remove X509 parameter from ssl_cert_type.David Benjamin
2014-12-16Reformat d1_{srtp|srvr}.c and s3_both.cAdam Langley
2014-12-16Add outgoing messages to the handshake hash at set_handshake_header.David Benjamin
2014-12-16Use EVP_MAX_MD_SIZE to size the Finished message.David Benjamin
2014-12-14Address code-review comments from prev changes.Adam Langley
2014-12-14Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin
2014-12-14Pull SSL3_ENC_METHOD out of SSL_METHOD.David Benjamin
2014-12-05Advance to the next state variant when reusing messages (PR3597).David Benjamin
2014-12-02Add EVP_md5_sha1.David Benjamin
2014-12-02Remove s->type from SSL.David Benjamin
2014-11-04Remove remnant of MS SGC second ClientHello.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-09-04Prune some dead quirks and document the SSL_OP_ALL ones.David Benjamin
2014-09-04Add SSL_CTX_set_keylog_bio.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-27Refactor server-side CertificateVerify handling.David Benjamin
2014-08-27Revise hash management for reading the Finished message.David Benjamin
2014-08-27Introduce a hash_message parameter to ssl_get_message.David Benjamin
2014-08-20Prune removed key types from SSL_PKEY_*.David Benjamin
2014-08-18Remove SSL_OP_CISCO_ANYCONNECT.David Benjamin
2014-08-14Replace some DTLS version checks with SSL_IS_DTLS.David Benjamin
2014-08-12Windows build fixes.Adam Langley