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-14Merge SSLv23_method and DTLS_ANY_VERSION.David Benjamin
2014-12-14Add min_version and max_version APIs.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 SSL_CTX_set_ssl_version.David Benjamin
2014-12-14Remove redundant SSL_ST_BEFORE-related checks.David Benjamin
2014-12-14Mark SSL3_ENC_METHODs const and remove an unused one.David Benjamin
2014-12-05ClientHello Padding for Fast Radio Opening in 3G.Feng Lu
2014-12-04Remove SSL_set_debug.David Benjamin
2014-12-02Replace s->first_packet with a s->s3->have_version bit.David Benjamin
2014-12-02Don't set s->state and s->server before the side is known.David Benjamin
2014-12-02Remove s->type from SSL.David Benjamin
2014-12-02Fix FALLBACK_SCSV, Channel ID, OCSP stapling, and SCTs with the generic method.David Benjamin
2014-12-02Don't assign handshake_func in the handshake functions.David Benjamin
2014-12-02Remove obsolete comment.David Benjamin
2014-12-02Remove SSL_(CTX_)get_ssl_method.David Benjamin
2014-12-02Remove method swap in SSL_set_session.David Benjamin
2014-12-02Remove method-switching codepath in SSL_clear.David Benjamin
2014-12-02Make OCSP response and SCT list getter const-correct.David Benjamin
2014-11-22Remove SSL_set_session_secret_cb (EAP-FAST)David Benjamin
2014-11-20Fix a couple more malloc test crashes.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-17Remove some remnants of SSLv2.David Benjamin
2014-11-11Remove psk_identity_hint from SSL_SESSION.David Benjamin
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-01Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.David Benjamin
2014-09-30Clean up ssl_cipher_list_to_bytes a little.David Benjamin
2014-09-25Remove OPENSSL_NO_TLS1_2_CLIENT and OPENSSL_NO_DTLS1.David Benjamin
2014-09-22Switch the reason code check to a compile-time assert.David Benjamin
2014-09-04Add SSL_CTX_set_keylog_bio.David Benjamin
2014-09-03Fix minor issues found by Clang's analysis.Adam Langley
2014-08-29Client-side OCSP stapling support.David Benjamin
2014-08-28Remove session_ctx macro.David Benjamin
2014-08-28unifdef a bunch of OPENSSL_NO_* ifdefs.David Benjamin
2014-08-27Move a variable declaration to function start.Adam Langley
2014-08-21Implement client side of TLS signed certificate stamps extension.HÃ¥vard Molland
2014-08-20Remove some unused state and code.David Benjamin
2014-08-20Remove DSA-based cipher suites and client auth.David Benjamin
2014-08-20Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS.David Benjamin
2014-08-19Remove rsa_md5, md5, and sha1 fields from SSL_CTX.David Benjamin
2014-08-18Mark all SSL_CIPHERs as const.David Benjamin
2014-08-18Remove default_timeout hook.David Benjamin
2014-08-14Add SSL_SESSION_get_version.Adam Langley