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
2014-12-19Reformat the rest of ssl/.Adam Langley
2014-12-16Consistently use RAND_bytes and check for failure.David Benjamin
2014-12-16Don't change s->version after have_version is set.David Benjamin
2014-12-16Add outgoing messages to the handshake hash at set_handshake_header.David Benjamin
2014-12-16Add comments explaining what NETSCAPE_HANG_BUG does.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-14Fix memory leak on failure.David Benjamin
2014-12-14Add min_version tests.David Benjamin
2014-12-14Remove method swap in DTLS_ANY_VERSION.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-14Drop unnecessary version checks.David Benjamin
2014-12-11Shorten certificate parsing code a little.David Benjamin
2014-12-10Remove variable shadowing.Adam Langley
2014-12-04Remove SSL_set_debug.David Benjamin
2014-12-02Add EVP_md5_sha1.David Benjamin
2014-12-02Remove redundant s->server assignments in handshake.David Benjamin
2014-12-02Replace s->first_packet with a s->s3->have_version bit.David Benjamin
2014-12-02Merge client/server SSL_METHODs into the generic one.David Benjamin
2014-12-02Remove s->type from SSL.David Benjamin
2014-12-02Remove SSL_clear calls in handshake functions.David Benjamin
2014-12-02Trim impossible state combinations.David Benjamin
2014-12-02Don't assign handshake_func in the handshake functions.David Benjamin
2014-12-02Fix DTLS_ANY_VERSION and add tests.David Benjamin
2014-12-02Remove method swap in SSL_set_session.David Benjamin
2014-11-22Remove SSL_set_session_secret_cb (EAP-FAST)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-14Don't resume sessions if the negotiated version doesn't match.David Benjamin
2014-11-11Remove TODO about DTLS cookie lengths.David Benjamin
2014-11-11Remove psk_identity_hint from SSL_SESSION.David Benjamin
2014-11-11Simplify constant-time RSA padding check.Adam Langley
2014-11-06Remove redundant s->s3 check.David Benjamin
2014-11-01Port ssl3_{get,send}_server_key_exchange to EVP_Digest{Verify,Sign}*.David Benjamin
2014-10-29Fix double-frees on malloc failure in ssl3_get_client_key_exchange.David Benjamin
2014-10-28Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION.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-01Remove SSL_get_shared_ciphers.David Benjamin
2014-10-01Don't compare signed vs. unsigned.David Benjamin
2014-10-01Merge the get_ssl_method hooks between TLS and SSLv3.David Benjamin
2014-10-01Merge IMPLEMENT_tls_meth_func and IMPLEMENT_ssl3_meth_func.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-27Compute the Channel ID hash after ssl_get_message.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