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-15aarch64 support.Adam Langley
2015-01-15Remove constraints on curve ID values.David Benjamin
2015-01-15The dtls1_output_cert_chain function no longer exists so remove it from ssl_l...David Benjamin
2015-01-15Remove dead code from EVP_CIPHER codepaths.David Benjamin
2015-01-14Implement SSLv3 ciphers with stateful AEADs.David Benjamin
2015-01-14Add the PRF to SSL3_ENC_METHOD.David Benjamin
2015-01-14Factor SSLv3 key derivation steps into an ssl3_PRF.David Benjamin
2015-01-14Tidy up tls1_PRF a little.David Benjamin
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin
2015-01-13Implement SSL_clear with ssl_new and ssl_free.David Benjamin
2014-12-19Reformat the rest of ssl/.Adam Langley
2014-12-17Touch up ssl3_get_message.Adam Langley
2014-12-16Remove X509 parameter from ssl_cert_type.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-14Address code-review comments from prev changes.Adam Langley
2014-12-14Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin
2014-12-14Implement the V2ClientHello sniff in version-locked methods.David Benjamin
2014-12-14Pull SSL3_ENC_METHOD out of SSL_METHOD.David Benjamin
2014-12-14Factor out remaining version-related functions.David Benjamin
2014-12-14Remove s_accept and s_connect parameters IMPLEMENT* macros.David Benjamin
2014-12-14Mark SSL3_ENC_METHODs const and remove an unused one.David Benjamin
2014-12-05Remove dtls1_enc.David Benjamin
2014-12-05Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskDavid Benjamin
2014-12-05Update references to RFCs.David Benjamin
2014-12-02Factor out the client max-version logic into a helper function.David Benjamin
2014-12-02Remove SSL_(CTX_)get_ssl_method.David Benjamin
2014-12-02Remove method swap in SSL_set_session.David Benjamin
2014-11-19Add malloc failure tests.Adam Langley
2014-11-19Account for EVP_PKEY capabilities in selecting hash functions.David Benjamin
2014-11-19Remove CERT_PKEY::valid_flags.David Benjamin
2014-11-19Clean up ssl_set_cert_masks.David Benjamin
2014-11-19Trim tls1_check_chain and CERT_PKEY flags.David Benjamin
2014-11-19Remove TLS strict mode.David Benjamin
2014-11-19Remove SSL_check_chain and unexport CERT_PKEY flags.David Benjamin
2014-11-11Remove client-side support for ServerKeyExchange in the RSA key exchange.David Benjamin
2014-10-25Extended master secret support.Adam Langley
2014-10-24Remove T** parameter to ssl_bytes_to_cipher_list.David Benjamin
2014-10-01Split tls1_check_ec_key.David Benjamin
2014-10-01Merge IMPLEMENT_tls_meth_func and IMPLEMENT_ssl3_meth_func.David Benjamin
2014-09-30Clean up ssl_cipher_list_to_bytes a little.David Benjamin
2014-09-16Remove remnants of export cipher suite selection.David Benjamin
2014-09-16Remove indirection in loading ciphers.David Benjamin
2014-09-04Add SSL_CTX_set_keylog_bio.David Benjamin
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-27Refactor server-side CertificateVerify handling.David Benjamin
2014-08-27Introduce a hash_message parameter to ssl_get_message.David Benjamin
2014-08-27Rename some message functions for consistency.David Benjamin
2014-08-20Remove MS SGC support on the the server.David Benjamin