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-01Minor typo fixes.Adam Langley
2016-07-30Splitting SSL session state.Steven Valdez
2016-07-30Move post-handshake message handling out of read_app_data.David Benjamin
2016-07-29Remove ssl->s3->message_complete in favor of ssl->init_msg.David Benjamin
2016-07-27Add SSL_send_fatal_alert.David Benjamin
2016-07-25Fix funny line-wrapping.David Benjamin
2016-07-22Add SSL_set_fallback_version.David Benjamin
2016-07-21Move deprecated SSL_OP_* values back to the top.David Benjamin
2016-07-18Add TLS 1.3 1-RTT.Steven Valdez
2016-07-16Check for buffered handshake messages on cipher change in DTLS.David Benjamin
2016-07-16Add a table for porting SSL_CTX_ctrl code.David Benjamin
2016-07-15Give SSL_PRIVATE_KEY_METHOD a message-based API.David Benjamin
2016-07-15Widen SSL_PRIVATE_KEY_METHOD types to include the curve name.David Benjamin
2016-07-15Add SSL_set_signing_algorithm_prefs.David Benjamin
2016-07-14Reformat some macros.David Benjamin
2016-07-12Implement TLS 1.3's downgrade signal.David Benjamin
2016-07-12Refine SHA-1 default in signature algorithm negotiation.David Benjamin
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Assume that MSVC supports C++11.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Simplify ssl_get_message somewhat.David Benjamin
2016-07-11Remove SSL_get_server_key_exchange_hash.David Benjamin
2016-07-08Push V2ClientHello handling into ssl3_get_message.David Benjamin
2016-07-02Add SSL_CTX_up_ref.Adam Langley
2016-07-01Move the Digest/Sign split for SignatureAlgorithms to a lower level.Steven Valdez
2016-07-01Add SSL_get_curve_id and SSL_get_dhe_group_size.David Benjamin
2016-07-01Remove key_exchange_info for plain RSA.David Benjamin
2016-07-01Simplify version configuration.David Benjamin
2016-06-28Changing representation of signature/hash to use SignatureScheme.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-27Always set min_version / max_version.David Benjamin
2016-06-27Build up TLS 1.3 record-layer tests.David Benjamin
2016-06-23Update references to RFC 7905.David Benjamin
2016-06-22Fold cert_req into cert_request.David Benjamin
2016-06-22Add TLS 1.3 record layer to go implementation.Nick Harper
2016-06-18Fix ssl.h copy-paste fail in docJulien Schmidt
2016-06-14Fix typo.David Benjamin
2016-06-14Make SSL_set_bio's ownership easier to reason about.David Benjamin
2016-06-09Adding function to set the "current time" callback used for DTLS.Taylor Brandstetter
2016-06-08Remove unnecessary sectioning in ssl.h.David Benjamin
2016-06-03Add SSL_CIPHER_is_DHE.David Benjamin
2016-05-26CECPQ1: change from named curve to ciphersuite.Matt Braithwaite
2016-05-25Adding TLS 1.3 constants.Steven Valdez
2016-05-23Never expose ssl->bbio in the public API.David Benjamin
2016-05-20Generalizing curves to groups in preparation for TLS 1.3.Steven Valdez
2016-05-18Simplify ssl3_get_message.David Benjamin
2016-05-18MSVC doesn't like C bitfields.David Benjamin
2016-05-18Tidy up shutdown state.David Benjamin
2016-05-13Remove invalid comment for alert_dispatch.David Benjamin