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-12-15Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves.David Benjamin
2015-12-15Remove SSL_(CTX_)?set_ecdh_callback.David Benjamin
2015-12-15Remove weird ret negation logic.David Benjamin
2015-12-15Remove SSL_OP_TLS_D5_BUG.David Benjamin
2015-12-01Work around yaSSL bug.Adam Langley
2015-11-17Fix ssl3_send_server_key_exchange error path.David Benjamin
2015-11-17Check for overflow when parsing a CBS with d2i_*.David Benjamin
2015-11-07Add SSL_get_server_key_exchange_hash.David Benjamin
2015-10-27Change the type of |EC_GROUP_get_degree| and friends to |unsigned|.Brian Smith
2015-10-26Add server-side support for asynchronous RSA decryption.nagendra modadugu
2015-10-26Remove all the logic around custom session IDs and retrying on collisions.David Benjamin
2015-10-26Document the info callback.David Benjamin
2015-10-20Add use counters for SSL_OP_TLS_D5_BUG and SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.David Benjamin
2015-10-20Convert ssl3_send_server_hello to CBB.David Benjamin
2015-09-30Don't record handshake hashes if no Channel IDMatt Braithwaite
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-08-29Tidy up the ssl3_send_server_key_exchange slightly.David Benjamin
2015-08-29Remove the last of SESS_CERT.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-20Server-side OCSP stapling support.Paul Lietar
2015-08-17Only read 5 bytes (record header length) in sniffing for V2ClientHello.David Benjamin
2015-08-17Use the record-layer buffer for sniffing V2ClientHellos.David Benjamin
2015-08-17Slightly simplify V2ClientHello sniffing.David Benjamin
2015-08-07Simplify tls1_channel_id_hash.David Benjamin
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-07-31Add server-side support for asynchronous signing.nagendra modadugu
2015-07-29Remove old 'prepare' extensions functions.David Benjamin
2015-07-22Convert the Channel ID extension to the new system.Adam Langley
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-07-01Add CBB_zero to set a CBB to the zero state.David Benjamin
2015-07-01Cleanup ticket processing and session lookup.David Benjamin
2015-06-19Implement asynchronous private key operations for client auth.David Benjamin
2015-06-04Tighten up EMS resumption behaviour.Adam Langley
2015-06-02Further tidy up cipher logic.David Benjamin
2015-05-28Decide whether or not to request client certificates early.David Benjamin
2015-05-28Remove server-side renego session resumption check.David Benjamin
2015-05-28Deprecate and no-op SSL_VERIFY_CLIENT_ONCE.David Benjamin
2015-05-28Don't make SSL_MODE_*HELLO_TIME configurable.David Benjamin
2015-05-21Remove compatibility s->version checks.David Benjamin
2015-05-21Remove SSL_in_before and SSL_ST_BEFORE.David Benjamin
2015-05-21Forbid caller-initiated renegotiations and all renego as a servers.David Benjamin
2015-05-15Never resume sessions on renegotiations.David Benjamin
2015-05-13Add s->s3->initial_handshake_complete.David Benjamin
2015-05-12Remove redundant setup buffer calls.David Benjamin
2015-05-07Always set SSL_OP_SINGLE_DH_USE.David Benjamin
2015-05-07Promote max_cert_list and max_send_fragment to functions.David Benjamin