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
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
2015-10-26Hide some sections from the docs.David Benjamin
2015-10-26Document the rest of ssl.h.David Benjamin
2015-10-26Deprecate SSL_library_init.David Benjamin
2015-10-26Document the (formerly) SSL_state wrapper macros.David Benjamin
2015-10-26Take some definitions out of the Android compatibility layer.David Benjamin
2015-10-26Private (and deprecated) types.David Benjamin
2015-10-26Deprecate all the string macros.David Benjamin
2015-10-26Private constants are private.David Benjamin
2015-10-26Document the info callback.David Benjamin
2015-10-26More SSL_SESSION serialization functions.David Benjamin
2015-10-26Document fd-based SSL APIs.David Benjamin
2015-10-26Put renego functions together.David Benjamin
2015-10-26Fix ssl3.h / ssl.h circular dependency.David Benjamin