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-08-11Move SCSV handling out of cipher list parsing.David Benjamin
2016-08-11Only have one ClientHello parser, not three.David Benjamin
2016-08-04Move more side-specific code out of tls13_process_certificate.David Benjamin
2016-08-04Test that servers enforce session timeouts.David Benjamin
2016-08-04Stop pretending to ssl_clear_bad_session.David Benjamin
2016-08-03Add a CBS version of SSL_early_callback_ctx_extension_get.David Benjamin
2016-08-03Adding NewSessionTicket.Steven Valdez
2016-08-03Prefix ext_key_share methods.Steven Valdez
2016-08-02Add SSL_is_dtls.David Benjamin
2016-07-30Adding handling for KeyUpdate post-handshake message.Steven Valdez
2016-07-30Adding Post-Handshake message handling.Steven Valdez
2016-07-30Splitting SSL session state.Steven Valdez
2016-07-30Move post-handshake message handling out of read_app_data.David Benjamin
2016-07-29Switch finish_handshake to release_current_message.David Benjamin
2016-07-29Remove begin_handshake and allocate init_buf lazily.David Benjamin
2016-07-22Add SSL_set_fallback_version.David Benjamin
2016-07-20Tweak ssl_early_callback_init.David Benjamin
2016-07-20Adding HelloRetryRequest.Steven Valdez
2016-07-20Factor out the client_cert_cb code.David Benjamin
2016-07-19Implement SSLKEYLOGFILE support for TLS 1.3.David Benjamin
2016-07-19Add a ssl_hs_flush_and_read_message wait mode.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-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-15Moving ssl_check_leaf_certificate to ssl_cert.Steven Valdez
2016-07-14Factor out certificate list parsing.David Benjamin
2016-07-14Factor out CA list parsing.David Benjamin
2016-07-14Tidy up a few certificate-related utility functions.David Benjamin
2016-07-12Implement TLS 1.3's downgrade signal.David Benjamin
2016-07-12Enforce ECDSA curve matching in TLS 1.3.David Benjamin
2016-07-12Move the key type check from tls12_check_peer_sigalg to ssl_verify_*.David Benjamin
2016-07-12Refine SHA-1 default in signature algorithm negotiation.David Benjamin
2016-07-12Don't decompose sigalgs in key preferences.David Benjamin
2016-07-12Don't call tls12_get_hash in the server handshake.David Benjamin
2016-07-12Simplify ssl_get_message somewhat.David Benjamin
2016-07-12Don't use init_buf in DTLS.David Benjamin
2016-07-11Move references to init_buf into SSL_PROTOCOL_METHOD.David Benjamin
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-01Don't allocate a group/curve ID for CECPQ1.David Benjamin
2016-07-01Simplify version configuration.David Benjamin
2016-06-30Cleaning up internal use of Signature Algorithms.Steven Valdez
2016-06-29Remove a/b parameters to send_change_cipher_spec.David Benjamin
2016-06-28Changing representation of signature/hash to use SignatureScheme.Steven Valdez
2016-06-28Stop using the word 'buffer' everywhere.David Benjamin
2016-06-28Disconnect handshake message creation from init_buf.David Benjamin
2016-06-27Replace the incoming message buffer with a ring buffer.David Benjamin
2016-06-27Store only one handshake write sequence number.David Benjamin