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-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
2016-01-28Don't initialize enc_method before version negotiation.David Benjamin
2016-01-27Tweaks for node.jsAdam Langley
2016-01-27Have doc.go parse struct comments.Adam Langley
2016-01-27Add a SSL_get_pending_cipher API.David Benjamin
2016-01-16Add APIs to extract the SSL key block.David Benjamin
2016-01-16Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3.David Benjamin
2016-01-15Tidy up keyblock and CCS logic slightly.David Benjamin
2016-01-15Add SSL_get_client_random and SSL_get_server_random.David Benjamin
2015-12-23Only reserve EVP_MAX_MD_SIZE for the Finished, not twice of it.David Benjamin
2015-12-23Route DHE through the SSL_ECDH abstraction as well.David Benjamin
2015-12-23Make it possible to tell what curve was used on the server.David Benjamin
2015-12-23Implement draft-ietf-tls-curve25519-01 in C.David Benjamin
2015-12-17Implement draft-ietf-tls-chacha20-poly1305-04.David Benjamin
2015-12-16Remove |need_record_splitting| from |SSL3_STATE|.David Benjamin
2015-12-16Remove unused fields from SSL3_STATE.David Benjamin
2015-12-16Slightly simplify SSL3_RECORD.David Benjamin
2015-12-16Reset ssl error codes.David Benjamin
2015-12-16Pull ChangeCipherSpec into the handshake state machine.David Benjamin
2015-12-16Simplify fragmented HelloRequest state.David Benjamin
2015-12-16Remove the CRYPTO_EX_new callback.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 SSL_OP_LEGACY_SERVER_CONNECT.David Benjamin
2015-12-15Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER.David Benjamin
2015-12-15Remove SSL_OP_TLS_D5_BUG.David Benjamin
2015-12-11Add defines for SRTP profiles using GCM ciphers from RFC 7714.Joachim Bauch
2015-11-19Remove strength_bits.David Benjamin
2015-11-19Remove algo_strength.David Benjamin
2015-11-19Remove algorithm_ssl.David Benjamin
2015-11-19Switch the keylog BIO to a callback.David Benjamin