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-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
2015-11-17Add SSL_CIPHER_is_AES[128|256]CBC.Adam Langley
2015-11-17size_t SSL*_use_*_ASN1.David Benjamin
2015-11-12Limit DHE groups to 4096-bit.David Benjamin
2015-11-07Add SSL_get_server_key_exchange_hash.David Benjamin
2015-11-06Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.David Benjamin
2015-11-06Add various functions for SSL_CIPHER.David Benjamin
2015-11-05Fix up several comments and detect problems in the future.Adam Langley
2015-11-04Add SSL_get_ivs.Adam Langley
2015-11-04Separate CCS and handshake writing in DTLS.David Benjamin
2015-11-04Add ssl_renegotiate_ignore.Adam Langley
2015-11-03Fix DTLS asynchronous write handling.David Benjamin
2015-11-03Fix documentation typo.Torbjörn Granlund
2015-10-31Reorganise |SSL_SESSION| and |SSL| to save a little memory.Adam Langley
2015-10-27Clarify that SSL_get_peer_cert_chain returns the unverified chain.David Benjamin
2015-10-26Add server-side support for asynchronous RSA decryption.nagendra modadugu
2015-10-26Add an option to disable NPN on a per-SSL basis.David Benjamin
2015-10-26Never use the internal session cache for a client.David Benjamin
2015-10-26Add tests for the internal session cache behavior.David Benjamin
2015-10-26Remove all the logic around custom session IDs and retrying on collisions.David Benjamin
2015-10-26Documentation typo.David Benjamin