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-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
2016-05-12Adding a method to change the initial DTLS retransmission timer value.Taylor Brandstetter
2016-04-27Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.David Benjamin
2016-04-26Remove stale wpa_supplicant hacks.David Benjamin
2016-04-26Add another temporary hack for wpa_supplicant.David Benjamin
2016-04-22Add SSL_SESSION_get_master_key.David Benjamin
2016-04-12Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decr...David Benjamin
2016-04-12Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.David Benjamin
2016-03-26Remove in_handshake.David Benjamin
2016-03-26Consolidate shutdown state.David Benjamin
2016-03-07SSL_set_fd should create socket BIOs, not fd BIOs.David Benjamin
2016-03-07Add |SSL_CTX_set_private_key_method| to parallel |SSL_set_private_key_method|Tom Thorogood
2016-03-02Add dummy |SSL_get_server_tmp_key|.Adam Langley
2016-03-02Bring back |verify_store|.Adam Langley
2016-02-27Add a stub for SSL_get_shared_ciphers().Emily Stark
2016-02-26Add SSL_CIPHER_has_SHA256_HMAC.David Benjamin
2016-02-24Handle SSL_shutdown while in init more appropriatelySteven Valdez
2016-02-18Fix SSL_get_{read,write}_sequence.David Benjamin
2016-01-28Fix documentation string.David Benjamin
2016-01-28Add functions for accessing read_sequence and write_sequence.David Benjamin
2016-01-28Add SSL_CTX_set_retain_only_sha256_of_client_certs.David Benjamin