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
2016-08-11Pass a ClientHello into ssl3_choose_cipher.David Benjamin
2016-07-30Splitting SSL session state.Steven Valdez
2016-07-18Add TLS 1.3 1-RTT.Steven Valdez
2016-06-28Disconnect handshake message creation from init_buf.David Benjamin
2016-06-27Stash a copy of the SKX params rather mess with init_buf.David Benjamin
2016-06-22Add TLS 1.3 record layer to go implementation.Nick Harper
2016-06-08Move a bunch of public APIs from s3_lib.c to ssl_lib.c.David Benjamin
2016-06-08Fold the DTLS client handshake into the TLS one.David Benjamin
2016-06-08Remove ssl3_do_write's 0 case.David Benjamin
2016-05-20Generalizing curves to groups in preparation for TLS 1.3.Steven Valdez
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-22ssl->ctx cannot be NULL.David Benjamin
2016-03-20Fix typo in function name.Piotr Sikora
2016-03-17Remove a number of unnecessary stdio.h includes.David Benjamin
2016-02-24Empty SNI names are not validSteven Valdez
2016-01-28Align SSL_CTX_set1_tls_channel_id with SSL_set1_tls_channel_id.David Benjamin
2016-01-28Don't initialize enc_method before version negotiation.David Benjamin
2016-01-28Replace enc_flags with normalized version checks.David Benjamin
2016-01-16Add a helper function to normalize the current version.David Benjamin
2016-01-16Move some functions to file scope.David Benjamin
2016-01-16Add APIs to extract the SSL key block.David Benjamin
2016-01-16Prune finished labels from SSL3_ENC_METHOD.David Benjamin
2016-01-16Remove a few unnecessary SSL3_ENC_METHOD hooks.David Benjamin
2016-01-16Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3.David Benjamin
2016-01-16Simplify the ChangeCipherSpec logic.David Benjamin
2015-12-23Switch s to ssl everywhere.David Benjamin
2015-12-23Route DHE through the SSL_ECDH abstraction as well.David Benjamin
2015-12-23Implement draft-ietf-tls-curve25519-01 in C.David Benjamin
2015-12-15Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves.David Benjamin
2015-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-06Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.David Benjamin
2015-10-20Convert ssl3_send_channel_id to CBB.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-04Add cipher suite settings for TLS ≥ 1.0.Adam Langley
2015-08-29Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-19Remove signature algorithm configuration hooks and SSL_ctrl.David Benjamin
2015-08-19Remove SSL_get1_curves and promote SSL_(CTX_)?set1_curves.David Benjamin
2015-08-17Use the record-layer buffer for sniffing V2ClientHellos.David Benjamin
2015-08-17Remove SSL_CTRL_SET_CLIENT_CERT_TYPES.David Benjamin
2015-08-17Remove separate APIs for configuring chain and verify stores.David Benjamin
2015-08-17Promote SSL_get0_certificate_types to a proper function.David Benjamin
2015-08-07Simplify handshake hash handling.David Benjamin
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-08-07Rename algorithm2 to algorithm_prf.David Benjamin
2015-08-06Fold dtls1_process_record into dtls1_get_record.David Benjamin
2015-08-01Fold away EC point format negotiation.David Benjamin
2015-08-01Remove SSL_get0_ec_point_formats.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-07Fix Windows build.Adam Langley