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-10-20Ditch remaining filename comments from public headers and ssl/David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-08-19Remove signature algorithm configuration hooks and SSL_ctrl.David Benjamin
2015-06-02Further tidy up cipher logic.David Benjamin
2015-06-02Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS.David Benjamin
2015-06-02Split ssl_read_bytes hook into app_data and close_notify hooks.David Benjamin
2015-06-02Switch the ssl_write_bytes hook to ssl_write_app_data.David Benjamin
2015-05-21Forbid caller-initiated renegotiations and all renego as a servers.David Benjamin
2015-05-07Promote all dtls1_ctrl hooks to functions.David Benjamin
2015-05-07Promote all SSL callback ctrl hooks to proper functions.David Benjamin
2015-04-11Rename ssl_locl.h to internal.hDavid Benjamin
2015-03-19Move the is_dtls bit from SSL3_ENC_METHOD to SSL_PROTOCOL_METHOD.David Benjamin
2015-03-10Remove ssl_version hook.David Benjamin
2015-03-10Move handshake method hooks to SSL_PROTOCOL_METHOD.David Benjamin
2015-01-13Implement SSL_clear with ssl_new and ssl_free.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-14Pull SSL3_ENC_METHOD out of SSL_METHOD.David Benjamin
2014-12-14Remove s_accept and s_connect parameters IMPLEMENT* macros.David Benjamin
2014-12-02Merge client/server SSL_METHODs into the generic one.David Benjamin
2014-12-02Remove method swap in SSL_set_session.David Benjamin
2014-06-21Inital import.Adam Langley